{ "opencollection": "1.0.0", "info": { "name": "Autodesk Construction Cloud Admin Companies 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": "Get account projects", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/construction/admin/v1/accounts/:accountId/projects", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The unique identifier of the ACC account" }, { "name": "filter[status]", "value": "", "type": "query", "description": "Filter by project status" }, { "name": "filter[name]", "value": "", "type": "query", "description": "Filter projects by name (partial match)" }, { "name": "include", "value": "", "type": "query", "description": "Include related resources" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Retrieve all projects associated with the specified ACC account. Supports filtering by project status, project type, and name search." }, { "info": { "name": "Create a new 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": "{}" } }, "docs": "Create a new construction project in the specified ACC account." }, { "info": { "name": "Get project by ID", "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": "Retrieve detailed information about a specific ACC project." }, { "info": { "name": "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": "{}" } }, "docs": "Update project settings, status, or metadata." } ] } ], "bundled": true }