{ "opencollection": "1.0.0", "info": { "name": "Autodesk Parameters 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." } ] }, { "info": { "name": "Parameters", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Parameters", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections/:collectionId/parameters", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "collectionId", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "filter[groupId]", "value": "", "type": "query" } ] }, "docs": "Returns parameters within a collection." }, { "info": { "name": "Autodesk Create Parameter", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections/:collectionId/parameters", "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": "Creates a new parameter within a collection." }, { "info": { "name": "Autodesk Get Parameter", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections/:collectionId/parameters/:parameterId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "collectionId", "value": "", "type": "path" }, { "name": "parameterId", "value": "", "type": "path" } ] }, "docs": "Returns a specific parameter definition." }, { "info": { "name": "Autodesk Update Parameter", "type": "http" }, "http": { "method": "PATCH", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections/:collectionId/parameters/:parameterId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "collectionId", "value": "", "type": "path" }, { "name": "parameterId", "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 definition." }, { "info": { "name": "Autodesk Delete Parameter", "type": "http" }, "http": { "method": "DELETE", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections/:collectionId/parameters/:parameterId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "collectionId", "value": "", "type": "path" }, { "name": "parameterId", "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 from a collection." } ] }, { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Groups", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections/:collectionId/groups", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "collectionId", "value": "", "type": "path" } ] }, "docs": "Returns groups within a collection." }, { "info": { "name": "Autodesk Create Group", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections/:collectionId/groups", "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": "Creates a new parameter group within a collection." } ] }, { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Specs", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/parameters/v1/metadata/specs" }, "docs": "Returns available spec types (data types) for parameter definitions (e.g., text, number, integer, length, area, volume, angle)." }, { "info": { "name": "Autodesk List Categories", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/parameters/v1/metadata/categories" }, "docs": "Returns available Revit categories for parameter binding." }, { "info": { "name": "Autodesk List Disciplines", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/parameters/v1/metadata/disciplines" }, "docs": "Returns available disciplines for parameter classification." }, { "info": { "name": "Autodesk List Units", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/parameters/v1/metadata/units", "params": [ { "name": "filter[specId]", "value": "", "type": "query", "description": "Filter units by spec ID." } ] }, "docs": "Returns available unit types for parameter definitions." } ] } ], "bundled": true }