Request

Response

    Objects
    Beta APIs are subject to change. Please avoid using them in production environments.

    Project

    object

    Represents a project.

    A project is a shared workspace for teams of people working together on a project, to store, organize, and manage all related design data.


    Fields

    Expand all
    id*
    ID! non-null
    The ID that uniquely identifies the project.
    nameThe name of the project.
    hubAn object representing the hub that contains this project.
    foldersThe top-level folders within the project, under which all other folders are nested.
    aecDesigns*
    AECDesigns! non-null
    The AECDesigns within the project.
    filterSpecifies how to filter on AECDesigns.
    paginationSpecifies how to split the response into multiple pages.
    alternativeRepresentationsAlternative ways of referencing a project.
    * Required


    Where Used

    UsageUsed ByDescription
    Field Of Projects Contains a list of projects returned in response to a query.
    Field Of Folder Represents a folder. A folder is a location for storing files, data, and other folders (sub-folders).
    Query By project Retrieves an object representing a project from a specified hub. A project is a shared workspace for teams of people to store, organize, and manage all related design data.