Version
Model name: Version-dm
Represents a version of a project in the system, which can be used to track changes and manage different iterations of the project.
Document definition
object (components-schemas-Root) | |
object (Meta) [Read only] Contain the meta data information of the document. It will be ignored if included in the request of the update operations (e.g MODIFY_DOCUMENT) |
{- "Root": {
- "General": {
- "ProjectId": "P_221",
- "SubprojectId": "_",
- "VersionNumber": "1.1.0",
- "DerivedVersionNumber": "1.0.0",
- "DerivedVersionCreatedOn": 1725588957371,
- "DerivedVersionTitle": "A12 update",
- "Status": "open",
- "Title": "A12",
- "TenantId": "T_1",
- "Id": "4b686566-b28c-4978-a06a-7a1aebe37a78",
- "TechnicalId": "5f9b153d-fc81-443f-995a-c1878c8710c2",
- "WrapperNode": false,
- "UseSubjectSpecificOrderForTestSuite": false,
- "IsLatestVersion": true,
- "KeyPoints": "",
- "Description": "",
- "Ancestors": "|[1.0.0]|"
}, - "Metadata": {
- "CreatedBy": "string",
- "DisplayCreatedOn": "2019-08-24T14:15:22Z",
- "CreatedOn": 0,
- "EditedBy": "string",
- "DisplayEditedOn": "2019-08-24T14:15:22Z",
- "EditedOn": 0
}, - "Attachments": [
- {
- "FileName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "UploadOn": "2019-08-24",
- "OriginalFileName": "string",
- "UploadBy": "string",
- "Referenced": true,
- "CopyNumber": 0,
- "ThumbnailId": "string",
- "File": {
- "content": "string",
- "attachment_id": "string",
- "internal_filename": "string",
- "original_filename": "string",
- "size": 0,
- "mime_type": "string"
}
}
]
}, - "__meta": {
- "creator": "string",
- "modifier": "string",
- "docRef": "string",
- "modelReference": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "modelVersion": "string"
}
}