This API provides Passport extraction download URL for the requested Job Id.
URI | https://api-portal.euromonitor.com/statistics/getjobdownloadurl/{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.com/statistics/getjobdownloadurl/<jobId> HTTP/1.1
Host: api-portal.euromonitor.comapi-portal.euromonitor.com
Authorization: <tokenstring>
Ocp-Apim-Subscription-Key: <keystring>
A successful response body will have the following structure in JSON format:
{
"jobDownloadUri": "string",
"message": "string",
"status": "string"
}
The response structure is as follows:
jobDownloadUri | Requasted job download URL. |
message | Status explanation message, for example: "Your request has been received and is now queued for processing. Please wait for the request to be processed." |
status | Status of a current job, for example: "Queued". |