Columns
Columns or similar data elements from an integration.
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.
Optional. Filter columns by integration identifier.
6c69de0f-b269-4380-bcf5-0686de276b9eOptional. Filter columns by parent identifier. This could be the ID of the table or of the parent column in the case of nested columns.
c444bc26-433e-4cd2-b3ee-f5a1fbb2caf8Optional. Filter columns by title of the column.
Sample ColumnOptional. 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.
Sample TableList of columns.
Bad request.
Internal server error.
This endpoint allows you to create a new column. Columns must have tables as a parent or another column for nested records. Columns must be associated with an integration.
Column created successfully.
Bad request.
Internal server error.
Warning: This endpoint is deprecated. Please use the List Resources endpoint instead with
filter={"operator":"exact","field":"id","value":"your-column-id"}.
ID of the column to retrieve
8b2e01e0-603b-4559-8eac-4e16ecc61fc7Column retrieved successfully.
Column not found.
Internal server error.
This endpoint allows you to delete a specific column by its identifier.
Identifier of the column to delete.
8b2e01e0-603b-4559-8eac-4e16ecc61fc7Column deleted successfully.
Column not found
Internal server error.
No content
This endpoint allows you to edit the metadata of a specific column by its identifier.
Identifier of the column to retrieve.
8b2e01e0-603b-4559-8eac-4e16ecc61fc7A description of the resource.
This is a description for a sample table.Mark down documentation to be added to the resource.
\n# Castae illa\n\n## Finemque aequore\n\nLorem markdownum motusIndicates whether the resource contains personally identifiable information (PII). Values can be - True False
falseIndicates whether the table has been set as verified. Values can be - True False
trueIndicates if the resource is visible to viewers or not. Values can be - True False
trueA list of team IDs that the resource belongs to.
["e8ac09ed-e51e-4e61-8eaf-59942c98c260","cca810f1-11c1-4117-bc23-20ae8020897f"]A list of owner user IDs for the resource.
["33733f42-8ff7-460b-9e20-50a2133d3bb0","c90dedee-40ee-47ec-9c27-96dc3b2ec363"]A list of collection IDs the resource belongs to.
["3b2c7185-fb5d-4d94-89d4-3dae08e093a9"]A list of tag IDs associated with the resources.
["04654d61-4f64-4f08-b697-3915b5137c49","429693a2-a5e7-4525-b413-ece5e96bc5b3"]A list of the added user IDs that have been subscribed to the resource. Anyone subscribed will be notified of any changes.
["c90dedee-40ee-47ec-9c27-96dc3b2ec363"]Column retrieved successfully.
Column not found
Internal server error.
Last updated
Was this helpful?