Skip to main content

RemoteFileResourceView

contentTypestring

Content type of the file.

Example: application/pdf
identifierstring

Identifier of stored file. This identifier is the AWS S3 identifier

Example: aaaa-bbbb-cccc-dddd
importDatestring

Date at which the file was imported in the system. It is in ISO 8601 format.

Example: YYYY-MM-DDTHH:MM:SSZ
namestring

Name of the file. It is the same as the name of the document

Example: My file.pdf
RemoteFileResourceView
{
"contentType": "application/pdf",
"identifier": "aaaa-bbbb-cccc-dddd",
"importDate": "YYYY-MM-DDTHH:MM:SSZ",
"name": "My file.pdf"
}