v1
latestSwagger 2.02026-07-1441943.6 KBSubscription
Returns a list of all reports one is currently subscribed to.
Returns a list of all reports one is currently subscribed to.
get/subscription
Query parameters
CurrentRowstring
Starting record number to return.
Offsetstring
Used to restrict the number of records returned if needed to be less than max.
Response
A list of subscriptions.
Example response
{
"SubscriptionList": {
"Message": "Success",
"SubscriptionArray": {
"Subscription": [
{
"Country": "UK",
"Ecomm": "Yes",
"Period": "Week",
"ReportType": "monitor",
"Sector": "Sporting Goods"
}
]
}
}
}