GET
/
workspace
/
{ws_id}
/
case_management
/
table
/
{table}
curl --request GET \
  --url https://app.blinkops.com/api/v1/workspace/{ws_id}/case_management/table/{table} \
  --header 'BLINK-API-KEY: <api-key>'
{
  "limit": 123,
  "offset": 123,
  "results": {},
  "total": 123
}

Authorizations

Use your API key to access BlinkOps API. To generate an API key, please log in to your BlinkOps account and navigate to the API Keys section in the user settings page. Add the generated key to your request headers as BLINK-API-KEY.

Path Parameters

ws_id
string
required

Workspace ID

table
string
required

Table name

Query Parameters

q
string
required

For the RQL query syntax, visit our RQL query documentation in the RQL Format tab

Response

200
*/*
OK
limit
integer
offset
integer
results
object
total
integer