Show / Hide Table of Contents

    Drawings

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/Drawings
    

    Represents a drawing.

    GUID

    F3EFB1BB-3877-4E34-8148-424F23779AAE
    

    Required permission

    Show part
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the drawing.
    DrawingNumber String The human readable number of the drawing.

    • Max length is 80
    • Not nullable
    • Unique (per Part)
    PartId Int64 The business key identifier of the part that the drawing belongs to.

    References Parts
    Revisions DrawingRevisions[] A collection of revisions that belong the the drawing.

    • Expandable
    ActiveDrawingRevisionId Int64? The business key identifier of the active drawing revision.

    • References DrawingRevisions
    Introduced in version 23.2

    Example

    {
      "Id": 0,
      "DrawingNumber": null,
      "PartId": 0,
      "Revisions": null,
      "ActiveDrawingRevisionId": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB