Show / Hide Table of Contents

    DrawingRevisions

    Queryable, Introduced in version 2.18

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

    Represents a drawing revision.

    GUID

    988D24AF-A5BC-4972-8015-3362A3E18355
    

    Required permission

    Show part
    

    Properties

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

    • Max length is 25
    • Not nullable
    • Unique (per Drawing)
    ParentId Int64? The business key identifier of the drawing that the revision belongs to.

    References Drawings
    RevisionCommentId Int64? The business key identifier of the revision comment.

    References Comments
    RevisionComment Comments The revision comment.

    • Expandable

    Example

    {
      "Id": 0,
      "Number": null,
      "ParentId": null,
      "RevisionCommentId": null,
      "RevisionComment": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB