DocumentDetailApiResponse

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]
originalFileName String The original file name as uploaded by the user. [default to null]
fileExtension String The original file extension (e.g., ".pdf", ".docx"). [default to null]
displayOrder Integer The display order of the document within the package (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]
processingStatus String The current processing status (e.g., "Pending", "Processing", "Ready", "Failed"). [default to null]
processingError String A human-readable error message if processing failed, or null on success. [default to null]
textTagsDetected Boolean Whether text tags were found in the document during detection. [default to null]
detectedTagFormat String The format of detected text tags (e.g., "Native", "DocuSign", "AdobeSign"), or null if no tags were detected. [default to null]
createdOn Date The UTC timestamp when the document record was created. [default to null]

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