This API provides Passport extraction download URL for the requested Job Id.


URI https://st-statsapim-we-apim1.azure-api.net/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://st-statsapim-we-apim1.azure-api.net/statistics/getjobdownloadurl/<jobId> HTTP/1.1
Host: st-statsapim-we-apim1.azure-api.net
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".