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 | For list pagination. The value of the opc-next-page response header from the previous "List" call. For important details about how pagination works, see List Pagination. | |
limit | number | For list pagination. The maximum number of results per page, or items to return in a paginated "List" call. For important details about how pagination works, see List Pagination. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. | |
Accept | string |
RESPONSES
status: OK
{"items":[{"code":"sunt repreh","message":"occaecat Excepteur magna cillum","timestamp":"2011-09-24T07:59:52.401Z"},{"code":"velit do fugiat","message":"sint ea proident enim dolore","timestamp":"1988-04-23T21:02:56.674Z"}]}