Search K
Appearance
Appearance
The ACC Get AEC Model Basic Data node retrieves basic data for elements within Autodesk Construction Cloud (ACC) AEC Data Models using a simple GraphQL query based on provided filters and element groups.
Use this node to quickly extract basic model data for specified elements and properties without requiring advanced AI-based parsing or complex query building.
Field Label | Input Type | Description |
---|---|---|
Element Id | Text | The ID of the element group within the AEC Data Model to query. |
Filter | Text | A GraphQL-compatible filter string to restrict which elements are returned (e.g. category or property filters). |
Return Properties | JSON Array | A list of property names to include in the returned data (e.g. ["Width","Height","Family Name"] ). |
Output Variable | Description |
---|---|
AecData | The JSON string result containing a list of elements with their requested properties. |
This node:
Element Id
, Filter
, Return Properties
).AecData
output variable.✅ Retrieve all walls in a model with their height, width, and type properties for quantity take-off reports.
✅ Extract door elements with their family name and dimensions for an automated door schedule export.
AecData
.AecData
) is a JSON string representing a list of ElementResult objects as returned by the ACC API integration.