Skip to main content
POST
/
systemOfRecordIntegration
/
clients
/
{uuid}
/
query
Query client
curl --request POST \
  --url https://api.getcargo.io/v1/systemOfRecordIntegration/clients/{uuid}/query \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "command": "<string>"
}
'
{
  "rows": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string
required

Resource UUID

Body

application/json

Request body schema.

command
string
required

Query to execute.

Response

Successful response

rows
Rows · object[]
required

Query result rows.