v3

latestOpenAPI 3.0.12026-07-133132111.2 KB
Tables

Get all published tables

Returns the details for the published version of each table defined in an account, including column definitions.

get/cms/hubdb/2026-03/tables

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 return archived tables. Defaults to false.

contentTypestring

Specifies the content type for the response.

createdAfterstring date-time

Only return tables created after the specified time.

createdAtstring date-time

Only return tables created at exactly the specified time.

createdBeforestring date-time

Only return tables created before the specified time.

isGetLocalizedSchemaboolean

Indicates whether to retrieve the localized schema for the tables.

limitinteger

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

sortstring[]

Specifies which fields to use for sorting results. Valid fields are name, createdAt, updatedAt, createdBy, updatedBy. createdAt will be used by default.

updatedAfterstring date-time

Only return tables last updated after the specified time.

updatedAtstring date-time

Only return tables last updated at exactly the specified time.

updatedBeforestring date-time

Only return tables last updated before the specified time.

Response

successful operation

totalinteger required
All 31 operations