Objects
Folder
Represents a folder.
A folder is a location for storing files, data, and other folders (sub-folders).
Fields
id* ID! non-null | The ID that uniquely identifies the folder. |
hub | An object representing the hub that contains this folder. |
project | An object representing the project that contains this folder. |
parentFolder | The folder that contains this folder. |
name | A human-readable name to identify this folder. |
createdOn | Indicates when this folder was created. |
createdBy | An object representing the user who created this folder. |
lastModifiedOn | Indicates when this folder was most recently modified. |
lastModifiedBy | An object representing the user who made the most recent modification. |
objectCount | Indicates the number items (folders and files) contained in this folder. |
items* Items! non-null | Contains a list of items that meet the specified filter criteria. You specify the filter criteria as an input to this field. Expand to see the inputs for this field. |
extensionType | The extension type of the folder. |
* Required
Implements
Usage | Used By | Description |
---|---|---|
Interface | Item | Represents an Item. An item refers to a file or sub-folder that exists within a folder. |
Where Used
Usage | Used By | Description |
---|---|---|
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). |
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 | 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. |