{ "opencollection": "1.0.0", "info": { "name": "Twenty Core companies notes API", "version": "v0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "notes", "type": "folder" }, "items": [ { "info": { "name": "Find Many Notes", "type": "http" }, "http": { "method": "GET", "url": "https://api.twenty.com/rest/core/notes", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Filter expression. Format: field[COMPARATOR]:value. Multiple conditions separated by comma (AND). Supports eq, neq, in, is, gt, gte, lt, lte, like, ilike, startsWith, containsAny. Composable with and(), or(), not().\n" }, { "name": "order_by", "value": "", "type": "query", "description": "Ordering. Format: field1,field2[DIRECTION]. Directions: AscNullsFirst, AscNullsLast, DescNullsFirst, DescNullsLast.\n" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (default 60, max 60)." }, { "name": "depth", "value": "", "type": "query", "description": "Depth of nested relations to include. 0 = primary object only; 1 = primary object + direct relations.\n" }, { "name": "starting_after", "value": "", "type": "query", "description": "Cursor for forward pagination (use endCursor from previous response)." }, { "name": "ending_before", "value": "", "type": "query", "description": "Cursor for backward pagination (use startCursor from current response)." } ] }, "docs": "Find Many Notes" }, { "info": { "name": "Create One Note", "type": "http" }, "http": { "method": "POST", "url": "https://api.twenty.com/rest/core/notes", "params": [ { "name": "depth", "value": "", "type": "query", "description": "Depth of nested relations to include. 0 = primary object only; 1 = primary object + direct relations.\n" }, { "name": "upsert", "value": "", "type": "query", "description": "If true, creates or updates if record already exists." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create One Note" }, { "info": { "name": "Find One Note", "type": "http" }, "http": { "method": "GET", "url": "https://api.twenty.com/rest/core/notes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object UUID" }, { "name": "depth", "value": "", "type": "query", "description": "Depth of nested relations to include. 0 = primary object only; 1 = primary object + direct relations.\n" } ] }, "docs": "Find One Note" }, { "info": { "name": "Update One Note", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.twenty.com/rest/core/notes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object UUID" }, { "name": "depth", "value": "", "type": "query", "description": "Depth of nested relations to include. 0 = primary object only; 1 = primary object + direct relations.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update One Note" }, { "info": { "name": "Delete One Note", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.twenty.com/rest/core/notes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object UUID" } ] }, "docs": "Delete One Note" } ] } ], "bundled": true }