Request

Response

    Objects

    Elements

    object

    Contains a list of Elements returned in response to a query.


    Fields

    totalCountTotal count of elements found for a given query. Will only be populated for the following fields: - ‘Query.elements’ - ‘Query.elementsByElementGroup’ - ‘ElementGroup.elements’ - ‘Element.referencedBy’
    paginationContains information about the current page, when results are split into multiple pages.
    results*
    [Element]! non-null
    An array representing elements
    * Required


    Where Used

    UsageUsed ByDescription
    Field Of Element Represents an element type.
    Field Of Elementgroup Represents a Revit model.
    Query By elementsByHub Retrieves elements from given hub, using additional RSQL filters if provided.
    Query By elementsByProject Retrieves elements from given project, using additional RSQL filters if provided.
    Query By elementsByFolder Retrieves elements from given folder, using additional RSQL filters if provided.
    Query By elementsByElementGroup Retrieves elements from given elementGroup, using additional RSQL filters if provided.
    Query By elementsByElementGroups Retrieves elements from a given set of elementGroups, using additional RSQL filters if provided.
    Query By elementsByElementGroupAtVersion Retrieves elements from given elementGroup at given elementGroup version, using additional RSQL filters if provided.