Search K
Appearance
Appearance
The ACC Get AEC Model Adv Data node performs an advanced GraphQL query against Autodesk Construction Cloud (ACC) AEC Data Models, returning detailed model data for further workflow use.
Use this node to run custom GraphQL queries against AEC models in ACC to extract advanced data such as elements, properties, quantities, or metadata for reporting or downstream automation.
Field Label | Input Type | Description |
---|---|---|
GraphQl | Text | The GraphQL query string to execute against the AEC Data Model API. Supports placeholder replacements using the workflow's data context. |
Output Variable | Description |
---|---|
AecData | The JSON string result from the GraphQL query containing AEC model data. |
This node:
GraphQl
).AecData
output variable.✅ Query all elements of a specific category (e.g. walls or doors) in a Revit model to extract quantities or parameters for reporting.
✅ Retrieve model metadata for automated validation or compliance checking workflows.
AecData
.AecData
) is a JSON string representing the GraphQLResponse returned by the API. Further parsing or deserialization may be required in subsequent nodes depending on your workflow requirements.