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