{ "opencollection": "1.0.0", "info": { "name": "Twenty Core companies fields API", "version": "v0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "fields", "type": "folder" }, "items": [ { "info": { "name": "Find Many Fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.twenty.com/rest/core/fields", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Filter expression" }, { "name": "order_by", "value": "", "type": "query", "description": "Ordering clause" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (default 1000)" }, { "name": "starting_after", "value": "", "type": "query", "description": "Cursor for forward pagination" }, { "name": "ending_before", "value": "", "type": "query", "description": "Cursor for backward pagination" } ] }, "docs": "Returns metadata for all fields across all objects in the workspace." }, { "info": { "name": "Create One Field", "type": "http" }, "http": { "method": "POST", "url": "https://api.twenty.com/rest/core/fields", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new custom field on an object." }, { "info": { "name": "Find One Field", "type": "http" }, "http": { "method": "GET", "url": "https://api.twenty.com/rest/core/fields/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object UUID" } ] }, "docs": "Find One Field" }, { "info": { "name": "Update One Field", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.twenty.com/rest/core/fields/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update One Field" }, { "info": { "name": "Delete One Field", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.twenty.com/rest/core/fields/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object UUID" } ] }, "docs": "Delete One Field" } ] } ], "bundled": true }