Getting Started
Guides
APIs
Search
K
Docs
Document Generator API
/v1/compliance/delete
delete
/v1/compliance/delete
Body
application/json-patch+json
PermanentDeleteRequest
* Additional properties are
NOT
allowed.
resourceId
string | null
Response
200
application/json
Success
PermanentDeleteResponse
PermanentDeleteResponse
object
* Additional properties are
NOT
allowed.
200
application/json
CreateDocumentFromTemplateAsync
post
/v1/documents
Body
application/json-patch+json
CreateDocumentRequest
* Additional properties are
NOT
allowed.
documentTemplateRID
string | null
name
string | null
containerRID
string | null
settings
object
* Additional properties are
NOT
allowed.
Show Child Parameters
signatureSettings
object
* Additional properties are
NOT
allowed.
Show Child Parameters
fields
array | null
[object]
* Additional properties are
NOT
allowed.
Show Child Parameters
variableData
object | null
Response
201
application/json
Created
DocumentResponse
* Additional properties are
NOT
allowed.
rid
string | null
containerRID
string | null
templateRID
string | null
name
string | null
creator
object
* Additional properties are
NOT
allowed.
Show Child Parameters
parentId
string | null
accountId
string | null
file
object
* Additional properties are
NOT
allowed.
Show Child Parameters
roles
array | null
[object]
* Additional properties are
NOT
allowed.
Show Child Parameters
fields
array | null
[object]
* Additional properties are
NOT
allowed.
Show Child Parameters
settings
object
* Additional properties are
NOT
allowed.
Show Child Parameters
signatureSettings
object
* Additional properties are
NOT
allowed.
Show Child Parameters
signerSequencing
boolean | null
createdAt
string | null
(date-time)
updatedAt
string | null
(date-time)
variables
array | null
[object]
* Additional properties are
NOT
allowed.
Show Child Parameters
201
application/json
GetDocumentByIdAsync
get
/v1/documents/{documentRID}
Path Parameters
documentRID
string
required
Response
200
application/json
Success
DocumentResponse
* Additional properties are
NOT
allowed.
rid
string | null
containerRID
string | null
templateRID
string | null
name
string | null
creator
object
* Additional properties are
NOT
allowed.
Show Child Parameters
parentId
string | null
accountId
string | null
file
object
* Additional properties are
NOT
allowed.
Show Child Parameters
roles
array | null
[object]
* Additional properties are
NOT
allowed.
Show Child Parameters
fields
array | null
[object]
* Additional properties are
NOT
allowed.
Show Child Parameters
settings
object
* Additional properties are
NOT
allowed.
Show Child Parameters
signatureSettings
object
* Additional properties are
NOT
allowed.
Show Child Parameters
signerSequencing
boolean | null
createdAt
string | null
(date-time)
updatedAt
string | null
(date-time)
variables
array | null
[object]
* Additional properties are
NOT
allowed.
Show Child Parameters
200
application/json
PartialUpdateDocumentAsync
patch
/v1/documents/{documentRID}
Path Parameters
documentRID
string
required
Body
application/json-patch+json
JsonPatchDocument
Array of operations to perform
op
string
value
string | null
path
string
Response
200
application/json
Success
DocumentResponse
* Additional properties are
NOT
allowed.
rid
string | null
containerRID
string | null
templateRID
string | null
name
string | null
creator
object
* Additional properties are
NOT
allowed.
Show Child Parameters
parentId
string | null
accountId
string | null
file
object
* Additional properties are
NOT
allowed.
Show Child Parameters
roles
array | null
[object]
* Additional properties are
NOT
allowed.
Show Child Parameters
fields
array | null
[object]
* Additional properties are
NOT
allowed.
Show Child Parameters
settings
object
* Additional properties are
NOT
allowed.
Show Child Parameters
signatureSettings
object
* Additional properties are
NOT
allowed.
Show Child Parameters
signerSequencing
boolean | null
createdAt
string | null
(date-time)
updatedAt
string | null
(date-time)
variables
array | null
[object]
* Additional properties are
NOT
allowed.
Show Child Parameters
200
application/json
DeleteDocumentAsync
delete
/v1/documents/{documentRID}
Path Parameters
documentRID
string
required
Response
204
No Content
204