{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Activities 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": "Activities", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Activities", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/da/us-east/v3/activities", "params": [ { "name": "page", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of Activities belonging to the caller. Activities define the instructions (script, plugin, parameters) that run on an engine." }, { "info": { "name": "Autodesk Create Activity", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/da/us-east/v3/activities", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Activity." }, { "info": { "name": "Autodesk Get Activity", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/da/us-east/v3/activities/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific Activity." }, { "info": { "name": "Autodesk Delete Activity", "type": "http" }, "http": { "method": "DELETE", "url": "https://developer.api.autodesk.com/da/us-east/v3/activities/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deletes an Activity and all its versions and aliases." }, { "info": { "name": "Autodesk List Activity Versions", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/da/us-east/v3/activities/:id/versions", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns all versions of an Activity." }, { "info": { "name": "Autodesk Create Activity Version", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/da/us-east/v3/activities/:id/versions", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new version of an Activity." }, { "info": { "name": "Autodesk List Activity Aliases", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/da/us-east/v3/activities/:id/aliases", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns all aliases for a specific Activity." }, { "info": { "name": "Autodesk Create Activity Alias", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/da/us-east/v3/activities/:id/aliases", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an alias for an Activity version." }, { "info": { "name": "Autodesk Get Activity Alias", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/da/us-east/v3/activities/:id/aliases/:aliasId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "aliasId", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific Activity alias." }, { "info": { "name": "Autodesk Update Activity Alias", "type": "http" }, "http": { "method": "PATCH", "url": "https://developer.api.autodesk.com/da/us-east/v3/activities/:id/aliases/:aliasId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "aliasId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an Activity alias to point to a different version." }, { "info": { "name": "Autodesk Delete Activity Alias", "type": "http" }, "http": { "method": "DELETE", "url": "https://developer.api.autodesk.com/da/us-east/v3/activities/:id/aliases/:aliasId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "aliasId", "value": "", "type": "path" } ] }, "docs": "Deletes an Activity alias." } ] } ], "bundled": true }