v1

latestOpenAPI 3.0.02026-07-23213665.0 KB
Columns

List Columns

Warning: This endpoint is deprecated. Please use the List Resources endpoint instead with filter={"operator":"exact","field":"type","value":"column"}.

This endpoint allows you to retrieve a list of all columns in the workspace. Optional filters for integration_id, title, and parent_id (the table or parent column) are available.

get/api/v1/table/columns

Query parameters

integration_idstring

Optional. Filter columns by integration identifier.

parent_idstring

Optional. Filter columns by parent identifier. This could be the ID of the table or of the parent column in the case of nested columns.

titlestring

Optional. Filter columns by title of the column.

table_titlestring

Optional. Filter columns by title of the table that the columns belong to. If several integrations have the same naming of tables, it is recommended to combine this with the integration_id.

Response

List of columns.

countinteger

The total count of items returned.

total_pagesinteger

The total number of pages.