GET api2/subscriptions/{subID}/products/count.json
Get count of subscription products
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subID |
subscription ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Count of subscription products
CountName | Description | Type | Additional information |
---|---|---|---|
count | integer |
None. |
Response Format
{ "count": 1 }