Query object records
Returns object records that match the provided query, filters, and sort rules.
POST
/api/unstable/objects/queryReturns object records that match the provided query, filters, and sort rules.
Request Body
application/json
objectId*string
Object definition identifier to query.
Example
"objdef_123"query?string
Free-text query applied to object records.
Example
"airport"titleColumn?string
Field used as the display title in responses.
Example
"name"filters?array<>
Structured object filters.
Example
[
{
"id": "filter_1",
"columnKey": "status",
"operator": "is",
"value": "qualified"
}
]limit?number
Maximum number of records to return.
Example
25offset?number
Number of matching records to skip.
Example
0orderBy?array<>
Sort rules for the query.
Example
[
{
"field": "name",
"direction": "asc"
}
][key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json