Request

Response

    Objects

    Drawing

    object

    Represents a 2D drawing that contains projected views of a design.


    Fields

    Expand all
    id*
    ID! non-null
    A system-generated ID that uniquely identifies the drawing.
    nameA human-readable name to identify the drawing.
    manageFusion Manage extension fields.
    tipVersionThe most recent version of the drawing.
    createdByIndicates who created the drawing.
    customPropertiesRetrieves properties of the Drawing. Pagination is currently not supported, the API will return all available custom properties without pagination.
    pagination
    filter
    * Required
    Was this section useful?


    Where Used

    UsageUsed ByDescription
    Field Of DrawingItem Represents an item that contains 2D projected views of a product design.
    Field Of DrawingVersion Represents a version of a 2D drawing that contains projected views of a version of a component.
    Query By drawing Retrieves an object representing a drawing. Drawings contain 2D projected views of designs.
    Was this section useful?