Skip to content

AEC Data - Simple ​

Retrieves elements and their properties from an Autodesk Construction Cloud AEC Data Model using a straightforward filter and element group ID.

Purpose ​

Use this task when a workflow needs to extract a well-defined set of BIM elements and properties from an ACC model without writing a full GraphQL query. It is the quickest way to pull structured element data for use in reporting, scheduling, or quantity take-off tasks when the target element group and filter criteria are already known.

Inputs ​

FieldTypeRequiredDescription
Element IdTextYesThe ID of the element group within the AEC Data Model to query.
FilterTextYesA filter expression restricting which elements are returned (e.g. 'property.name.Element Context'=='Instance' and 'property.name.Revit Category Type Id'=='Doors').
Return PropertiesListYesThe list of property names to include in the returned element data (e.g. Name, Width, Family Name).

Outputs ​

NameDescription
AecDataA JSON string containing the list of elements matching the filter, each with the requested properties. Pass this to a data transformation or reporting task for further processing.

Tentech