This API cancels the job running for data extraction for the given Job Id.
URI | https://api-portal.euromonitor.com/statistics/cancelJob/{JobId} | |
Supported verbs | GET | |
Required headers | Authorization, Ocp-Apim-Subscription-Key | |
Parameters | ||
JobId | Required | Id of a job that is requested. |
A sample with GET version of the request will look like this:
GET https://api-portal.euromonitor.comapi-portal.euromonitor.comapi-portal.euromonitor.comapi-portal.euromonitor.com/statistics/cancelJob/<jobId> 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:
{
"message": "string",
"status": "string"
}
The response structure is as follows:
message | Status explanation message. |
status | Status of a current job, for example: "Canceled". |