Lists work request errors
GET {{baseUrl}}/workRequests/:workRequestId/errors?limit=10
Return a (paginated) list of errors for a given work request.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | 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. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | The client request ID for tracing. | |
Date | string | (Required) Current Date | |
Authorization | string | (Required) Signature Authentication on Authorization header |
RESPONSES
status: OK
{"items":[{"code":"nisi","message":"of","timestamp":"2007-01-29T19:38:10.482Z"},{"code":"adipisicing dolore anim aliqua","message":"exercitation ut anim ex do","timestamp":"2000-01-13T04:26:12.958Z"}]}