Error
Get Batch Job Item
Retrieves a specific item in a batch job
POST
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
limits which fields are returned in the response body
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"items": [
{
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"batchJobCode": "<string>",
"catalogId": 123,
"correlationId": "<string>",
"currencyCode": "<string>",
"dataViewMode": 0,
"errors": [
{
"code": "<string>",
"field": "<string>",
"itemKeys": [
{
"key": "<string>",
"value": "<string>"
}
],
"longMessage": "<string>",
"message": "<string>",
"subErrors": "<array>"
}
],
"httpMethod": "<string>",
"itemKey": "<string>",
"localeCode": "<string>",
"masterCatalog": 123,
"processingStatus": "Waiting",
"query": "<string>",
"resourceType": "<string>",
"retryCount": 123,
"siteId": 123,
"status": 123,
"uri": "<string>"
}
],
"pageCount": 123,
"pageSize": 123,
"startIndex": 123,
"totalCount": 123
}Retrieves a specific item in a batch job
A valid request URL is required to generate request examples{
"items": [
{
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"batchJobCode": "<string>",
"catalogId": 123,
"correlationId": "<string>",
"currencyCode": "<string>",
"dataViewMode": 0,
"errors": [
{
"code": "<string>",
"field": "<string>",
"itemKeys": [
{
"key": "<string>",
"value": "<string>"
}
],
"longMessage": "<string>",
"message": "<string>",
"subErrors": "<array>"
}
],
"httpMethod": "<string>",
"itemKey": "<string>",
"localeCode": "<string>",
"masterCatalog": 123,
"processingStatus": "Waiting",
"query": "<string>",
"resourceType": "<string>",
"retryCount": 123,
"siteId": 123,
"status": 123,
"uri": "<string>"
}
],
"pageCount": 123,
"pageSize": 123,
"startIndex": 123,
"totalCount": 123
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
