RemoteDocumentReferenceView
documentationIdentifierstring
If the reference is in a documentation, it is the identifier of the documentation.
Example:
aaaa-bbbb-cccc-dddd
entityIdentifierstring
Identifier of the targeted reference.
Example:
aaaa-bbbb-cccc-dddd
folder object
identifierstring
Unique identifier of a folder.
Example:
aaaa-bbbb-cccc-dddd
names object[]
Names of the folder in different languages.
Array [
localestring
namestring
]
referencedEntityTypestring
As a document can be in different location called "references", this field indicates the type of the reference like ASSET, ORGANIZATION, CONTRACT
Example:
ASSET
RemoteDocumentReferenceView
{
"documentationIdentifier": "aaaa-bbbb-cccc-dddd",
"entityIdentifier": "aaaa-bbbb-cccc-dddd",
"folder": {
"identifier": "aaaa-bbbb-cccc-dddd",
"names": "[{language: 'fr', name: 'Nom'}, {language: 'en', name: 'Name'}]"
},
"referencedEntityType": "ASSET"
}