Get Batch Error Totals
Gets a categorised list of the total number of errors for the batch
Path parameters
batchIdstring · uuidRequiredExample:
Identifier for the batch
c87e2a4a-5169-4726-b078-7e9538ae28cd
Responses
200
Errors for batch
application/json
400
Bad Request / Validation Failed
application/json
404
Resource for id cannot be found
application/json
500
Unknown error on the service side
application/json
get
GET /batch/v1/batches/{batchId}/errors/totals HTTP/1.1
Host: api.tst.motorweb.app
Accept: */*
{
"batchId": "c87e2a4a-5169-4726-b078-7e9538ae28cd",
"batchItemsErrorsTotals": [
{
"errorType": "PROCESSING_ERROR",
"errorTotal": 12
}
]
}
Last updated