get-issue-root-causes
Retrieve supported root cause categories and causes for issues in Autodesk Construction Cloud. Use this tool to accurately allocate root causes by providing the required project ID.
Instructions
Retrieves a list of supported root cause categories and root causes that you can allocate to an issue in Autodesk Construction Cloud.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"projectId": {
"minLength": 1,
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}