This call will return a list bulk job creation requests for the specified business unit id, batch id(s) or created between a date range.
The filter request.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
{- "businessUnitId": "885fcc1b-a726-4545-8a6d-e7e149102e22",
- "batchRequestIds": [
- "6cc2d3e3-d1cc-430e-95a6-fdfefe0155cd"
], - "startDate": "2019-01-01T00:00:00",
- "endDate": "2019-01-01T00:00:00",
- "analyzeFromSingleJobData": true
}
[- {
- "id": "7473f866-5fca-4396-98ce-89c6f30f988b",
- "businessUnitId": "885fcc1b-a726-4545-8a6d-e7e149102e22",
- "parameters": "{\"canOverwrite\":false,\"sourceJobId\":\"6cc2d3e3-d1cc-430e-95a6-fdfefe0155cd\",\"copyOptions\":[]}",
- "requestedOnDate": "2019-01-01T00:00:00",
- "jobsRequested": 5,
- "userId": "3655dc7b-6c88-4db7-ae22-ba0f4bebde15",
- "status": "complete",
- "user": {
- "id": "417dbe8c-a769-4887-b37c-747bcf4354b0",
- "firstName": "James",
- "lastName": "Smith",
- "email": "example@hcss.com"
}, - "errorMessage": "An error has occured.",
- "completedOnDate": "2019-01-01T00:00:00",
- "sourceFile": "Example.xlsx",
- "jobsCreated": 5
}
]
This endpoint will return information about individual jobs that were part of a bulk create request.
The criteria used to search for the job creation information. If both bulk request IDs and single request IDs are provided, all the single IDs must be part of one of the bulk requests provided.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
The specified resource is not found.
{- "bulkRequestIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "singleRequestIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
[- {
- "id": "7f98d111-8bce-4ec5-a7ed-f75ab6c4927b",
- "jobId": "624ebd06-b32a-47ab-81f1-4d4c60ae347a",
- "requestId": "51996a67-cbb6-4c82-bb16-2f7f5e2dbb80",
- "requestedOnDate": "2019-01-01T00:00:00",
- "jobCode": "JobCode",
- "parameters": "",
- "status": "complete",
- "errorMessage": "An error has occured.",
- "errorDetails": "These are some extra details about this error.",
- "completedOnDate": "2019-01-01T00:00:00"
}
]