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