v3

latestOpenAPI 3.0.12026-07-133132111.2 KB
Rows

Get rows for a table

Returns a set of rows in the published version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters column1__gt=5&sort=-column1, API returns the rows with values for column column1 greater than 5 and in the descending order of column1 values. Refer to the overview section for detailed filtering and sorting options. Note: This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.

get/cms/hubdb/2026-03/tables/{tableIdOrName}/rows

Path parameters

tableIdOrNamestring required

The ID or name of the table to query.

Query parameters

afterstring

The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.

archivedboolean

Specifies whether to include archived rows in the response.

limitinteger

The maximum number of results to return. Default is 1000.

offsetinteger

The number of rows to skip before starting to return results.

propertiesstring[]

Specify the column names to get results containing only the required columns instead of all column details.

sortstring[]

Specifies the column names to sort the results by. See the above description for more details.

Response

successful operation

OR