{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Projects 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": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Projects", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/construction/admin/v1/accounts/:accountId/projects", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "filter[status]", "value": "", "type": "query" }, { "name": "filter[name]", "value": "", "type": "query" }, { "name": "filter[platform]", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query", "description": "Sort field and direction (e.g., name asc, startDate desc)." }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of projects in the specified account." }, { "info": { "name": "Autodesk Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/construction/admin/v1/accounts/:accountId/projects", "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 project in the account." }, { "info": { "name": "Autodesk Get Project", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/construction/admin/v1/accounts/:accountId/projects/:projectId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific project." }, { "info": { "name": "Autodesk Update Project", "type": "http" }, "http": { "method": "PATCH", "url": "https://developer.api.autodesk.com/construction/admin/v1/accounts/:accountId/projects/:projectId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "projectId", "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 project details." }, { "info": { "name": "Autodesk List Projects", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/project/v1/hubs/:hub_id/projects", "params": [ { "name": "hub_id", "value": "", "type": "path", "description": "The unique identifier of the hub." }, { "name": "filter[id]", "value": "", "type": "query", "description": "Filter by project ID." }, { "name": "page[number]", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "page[limit]", "value": "", "type": "query", "description": "Number of results per page (max 200)." } ] }, "docs": "Returns a collection of projects for a given hub." }, { "info": { "name": "Autodesk Get Project", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/project/v1/hubs/:hub_id/projects/:project_id", "params": [ { "name": "hub_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Returns a specific project within a hub." }, { "info": { "name": "Autodesk List Top Folders", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/project/v1/hubs/:hub_id/projects/:project_id/topFolders", "params": [ { "name": "hub_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Returns the top-level folders for a project." } ] } ], "bundled": true }