DocumentMetaDataDTO
DTO that contains meta data information of a document.
Fields
Type
Name
Description
Optional
Default Value
size
The file size of the document in bytes.
false
name
The file name of the document.
false
mimeType
The mime type of the document.
false
updateDate
The last update date of the document.
false
size
The file size of the document in bytes.
false
isReadable
Indicates if the file is readable.
false
isWritable
Indicates if the file is writable.
false
isLinked
Indicates if the file is linked to an external resource.
false
isInternal
Indicates if the file is stored within the crm.
false
Example
{
"documentPk": "fvvvvvl2j323",
"name": "AnExample.txt",
"mimeType": "text/plain",
"updateDate": "2025-08-04T14:51:38+00:00",
"size": 19870401,
"isReadable": true,
"isWritable": true,
"isLinked": false,
"isInternal": false
}