{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Graphs API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://developer.api.autodesk.com/authentication/v2/authorize", "accessTokenUrl": "https://developer.api.autodesk.com/authentication/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Graphs", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Graphs", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/fge/v1/graphs", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns a list of uploaded Bifrost graphs available for evaluation." }, { "info": { "name": "Autodesk Upload Graph", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/fge/v1/graphs", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "name", "type": "text", "value": "" }, { "name": "description", "type": "text", "value": "" } ] } }, "docs": "Uploads a Bifrost graph file (.bif) for cloud evaluation." }, { "info": { "name": "Autodesk Get Graph", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/fge/v1/graphs/:graphId", "params": [ { "name": "graphId", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific graph." }, { "info": { "name": "Autodesk Delete Graph", "type": "http" }, "http": { "method": "DELETE", "url": "https://developer.api.autodesk.com/fge/v1/graphs/:graphId", "params": [ { "name": "graphId", "value": "", "type": "path" } ] }, "docs": "Deletes an uploaded graph." } ] } ], "bundled": true }