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
Key | Datatype | Required | Description |
---|---|---|---|
page | null | The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. | |
limit | number | The maximum number of items to return. | |
sortOrder | string | The sort order to use, either 'asc' or 'desc'. The default order depends on the sortBy value. | |
sortBy | string | The 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
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | null | The client request id for tracing. | |
Date | string | (Required) Current Date | |
Authorization | string | (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"}]}