Folder
Model name: TestFolder-dm
Represents a folder in the system
Document definition
object (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": {
- "Title": "string",
- "Id": "string",
- "Description": "string",
- "ProjectId": "string",
- "ProjectVersionNumber": "string",
- "SubprojectId": "string",
- "TestSuiteId": "string",
- "TechnicalId": "string",
- "TenantId": "string"
}, - "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"
}
}