v1
latestSwagger 2.02026-07-1441943.6 KBParameters
Returns a distinct list of all reports are available and that one is subscribed to.
Returns a distinct list of all reports are available and that one is subscribed to.
get/parameters
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 Parameters
Example response
{
"ParameterList": {
"Message": "Success",
"ParameterArray": {
"Parameter": [
{
"Country": "UK",
"Ecomm": "yes",
"Period": "Week",
"ProductLine": "US Executive",
"PublicationCoveragePeriod": "March 2015",
"ReportType": "monitor",
"Sector": "Petrol"
}
]
}
}
}