Tables

Get rows from draft table

Returns rows in the draft 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.

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

Path parameters

tableIdOrNamestring required

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

Whether to return only results that have been archived.

limitinteger

The maximum number of results to display per page.

offsetinteger
propertiesstring[]
sortstring[]

Response

successful operation

OR

Changes

Changed in 2 of the 14 revisions of this API.2

    • api operation id get-/cms/hubdb/2026-03/tables/{tableIdOrName}/rows/draft_readDraftTableRows removed and replaced with get-/cms/hubdb/2026-03/tables/{tableIdOrName}/rows/draft

      api-operation-id-removed

    This revision also has 77 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 129 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 14 revisions, 1 has no diff computed and 2 have a changelog that could not be searched.