Show / Hide Table of Contents

    Revisions

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Common/Revisions
    

    Represents a revision.

    GUID

    ACB084C7-B5A6-41B5-B94A-D68B992E9A87
    

    Required permission

    Show part
    

    Properties

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

    Max length25NullableNoUniqueYes (per Part)

    • Max length is 25
    • Not nullable
    • Unique (per Part)
    ValidFrom DateTimeOffset? The valid from date of the revision.
    CommentId Int64? The business key identifier of the revision comment.

    References Comments.
    Comment Comments The revision comment.

    • Expandable
    PartId Int64 The business key identifier of the part that the revision belongs to.

    References .

    Example

    {
      "Id": 0,
      "Number": null,
      "ValidFrom": null,
      "CommentId": null,
      "Comment": null,
      "PartId": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB