Objects
DrawingItem
Represents an item that contains 2D projected views of a product design.
Fields
Expand all
id* ID! non-null | A system-generated ID that uniquely identifies the item. |
hub | An object representing the hub that contains this item. |
tipVersion | The most recent version of the item. |
thumbnail | An object representing the thumbnail of most recent version of this item. |
drawing* Drawing! non-null | An object representing a 2D drawing that contains projected views of a design. |
tipDrawingVersion | An object representing the most recent version of the drawing in the item. |
fusionWebUrl | Fusion Team URL of the DrawingItem. |
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. |
versions | An array containing objects that represent all versions of the item. |
pagination | Specifies how to split the response into multiple pages. |
extensionType | The extension type of the item. |
* 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 | DrawingItemVersion | Represents a version of an item that contains 2D projected views of a product design. |