Interfaces
Item
Represents an Item.
An item refers to a file or sub-folder that exists within a folder.
Fields
id* ID! non-null | The ID that uniquely identifies the item. |
hub | An object representing the hub that contains this item. |
project | An object representing the project that contains this item. |
parentFolder | The folder that contains this item. |
name | A human-readable name to identify this item. |
createdOn | Indicates when this item was created. |
createdBy | An object representing the user who created this item. |
lastModifiedOn | Indicates when this item was most recently modified. |
lastModifiedBy | An object representing the user who made the most recent modification. |
extensionType | The extension type of the item. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Query By | item | Retrieves an object representing an item. An item refers to a file or sub-folder that exists within a folder. |
Implemented By | Folder | Represents a folder. A folder is a location for storing files, data, and other folders (sub-folders). |
Implemented By | BasicFile | Represents a file that does not contain components or drawings. |
Implemented By | DesignFile | Represents a file that contains a product design. |
Implemented By | DrawingFile | Represents a file that contains 2D projected views of a product design. |
Implemented By | 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. |
Implemented By | Drawing | Represents a 2D drawing that contains projected views of a design. |