DocResponse

document response class

Inherited from Doc class.

Properties:

nametypedescription

open_id

int

sequencial number of this document inside your company

token

string

Document token

status

string

Document status: "em-curso", "assinado", "recusado" or "lixeira"

original_file

string

Url of original file saved on amazon

signed_file

string

Signed file url saved on amazon

created_through

string

Where this document was created: "web" or "api"

extra_docs

Document extra documents list

deleted

boolean

If True, the document has been deleted

deleted_at

string

Date the document was deleted

created_at

string

Date the document was created

last_update_at

string

Last date the document was updated

template

If the document was created by a model, it contains the model token

answers

List of variables and values ​​for creating this document

auto_reminder

int

Number of times this document will notify signers

signers

represents the list of signers saved in the document

Last updated