{ "opencollection": "1.0.0", "info": { "name": "Construction.Account.Admin Account Management Issue Root Cause Categories API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Issue Root Cause Categories", "type": "folder" }, "items": [ { "info": { "name": "Your GET endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/construction/issues/v1/projects/:projectId/issue-root-cause-categories", "headers": [ { "name": "x-ads-region", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project." }, { "name": "include", "value": "", "type": "query", "description": "Add ‘include=rootcauses’ to add the root causes for each category." }, { "name": "limit", "value": "", "type": "query", "description": "Add limit=20 to limit the results count (together with the offset to support pagination)." }, { "name": "offset", "value": "", "type": "query", "description": "Add offset=20 to get partial results (together with the limit to support pagination)" }, { "name": "filter[updatedAt]", "value": "", "type": "query", "description": "Retrieves root cause categories updated at the specified date and time, in one of the following URL-encoded formats: YYYY-MM-DDThh:mm:ss.sz or YYYY-MM-DD. Separate multiple values with commas." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves a list of supported root cause categories and root causes that you can allocate to an issue. For example, communication and coordination." } ] } ], "bundled": true }