Skip to main content

document

Returns a single Document by ID. A Document represents a document that has been sent for signing.

Arguments

ArgumentTypeRequiredDescription
idIDNoGlobal node ID
documentIdIDNoDocument-specific ID

Provide either id or documentId.

Return Type

Document

Example

query GetDocument($id: ID!) {
document(id: $id) {
id
name
status
created
modified
senderName
senderEmail
certifyDocument
hash
retention
batchId
batchName
group {
id
name
}
template {
id
title
}
recipients {
id
firstName
lastName
email
status
roleType
role
signedDateTime
sentDateTime
emailProblem
recipientOrder
}
auditLog {
created
description
name
email
status
code
ip
}
}
}

Export This Article

Save a copy of this page as PDF or plain text.