Lists work request errors

GET {{baseUrl}}/workRequests/:workRequestId/errors?page=&limit=100&sortOrder=ASC&sortBy=timeCreated

Returns a (paginated) list of errors for a given work request.

Request Params

KeyDatatypeRequiredDescription
pagenullThe page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
limitnumberThe maximum number of items to return.
sortOrderstringThe sort order to use, either 'asc' or 'desc'. The default order depends on the sortBy value.
sortBystringThe field to sort by. You can provide one sort order (sortOrder).
Default order for timeCreated is descending. Default order for
displayName is ascending. The displayName sort order is case
sensitive.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idnullThe client request id for tracing.
Datestring(Required) Current Date
Authorizationstring(Required) Signature Authentication on Authorization header

RESPONSES

status: OK

{"items":[{"code":"of","message":"Duis cupidatat","timestamp":"1955-10-22T19:29:44.620Z"},{"code":"commodo pariatur labore adipisicing","message":"quis","timestamp":"1984-03-11T01:49:23.632Z"}]}