Skip to main content
POST
Query Data Table Data

Authorizations

Authorization
string
header
required

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

Path Parameters

dataTableId
string
required

Body

application/json
fields
string[]
required

The data table fields to be included in the results.

Minimum array length: 1
Minimum string length: 1
query
object

The MindBridge QL query used to filter data in the data table.

page
integer<int32>

The specific page of results. This operates on a zero-based page index (0..N).

Required range: x >= 0
pageSize
integer<int32>

The number of results to be returned on each page.

Required range: 1 <= x <= 2000
sort
Data Table Query Sort Order · object

Indicates how the data will be sorted.

Default sort order = ascending

excludeFields
string[]
Minimum string length: 1

Response

OK

content
object[]