Objects
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 entity data.
Fields
Expand all
id* ID! non-null | The ID that uniquely identifies the project. |
hub | An object representing the hub that contains this project. |
elementGroups* ElementGroups! non-null | The ElementGroups within the project |
filter | Specifies how to filter |
pagination | Specifies how to split the response into multiple pages. |
name | The name of the project. |
alternativeIdentifiers | Alternative identifiers for this project |
folders | The top-level folders within the project. |
pagination | Specifies how to split the response into multiple pages. |
filter | Specifies how to filter on folders. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
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. |
Query By | projectByDataManagementAPIId | Retrieves an object representing a project by its external id. A project is a shared workspace for teams of people to store, organize, and manage all related design data. |