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://st-statsapim-we-apim1.azure-api.net/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://st-statsapim-we-apim1.azure-api.net/statistics/cancelJob/jobHistory[?days] 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:

{
"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.