Objects
BasicItemVersion
Represents a version of a file
Fields
id* ID! non-null | A system-generated ID that uniquely identifies this object. |
hub | An object representing the hub that contains this file. |
project | An object representing the project that contains this file. |
name | A human-readable name to identify this file. |
createdOn | Indicates when this version of the file was created. |
createdBy | An object representing the user who created this version of the file. |
lastModifiedOn | Indicates when this version of the file was most recently modified. |
lastModifiedBy | An object representing the user who made the most recent modification. |
versionNumber | Version indicator of this file. |
mimeType | The mime type of the file. |
extensionType | The extension type of the file. |
* Required
Implements
Usage | Used By | Description |
---|---|---|
Interface | ItemVersion | Represents a version of a file. A file is a container that stores data, information, settings, or commands used with a computer program. |
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | BasicItem | Represents a file that does not contain components or drawings. |
Field Of | BasicItemVersions | Contains a list of file versions returned in response to a query. |