{ "opencollection": "1.0.0", "info": { "name": "Autodesk Fusion Operations (Prodsmart) API v1 Authorization Productions API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Productions", "type": "folder" }, "items": [ { "info": { "name": "List production records", "type": "http" }, "http": { "method": "GET", "url": "https://fusionoperations.autodesk.com/api/v1/productions/" }, "docs": "List production records" }, { "info": { "name": "Create production record", "type": "http" }, "http": { "method": "POST", "url": "https://fusionoperations.autodesk.com/api/v1/productions/" }, "docs": "Create production record" }, { "info": { "name": "Update production record", "type": "http" }, "http": { "method": "PUT", "url": "https://fusionoperations.autodesk.com/api/v1/productions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update production record" }, { "info": { "name": "Delete production record", "type": "http" }, "http": { "method": "DELETE", "url": "https://fusionoperations.autodesk.com/api/v1/productions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete production record" } ] } ], "bundled": true }