{ "opencollection": "1.0.0", "info": { "name": "Xano Metadata API Groups Content API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Content", "type": "folder" }, "items": [ { "info": { "name": "Browse table records (paginated).", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.xano.io/api:meta/workspace/:workspace_id/table/:table_id/content", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "table_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "Browse table records (paginated)." }, { "info": { "name": "Create a table record.", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.xano.io/api:meta/workspace/:workspace_id/table/:table_id/content", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "table_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a table record." }, { "info": { "name": "Create multiple records in one call.", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.xano.io/api:meta/workspace/:workspace_id/table/:table_id/content/bulk", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "table_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create multiple records in one call." }, { "info": { "name": "Retrieve a single record.", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.xano.io/api:meta/workspace/:workspace_id/table/:table_id/content/:record_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "table_id", "value": "", "type": "path" }, { "name": "record_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a single record." }, { "info": { "name": "Update a single record.", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.xano.io/api:meta/workspace/:workspace_id/table/:table_id/content/:record_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "table_id", "value": "", "type": "path" }, { "name": "record_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a single record." }, { "info": { "name": "Delete a single record.", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.xano.io/api:meta/workspace/:workspace_id/table/:table_id/content/:record_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "table_id", "value": "", "type": "path" }, { "name": "record_id", "value": "", "type": "path" } ] }, "docs": "Delete a single record." }, { "info": { "name": "Search records with filtering, sorting, and pagination.", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.xano.io/api:meta/workspace/:workspace_id/table/:table_id/content/search", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "table_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search records with filtering, sorting, and pagination." } ] } ], "bundled": true }