Objects
Hub
Represents a hub.
A hub is a container of projects, shared resources, and users with a common context.
Fields
id* ID! non-null | The ID that uniquely identifies the hub. |
name | A human-readable name to identify the hub. |
region | The region this hub belongs to. |
projects* Projects! non-null | Contains a list of projects within the specified hub. Expand to see the inputs for this field. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Hubs | Contains a list of hubs returned in response to a query. A hub is a container of projects, shared resources, and users with a common context. |
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 exchange data. |
Field Of | Folder | Represents a folder. A folder is a location for storing files, data, and other folders (sub-folders). |
Field Of | BasicItem | Represents a file that does not contain components or drawings. |
Field Of | BasicItemVersion | Represents a version of a file |
Query By | hub | Retrieves an object representing a hub. A Hub is a container of projects, shared resources, and users with a common context. |