{ "opencollection": "1.0.0", "info": { "name": "CloudQuery Platform OpenAPI Spec admin custom-columns API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "custom-columns", "type": "folder" }, "items": [ { "info": { "name": "PlatformListAllCustomColumns", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/custom-columns", "params": [ { "name": "per_page", "value": "", "type": "query", "description": "The number of results per page (max 1000)." }, { "name": "page", "value": "", "type": "query", "description": "Page number of the results to fetch" }, { "name": "sort_by", "value": "", "type": "query", "description": "Sort by options" }, { "name": "sort_dir", "value": "", "type": "query", "description": "Custom column sort direction options" }, { "name": "search_term", "value": "", "type": "query", "description": "Filter columns by name, label, or description." } ] }, "docs": "List all custom columns" }, { "info": { "name": "PlatformSaveCustomColumn", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/custom-columns", "body": { "type": "json", "data": "{}" } }, "docs": "Save a custom column" }, { "info": { "name": "PlatformGetCustomColumn", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/custom-columns/:custom_column_id", "params": [ { "name": "custom_column_id", "value": "", "type": "path" } ] }, "docs": "Get a custom column" }, { "info": { "name": "PlatformUpdateCustomColumn", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/custom-columns/:custom_column_id", "params": [ { "name": "custom_column_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a custom column" }, { "info": { "name": "PlatformDeleteCustomColumn", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/custom-columns/:custom_column_id", "params": [ { "name": "custom_column_id", "value": "", "type": "path" } ] }, "docs": "Delete a custom column" } ] } ], "bundled": true }