Request

Response

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

    Hub

    object

    Represents a hub.

    A hub is a container of projects, shared resources, and users with a common context.


    Fields

    Expand all
    id*
    ID! non-null
    The ID that uniquely identifies the hub.
    nameA human-readable name to identify the hub.
    projects*
    Projects! non-null
    Contains a list of projects within the specified hub. Expand to see the inputs for this field.
    filterSpecifies how to filter a list of projects. You can filter by name.
    paginationSpecifies how to split the response into multiple pages.
    * Required


    Where Used

    UsageUsed ByDescription
    Field Of Project 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.
    Field Of Folder Represents a folder. A folder is a location for storing files, data, and other folders (sub-folders).
    Query By hub Retrieves an object representing a hub. A Hub is a container of projects, shared resources, and users with a common context.