Objects
Element
Represents a specific piece of AEC data.
Fields
id* ID! non-null | Globally unique identifier for an Element. |
name* String! non-null | The human-readable name of the Element. |
properties* Properties! non-null | Query for specific Properties |
references | Represents information that further defines the Element (e.g. Type data) |
referencedBy | Elements which have references to current element |
createdBy | User responsible for creating this element |
createdOn | Timestamp of element creation |
lastModifiedBy | Latest user who modified the data |
lastModifiedOn | Latest timestamp when the element was modified |
alternativeRepresentations | Alternative identifiers for this element. This field is deprecated. Use alternativeIdentifiers instead. |
alternativeIdentifiers | Alternative identifiers for this element |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | ReferenceProperty | A reference property which describes relationship between elements. |
Field Of | Elements | Contains a list of Elements returned in response to a query. |