Recerc

Query object records

Returns object records that match the provided query, filters, and sort rules.

POST/api/objects/query

Returns object records that match the provided query, filters, and sort rules.

Request Body

application/json

Request payload for Query object records.

objectId*string

Object definition identifier to query.

Example"objdef_123"
query?|

Free-text query applied to object records.

titleColumn?|

Field used as the display title in responses.

filters?array<>|

Structured object filters.

onlyFavorites?|

When true, restricts custom object records to favorites for the current workspace user.

Exampletrue
includeComputedFields?|

When false, skips server-computed enrichment fields that are not needed for auxiliary reads.

Examplefalse
limit?|||||

Maximum number of results to return.

offset?|||||

Number of results to skip before returning data.

orderBy?array<>|

Sort rules for the query.

includeTotal?|

When true, include the total matching record count.

facets?array<>|

Facet fields to compute from the same filtered result set.

[key: string]?never

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json