{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Audio Changesets API", "version": "0.0.1" }, "request": { "auth": { "type": "apikey", "key": "X-ApiToken", "value": "{{X-ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Changesets", "type": "folder" }, "items": [ { "info": { "name": "List changesets", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumapp.com/api/v2/changesets.json" }, "docs": "List changesets" }, { "info": { "name": "Get changeset", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumapp.com/api/v2/changesets/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier (UUID)" } ] }, "docs": "Get changeset" } ] } ], "bundled": true }