Get Batch Error Totals

Get Batch Error Totals

get

Gets a categorised list of the total number of errors for the batch

Path parameters
batchIdstring · uuidRequired

Identifier for the batch

Example: c87e2a4a-5169-4726-b078-7e9538ae28cd
Responses
200

Errors for batch

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