{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Audio Classification Sets API", "version": "0.0.1" }, "request": { "auth": { "type": "apikey", "key": "X-ApiToken", "value": "{{X-ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Classification Sets", "type": "folder" }, "items": [ { "info": { "name": "List classification sets", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumapp.com/api/v2/classification_sets.json" }, "docs": "List classification sets" }, { "info": { "name": "Create classification set", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumapp.com/api/v2/classification_sets.json", "body": { "type": "json", "data": "{}" } }, "docs": "Create classification set" }, { "info": { "name": "Get classification set", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumapp.com/api/v2/classification_sets/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier (UUID)" } ] }, "docs": "Get classification set" }, { "info": { "name": "Update classification set", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumapp.com/api/v2/classification_sets/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier (UUID)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update classification set" }, { "info": { "name": "Delete classification set", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fulcrumapp.com/api/v2/classification_sets/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier (UUID)" } ] }, "docs": "Delete classification set" } ] } ], "bundled": true }