Logo
OCI NoSQL Playground API Documentation

List the work requests in a compartment.

GET {{baseUrl}}/workRequests?compartmentId={{compartment_ocid}}&limit=1000

List the work requests in a compartment.

 

Body PARAM

Key Datatype Required Description 
compartmentId
string (Required) The ID of a table's compartment.
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.
Accept
string




RESPONSES

status OK

{ "items": [ { "operationType": "DELETE_TABLE", "status": "CANCELED", "id": "minim incididunt", "compartmentId": "consequat ut et", "resources": [ { "actionType": "DELETED", "entityType": "laborum reprehenderit anim ea", &qu
Curl
curl -X GET 'https://nosql.region.oci.oraclecloud.com/20190828/workRequests?compartmentId=compartment_ocid&limit=1000?compartmentId=compartment_ocid&page=ea dolore dolor&limit=1000' -H 'opc-request-id: $randomUUID' -H 'Accept: application/json'

ENDPOINTS