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.
|
|
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.
|
Example
{
"Id": 0,
"Number": null,
"ParentId": null,
"RevisionCommentId": null,
"RevisionComment": null
}