TemplateDocumentApiResponse

Properties

Name Type Description Notes
id UUID The unique document identifier. [default to null]
name String The display name of the document. [default to null]
fileExtension String The original file extension (e.g., ".pdf", ".docx"). [default to null]
processingStatus String The current processing status (e.g., "Pending", "Processing", "Ready", "Failed"). [default to null]
displayOrder Integer The display order of the document within the template (lower numbers appear first). [default to null]
pageCount Integer The total number of pages in the document. Zero while processing is incomplete. [default to null]
fileSizeBytes Long The file size in bytes. [default to null]
annotationCount Integer The number of annotations placed on this document across all roles. [default to null]

[Back to Model list] [Back to API list] [Back to README]