Skip to main content
documentId
string
Unique identifier for the document.
packageId
string
Identifier of the package this document belongs to.
fileId
string
Unique identifier for the file associated with the document.
autoTemplateId
string
Auto-template identifier (if created from an auto-template).
autoTemplateDocumentId
string
Auto-template document identifier (if applicable).
externalId
string
External identifier for the document. (optional)
index
number
Order/index of the document within the package.
name
string
Document display name.
fileName
string
Original filename uploaded.
fileType
string
File extension or type identifier.
fileSize
number
Size of the file in bytes.
numberPages
number
Number of pages in the document.
timeUploaded
string
Upload time (ISO 8601 date-time).
timeLastModified
string
Last modified time (ISO 8601 date-time).
revisionsSigned
number
Number of signed revisions for this document.
revisionsCount
number
Total number of revisions for this document.
description
string
Description of the document. (optional)
cac
boolean
Set to true if a CAC (Compliance Audit Certificate) has been appended to the document.
cacPages
number
Number of CAC pages if cac is true.
state
string
Current state of the document.
revisions
object[]
Revision history for the document. Typically includes one revision per signer.
signers
object[]
Signers associated with this document.