Interfaces
ItemVersion
Represents a version of an item.
Fields
id* ID! non-null | A system-generated ID that uniquely identifies this object. |
hub | An object representing the hub that contains this version of the item. |
project | An object representing the project that contains this version of the item. |
name | A human-readable name to identify this item. |
createdOn | Indicates when this version of the item was created. |
createdBy | An object representing the user who created this version of the item. |
lastModifiedOn | Indicates when this version of the item was most recently modified. |
lastModifiedBy | An object representing the user who made the most recent modification. |
versionNumber | Version indicator of this item. |
item* Item! non-null | The main item resource that this is a version of. |
mimeType | The mime type of the item. |
extensionType | The extension type of the item. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | ItemVersions | Contains a list of item versions returned in response to a query. |
Query By | itemVersion | Retrieves an object representing a version of an item. |
Implemented By | BasicItemVersion | Represents a version of a basic item that does not contain components or drawings. |
Implemented By | ConfiguredDesignItemVersion | Represents a version of an item that contains configurations. |
Implemented By | DesignItemVersion | Represents a version of an item that contains a product design. |
Implemented By | DrawingItemVersion | Represents a version of an item that contains 2D projected views of a product design. |