Project
Model name: Project-dm
Represents a project in the system, which can contain test cases, test runs, and other related entities.
Document definition
object (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": {
- "ParentId": "P_221",
- "Title": "A12",
- "TenantId": "T_1",
- "Id": "P_221",
- "TechnicalId": "5f9b153d-fc81-443f-995a-c1878c8710c2"
}, - "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"
}
}