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.
|
|
| 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.
|
|
| 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
}