Lists work request logs
GET {{baseUrl}}/workRequests/:workRequestId/logs?page=id non aute&limit=10
Return a (paginated) list of logs 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":[{"message":"cul","timestamp":"2003-06-21T16:23:03.105Z"},{"message":"ut ea incididunt in","timestamp":"2008-02-10T23:07:54.815Z"}]}