GET
https://api.subscriptiongenius.com/2/subscriptions/{subscription_id}
Paramater |
Description |
Data Type |
audit_classification |
|
|
audit_request_type |
|
|
billing_address_id |
Unique reference id to addresses |
Integer |
copies |
Number of copies received per issue |
Integer |
date_created |
Date subscription was created (YYYY-MM-DD) |
Date |
date_expired |
Date subscription expired on (YYYY-MM-DD) |
Date |
date_last_renewed |
|
|
issues |
Number of issues remaining in subscription (-1 is Unlimited) |
Integer |
last_purchase_bundle_id |
Last bundle purchased affecting this subscription |
Integer |
mailing_address_id |
Unique reference id to addresses |
Integer |
paid_issues_left |
|
|
publication_id |
Unique reference id to publication |
Integer |
renew_campaign_active |
If subscription is eligible for renewal notices |
Bool |
subscription_id |
Unique reference id to subscription |
Integer |
type |
Subscription type: Print, Digital, Both |
|
unearned_revenue |
|
|
{
"subscription_id":"198217",
"publication_id":"45",
"mailing_address_id":"191563",
"billing_address_id":"191563",
"issues":"3",
"copies":"1",
"paid_issues_left":null,
"unearned_revenue":null,
"type":"Print",
"date_created":"2011-10-28",
"date_expired":null,
"date_last_renewed":null,
"last_purchase_bundle_id":"332",
"renew_campaign_active":true,
"audit_classification":null,
"audit_request_type":null
}