Job History returns the list of jobs extracted in previous 'N' days specified. If no parameter passed for days, it will take 90 days as default.
URI | https://api-portal.euromonitor.com/statistics/jobHistory[?days] | |
Supported verbs | GET | |
Required headers | Authorization, Ocp-Apim-Subscription-Key | |
Parameters | ||
days | Optional | Number of days, if no parameter passed for days, it will take 90 days as default. |
A sample with GET version of the request will look like this:
GET https://api-portal.euromonitor.com/statistics/cancelJob/jobHistory[?days] HTTP/1.1
Host: api-portal.euromonitor.com
Authorization: <tokenstring>
Ocp-Apim-Subscription-Key: <keystring>
A successful response body will have the following structure in JSON format:
{
"subscriberId": "int",
"executionList": "string",
"jobId": "Guid",
"logDateTime": "date",
"processingStatusId": "int",
"measureType": "int"
}
The response structure is as follows:
subscriberId | Subscriber Id. |
executionList | List of executions. |
jobId | Job Id of historic execution. |
logDateTime | Date when execution has happened. |
processingStatusId | Status Id of execution. |
measureType | Measure type. |