Document Generator API

/v1/compliance/delete

delete
/v1/compliance/delete

Body

PermanentDeleteRequest

* Additional properties are NOT allowed.
resourceIdstring | null

Response

application/json

Success

PermanentDeleteResponse

PermanentDeleteResponseobject
* Additional properties are NOT allowed.
application/json

CreateDocumentFromTemplateAsync

post
/v1/documents

Body

CreateDocumentRequest

* Additional properties are NOT allowed.
documentTemplateRIDstring | null
namestring | null
containerRIDstring | null
settingsobject
* Additional properties are NOT allowed.
Show Child Parameters
signatureSettingsobject
* Additional properties are NOT allowed.
Show Child Parameters
fieldsarray | null[object]
* Additional properties are NOT allowed.
Show Child Parameters
variableDataobject | null

Response

application/json

Created

DocumentResponse

* Additional properties are NOT allowed.
ridstring | null
containerRIDstring | null
templateRIDstring | null
namestring | null
creatorobject
* Additional properties are NOT allowed.
Show Child Parameters
parentIdstring | null
accountIdstring | null
fileobject
* Additional properties are NOT allowed.
Show Child Parameters
rolesarray | null[object]
* Additional properties are NOT allowed.
Show Child Parameters
fieldsarray | null[object]
* Additional properties are NOT allowed.
Show Child Parameters
settingsobject
* Additional properties are NOT allowed.
Show Child Parameters
signatureSettingsobject
* Additional properties are NOT allowed.
Show Child Parameters
signerSequencingboolean | null
createdAtstring | null(date-time)
updatedAtstring | null(date-time)
variablesarray | null[object]
* Additional properties are NOT allowed.
Show Child Parameters
application/json

GetDocumentByIdAsync

get
/v1/documents/{documentRID}

Path Parameters

documentRIDstringrequired

Response

application/json

Success

DocumentResponse

* Additional properties are NOT allowed.
ridstring | null
containerRIDstring | null
templateRIDstring | null
namestring | null
creatorobject
* Additional properties are NOT allowed.
Show Child Parameters
parentIdstring | null
accountIdstring | null
fileobject
* Additional properties are NOT allowed.
Show Child Parameters
rolesarray | null[object]
* Additional properties are NOT allowed.
Show Child Parameters
fieldsarray | null[object]
* Additional properties are NOT allowed.
Show Child Parameters
settingsobject
* Additional properties are NOT allowed.
Show Child Parameters
signatureSettingsobject
* Additional properties are NOT allowed.
Show Child Parameters
signerSequencingboolean | null
createdAtstring | null(date-time)
updatedAtstring | null(date-time)
variablesarray | null[object]
* Additional properties are NOT allowed.
Show Child Parameters
application/json

PartialUpdateDocumentAsync

patch
/v1/documents/{documentRID}

Path Parameters

documentRIDstringrequired

Body

application/json-patch+json

JsonPatchDocument

Array of operations to perform

opstring
valuestring | null
pathstring

Response

application/json

Success

DocumentResponse

* Additional properties are NOT allowed.
ridstring | null
containerRIDstring | null
templateRIDstring | null
namestring | null
creatorobject
* Additional properties are NOT allowed.
Show Child Parameters
parentIdstring | null
accountIdstring | null
fileobject
* Additional properties are NOT allowed.
Show Child Parameters
rolesarray | null[object]
* Additional properties are NOT allowed.
Show Child Parameters
fieldsarray | null[object]
* Additional properties are NOT allowed.
Show Child Parameters
settingsobject
* Additional properties are NOT allowed.
Show Child Parameters
signatureSettingsobject
* Additional properties are NOT allowed.
Show Child Parameters
signerSequencingboolean | null
createdAtstring | null(date-time)
updatedAtstring | null(date-time)
variablesarray | null[object]
* Additional properties are NOT allowed.
Show Child Parameters
application/json

DeleteDocumentAsync

delete
/v1/documents/{documentRID}

Path Parameters

documentRIDstringrequired

Response

No Content