Skip to main content
packageId
string
Unique identifier for the package.
organizationId
string
Unique identifier for the organization that owns the package.
memberId
string
Identifier for the member who created/owns the package.
teamId
string
Team identifier associated with the package. (optional)
folderId
string
Folder identifier where the package is stored. (optional)
shared
boolean
Set to true if the package is shared.
meetingId
string
Current scheduled meeting ID for the package (if applicable).
templateId
string
ID of the template the package was created from (if applicable).
formId
string
ID of the form the package was created from (if applicable).
keyId
string
ID of the API key used to create the package (if created via API key).
name
string
Display name of the package.
category
string
Category for the package. (optional)
clientNumber
string
Client reference number. (optional)
matterNumber
string
Matter reference number. (optional)
description
string
Description of the package. (optional)
message
string
Message included when the package was sent. (optional)
rescindMessage
string
Message explaining why the package was rescinded. (optional)
reminderMessage
string
Reminder message for signers. (optional)
timeCreated
string
Creation time (ISO 8601 date-time).
timeReminder
string
Reminder time (ISO 8601 date-time).
timeRetention
string
Retention expiry time (ISO 8601 date-time).
timeRescinded
string
Time the package was rescinded (ISO 8601).
timeDeleted
string
Time the package was deleted (ISO 8601).
timeSignBy
string
Deadline for signing (ISO 8601 date-time).
timeLastModified
string
Last modification time (ISO 8601 date-time).
options
object
Package options.
hasSecurityPassphrase
boolean
Set to true if the package is protected by a security passphrase.
locale
string
Language/locale for the package.
timeZone
string
Time zone for package date/time presentation.
format
object
Formatting options for dates and presentation.
revisionsSigned
number
Number of signed revisions across package documents.
revisionsCount
number
Total number of revisions across package documents.
restrictedType
string
Restriction type applied to the package. (optional)
api
boolean
Set to true if the package was created via the API.
type
string
Package type identifier.
state
string
Current state of the package.
externalData
Map<string, object>
Arbitrary external data attached to the package.
version
string
Package version or timestamp (ISO 8601).
meeting
object
If the package is scheduled for a meeting, the meeting details.
documents
object[]
Documents that belong to the package.
signers
object[]
Signers for the package.
recipients
object[]
Recipients related to the package (additional recipients beyond signers).
verifications
object[]
Verification records associated with the package.