Objects
DrawingVersion
Represents a version of a 2D drawing that contains projected views of a version of a component.
Fields
Expand all
id* ID! non-null | The ID that uniquely identifies the drawing. |
name | A human-readable name to identify the drawing. |
isMilestone | Milestones are used to identify that the design’s stage of development is important. true : This version of the design is a milestone. false : This version is not a milestone. |
lastModifiedOn | Indicates when this version of the drawing was most recently modified. |
lastModifiedBy | Indicates by whom this version of the drawing was most recently modified. |
createdBy | Indicates who created this version of the drawing. |
manage | Fusion Manage extension fields. |
thumbnail | An object representing a thumbnail of the component. |
componentVersion | An object representing the component that is the subject of this drawing. |
drawing | An object representing the drawing that this object is a version of. |
drawingItemVersion | An object representing the version of the drawing item that contains the drawing. |
customProperties | Retrieves properties of the DrawingVersion. Pagination is currently not supported, the API will return all available custom properties without pagination. |
pagination | |
filter |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Drawing | Represents a 2D drawing that contains projected views of a design. |
Field Of | DrawingItem | Represents an item that contains 2D projected views of a product design. |
Field Of | DrawingItemVersion | Represents a version of an item that contains 2D projected views of a product design. |
Field Of | DrawingVersions | Contains a list of object representing versions of drawings, typically returned in response to a query. |
Query By | drawingVersion | Retrieves an object representing a version of a drawing. Drawings contain 2D projected views of designs. |