DocumentMetaDataDTO

DTO that contains meta data information of a document.

Fields

Type
Name
Description
Optional
Default Value
String  
size
The file size of the document in bytes.
false
 
String  
name
The file name of the document.
false
 
String  
mimeType
The mime type of the document.
false
 
String  
updateDate
The last update date of the document.
false
 
Long  
size
The file size of the document in bytes.
false
 
Boolean  
isReadable
Indicates if the file is readable.
false
 
Boolean  
isWritable
Indicates if the file is writable.
false
 
Boolean  
isLinked
Indicates if the file is linked to an external resource.
false
 
Boolean  
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
}