Document Record

Document record.
Response example
{
    "documents": 
    [
       
        {
            "name":"docx-template",
            "sourceId": "800xx000000boTRAAY",
            "fileExtension":"docx",            
            "sourceType":"Content",
            "additionalFields":
                {
                    "key1": "value1"
                }
        },
        {
            "name":"annual-contract-doc",
            "sourceId": "800xx000000boQTFGS",
            "fileExtension":"pdf",            
            "sourceType":"Content",
            "additionalFields":
                {
                    "key1": "value1",
                    "key2": "value2"
                }
        }
    ]
}
Properties
Property Name Type Description Filter Group and Version Available Version
additionalFields Map<String, String> Additional fields related to document for custom implementation. Big, 56.0 56.0
fileExtension String The file extension of document. Small, 56.0 56.0
name String The name of document. Small, 56.0 56.0
sourceId String The source ID of document. Small, 56.0 56.0
sourceType String The source type of document. Small, 56.0 56.0