Skip to main content

FileResourceView

Information about the file resource associated with a document

identifierstringrequired

Unique identifier of the file resource

Example: file-123e4567-e89b-12d3-a456-426614174000
namestringrequired

Name of the file

Example: Invoice-2023.pdf
importDatestringrequired

Date when the file was imported

Example: 2023-01-15T14:30:00
contentTypestring

Content type (MIME type) of the file

Example: application/pdf
FileResourceView
{
"identifier": "file-123e4567-e89b-12d3-a456-426614174000",
"name": "Invoice-2023.pdf",
"importDate": "2023-01-15T14:30:00",
"contentType": "application/pdf"
}