v1

latestOpenAPI 3.1.02026-07-242442479.7 KB

Query (v3)

Search, filter, sort, aggregate, and paginate records from any object using a structured JSON body.

post/api/v3/query

Request body

objectTypeinteger required

The numeric object type code to query.

pageNumberinteger

The page number to return.

pageSizeinteger

The number of records per page.

Response

200

dataobject[]

Array of matching records. Each record includes an _id field with the primary key.

successboolean
messagestring
pageNumberinteger
pageSizeinteger
isLastPageboolean

When true, there are no more pages of results.