{ "opencollection": "1.0.0", "info": { "name": "Twenty Core companies relations API", "version": "v0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "relations", "type": "folder" }, "items": [ { "info": { "name": "Find Many Relations", "type": "http" }, "http": { "method": "GET", "url": "https://api.twenty.com/rest/core/relations", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Filter expression" }, { "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": "Find Many Relations" }, { "info": { "name": "Create One Relation", "type": "http" }, "http": { "method": "POST", "url": "https://api.twenty.com/rest/core/relations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a relation between two objects." }, { "info": { "name": "Delete One Relation", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.twenty.com/rest/core/relations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object UUID" } ] }, "docs": "Delete One Relation" } ] } ], "bundled": true }