Get the status of the work request with the given ID.
GET {{baseUrl}}/workRequests/:workRequestId
Get the status of the work request with the given ID.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
opc-request-id
|
string | The client request ID for tracing. | |
Accept
|
string |
RESPONSES
status OK
{
"operationType": "CREATE_TABLE",
"status": "ACCEPTED",
"id": "eu aliquip ea",
"compartmentId": "nisi proident eu",
"resources": [
{
"actionType": "CREATED",
"entityType": "et consectetur",
"identifier": "cupidatat",
"entityUri": "culpa cillum sit ipsum"
},
{
"actionType": "CREATED",
"entityType": "velit dolor enim eu",
"identifier": "laboris consequat proident anim",
"entityUri": "labore laboris Duis irure"
}
],
"percentComplete": 32322909.352305233,
"timeAccepted": "2017-06-20T16:32:34.466Z",
"timeFinished": "1998-08-26T04:01:44.865Z",
"timeStarted": "2000-12-26T01:54:03.607Z"
} |
ENDPOINTS