v1
latestSwagger 2.02026-07-1441943.6 KBSpendingPulse Report
Returns all Spending Pulse reports (with the exception of the gasoline weekly report, which has its own resource), that one is subscribed to.
Returns all Spending Pulse reports (with the exception of the gasoline weekly report, which has its own resource), that one is subscribed to.
get/spendingpulse
Query parameters
CurrentRowstring
Starting record number to return.
Offsetstring
Used to restrict the number of records returned if needed to be less than max.
ProductLinestring
Product Line. Either ?US Executive Report? or ?Weekly Sales?
PublicationCoveragePeriodstring
Publication Coverage Period indicates what period is to be covered, often the current report will include the month prior.
Countrystring
Country code.
ReportTypestring
Report type name, today the only report supported is "monitor".
Periodstring
Indicates the period covered by the data with possible values of - day, week, month, quarter, annual
Sectorstring
Sector name.
Ecommstring
Ecommerce indicator.
Response
A List of Spending Pulse Reports.
Example response
{
"SpendingPulseList": {
"Message": "Success",
"SpendingPulseArray": {
"SpendingPulseRecord": [
{
"Country": "UK",
"CurrencyOfForSalesValue": "us dollar",
"Ecomm": "Yes",
"NonGregorianReportingPeriod": "2015-01",
"Period": "Week",
"PeriodEndDate": "05/31/2015",
"PeriodStartDate": "05/01/2015",
"PriceAdjustmentFlag": "Yes",
"ProductLine": "US Executive",
"PublicationCoveragePeriod": "March 2015",
"ReportType": "monitor",
"ReportingCalender": "gregorian",
"SeasonalAdjustmentFlag": "Yes",
"Sector": "Petrol",
"Segment": "Fine Dining",
"SubGeographyValue": "region",
"SubSector": "Electronics"
}
]
}
}
}