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 design data.
Fields
id* ID! non-null | The ID that uniquely identifies the project. |
name | The name of the project. |
hub | An object representing the hub that contains this project. |
rootFolder | The top-level folder within the project, under which all other folders are nested. |
users* Users! non-null | An object representing a list of users and pagination |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
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). |
Field Of | Basicfile | Represents a file that does not contain components or drawings. |
Field Of | Designfile | Represents a file that contains a product design. |
Field Of | Drawingfile | Represents a file that contains 2D projected views of a product design. |
Field Of | Basicfileversion | Represents a version of a file that does not contain components or drawings. |
Field Of | Designfileversion | Represents a version of a file that that contains a product design. |
Field Of | Drawingfileversion | Represents a version of a file that contains 2D projected views of a product design. |
Field Of | Component | Represents a component. A component is an independent part of an assembly that acts as a single unit. For example, a lug-nut is an independent part (component) of a wheel assembly. A component serves as a container for a variety of design objects, including bodies, sketches, and construction geometry. See the blog post Autodesk Fusion Bodies vs. Components for more information on components. |
Field Of | Drawing | Represents a 2D drawing that contains projected views of a design. |
Field Of | Createprojectpayload | Payload needed to create a project |
Field Of | Adduserstoprojectpayload | Payload needed to add users to project |
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. |