{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Collections 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": "Collections", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Collections", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The Autodesk account ID (hub ID without the b. prefix)." }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns a list of parameter collections for the specified account. Collections group related parameters for organizational purposes." }, { "info": { "name": "Autodesk Create Collection", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections", "params": [ { "name": "accountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "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}}" } } }, "docs": "Creates a new parameter collection." }, { "info": { "name": "Autodesk Get Collection", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections/:collectionId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "collectionId", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific parameter collection." }, { "info": { "name": "Autodesk Update Collection", "type": "http" }, "http": { "method": "PATCH", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections/:collectionId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "collectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "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}}" } } }, "docs": "Updates a parameter collection." }, { "info": { "name": "Autodesk Delete Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections/:collectionId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "collectionId", "value": "", "type": "path" } ], "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}}" } } }, "docs": "Deletes a parameter collection." } ] } ], "bundled": true }