Lists work request errors
GET {{baseUrl}}/workRequests/:workRequestId/errors?limit=10&page=1&sortBy=timestamp&sortOrder=ASC
Gets the errors for a work request.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | The maximum number of items to return. | |
page | number | The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. | |
sortBy | string | The field to sort by. Only one sort order may be provided. Default order for timestamp is descending. | |
sortOrder | string | The sort order to use, either 'asc' or 'desc'. | |
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":"\u003cstring\u003e","message":"\u003cstring\u003e","timestamp":"\u003cdateTime\u003e"},{"code":"\u003cstring\u003e","message":"\u003cstring\u003e","timestamp":"\u003cdateTime\u003e"}]}