Request

Response

    Objects

    Element

    object

    Represents an element type.


    Fields

    Expand all
    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
    filterSpecifies which properties to return.
    paginationSpecifies how to split the response into multiple pages.
    includeReferencesPropertiesMust be set to the reference name.
    referencesRepresents information that further defines the Element (e.g. Type data)
    filterSpecifies which reference properties to return.
    paginationSpecifies how to split the response into multiple pages.
    createdByUser responsible for creating this element
    createdOnTimestamp of element creation
    lastModifiedByLatest user who modified the data
    lastModifiedOnLatest timestamp when the element was modified
    referencedByElements which have references to the current element
    name*
    String! non-null
    The name of relationship to find references for.
    filterSpecifies how to filter elements with references to current element.
    paginationSpecifies how to split the response into multiple pages.
    alternativeIdentifiersAlternative identifiers for this element
    elementGroupThe elementGroup which this element belongs to.
    * Required


    Where Used

    UsageUsed ByDescription
    Field Of Referenceproperty A reference property which describes relationship between elements.
    Query By elementAtTip Retrieves element using given ID.