Objects
AECDesign
Represents a Revit model.
Fields
Expand all
id* ID! non-null | Globally unique identifier. |
name | Name of the Design 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 design. |
filter | Specifies how to filter on property definitions. |
pagination | Specifies how to split the response into multiple pages. |
version | Specific version of this Design. |
lineage* Lineage! non-null | Version lineage for this design. |
createdBy | User responsible for creating this design. |
createdOn | Timestamp of design creation. |
lastModifiedBy | Latest user who modified this design. |
lastModifiedOn | Latest timestamp when this design was modified. |
alternativeRepresentations | Alternative identifiers for this design. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Aecdesigns | Contains a list of AECDesigns returned in response to a query. |
Field Of | Element | Represents an element type. |
Field Of | Lineage | Information related to versions of a design. |
Field Of | AECDesignExtractionStatus | Information about design extraction status. |
Query By | aecDesignAtTip | Retrieves latest design data based on given ID. |
Query By | aecDesignByVersionNumber | Retrieves design by version number and ID. |