Skip to main content
POST
Execute CRM Query

Authorizations

Authorization
string
header
required

Body

application/json

Query request payload

query
string
required

The query to execute (e.g., SOQL for Salesforce)

Maximum string length: 10000
Example:

"SELECT Id, Name, Email FROM Contact WHERE CreatedDate = LAST_N_DAYS:30 LIMIT 100"

Response

Query executed successfully

records
object[]

Query result records

totalSize
integer

Total number of records matching the query

done
boolean

Whether all records have been returned

nextRecordsUrl
string

URL to fetch the next batch of records (if paginated)