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. |
fusionWebUrl | Fusion Team URL of the project. |
thumbnailUrl | Thumbnail URL of the project. |
projectType | The type of the project. |
projectStatus | Status of a project. |
legacyProjectMembers | An object representing the members of a legacy project, with additional details |
pagination | |
folderLevelProjectMembers | An object representing the members of a Folder-Level project, with additional details |
filter | |
pagination | |
groups | An object representing the groups in this project. Only applicable for Folder-Level project. |
filter | |
pagination | |
hub | An object representing the hub that contains this project. |
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. |
items | The top-level items within the project. |
pagination | Specifies how to split the response into multiple pages. |
filter | Specifies how to filter the content of a folder. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | AddFolderLevelProjectMembersPayload | Return payload on add FolderLevel project members operation. |
Field Of | AddGroupsToFolderLevelProjectPayload | Return payload on add groups to Folder-Level project operation. |
Field Of | AddLegacyProjectMembersPayload | Return payload on add legacy project members operation. |
Field Of | ArchiveProjectPayload | Return payload for archiving a project operation. |
Field Of | BasicItem | Represents a basic item that does not contain components or drawings. A basic item is a container that stores data, information, settings, or commands used with a computer program. |
Field Of | BasicItemVersion | Represents a version of a basic item that does not contain components or drawings. |
Field Of | ChangeFolderLevelProjectMemberRolePayload | Return payload on changing folder member role operation. |
Field Of | ChangeGroupsRoleInFolderLevelProjectPayload | Return payload for change groups’ role in Folder-Level project operation. |
Field Of | ChangeLegacyProjectTypePayload | Return payload on update legacy project type operation. |
Field Of | ConfiguredDesignItem | Represents an item that contains configurations. |
Field Of | ConfiguredDesignItemVersion | Represents a version of an item that contains configurations. |
Field Of | CreateFolderLevelProjectPayload | Return payload on create Folder-Level project operation. |
Field Of | CreateLegacyProjectPayload | Return payload on create legacy project operation. |
Field Of | DesignItem | Represents an item that contains a product design. |
Field Of | DesignItemVersion | Represents a version of an item that contains a product design. |
Field Of | DrawingItem | Represents an item that contains 2D projected views of a product design. |
Field Of | DrawingItemVersion | Represents a version of an item that contains 2D projected views of a product design. |
Field Of | Folder | Represents a folder. A folder is a location for storing files, data, and other folders (sub-folders). |
Field Of | ProjectMember | An object representing a member of a project. |
Field Of | Projects | Contains a list of projects returned in response to a query. |
Field Of | RemoveFolderLevelProjectMembersPayload | Return payload on removing Folder-Level project members operation. |
Field Of | RemoveGroupsFromFolderLevelProjectPayload | Return payload for remove groups from Folder-Level project operation. |
Field Of | RemoveLegacyProjectMemberPayload | Return payload for removing a member from the legacy project. |
Field Of | RenameProjectPayload | Return payload on rename project operation. |
Field Of | RestoreProjectPayload | Return payload for restoring a project operation. |
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. |