Objects
ElementGroup
Represents a Revit model.
Fields
Expand all
id* ID! non-null | Globally unique identifier. |
name | Name of the ElementGroup Container. |
elements* Elements! non-null | Get Elements |
filter | RSQL filter to use for searching elements. |
pagination | Specifies how to split the response into multiple pages. |
propertyDefinitions* PropertyDefinitions! non-null | Get all Property Definitions used in this elementGroup |
filter | Specifies how to filter on property definitions. |
pagination | Specifies how to split the response into multiple pages. |
version | Specific version of this ElementGroup. |
versionHistory* ElementGroupVersionHistory! non-null | Version history for this elementGroup |
createdBy | User responsible for creating this elementGroup |
createdOn | Timestamp of elementGroup creation |
lastModifiedBy | Latest user who modified this elementGroup |
lastModifiedOn | Latest timestamp when this elementGroup was modified |
alternativeIdentifiers | Alternative identifiers for this elementGroup |
parentFolder | Parent folder containing this elementGroup |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Element | Represents an element type. |
Field Of | Elementgroupextractionstatus | Information about elementGroup extraction status. |
Field Of | Elementgroupversion | Represents a single version of an ElementGroup. |
Query By | elementGroupAtTip | Retrieves latest elementGroup data based on given ID. |
Query By | elementGroupByVersionNumber | Retrieves elementGroup by version number and ID. |