{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Jobs 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": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/fge/v1/jobs", "params": [ { "name": "filter[status]", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns a list of graph evaluation jobs." }, { "info": { "name": "Autodesk Create Job", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/fge/v1/jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Creates and queues a new graph evaluation job. Specify the graph to evaluate and input parameters." }, { "info": { "name": "Autodesk Get Job", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/fge/v1/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Returns the status and details of a specific job." }, { "info": { "name": "Autodesk Cancel Job", "type": "http" }, "http": { "method": "DELETE", "url": "https://developer.api.autodesk.com/fge/v1/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Cancels a queued or running job." }, { "info": { "name": "Autodesk Get Job Result", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/fge/v1/jobs/:jobId/result", "params": [ { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Returns the output/result of a completed graph evaluation job." }, { "info": { "name": "Autodesk Start Translation Job", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/job", "headers": [ { "name": "x-ads-force", "value": "" }, { "name": "x-ads-derivative-format", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts a translation job to convert a source design file into one or more derivative formats. The source file is identified by its URN (Base64-encoded object ID from the Data Management or OSS API)." } ] } ], "bundled": true }