Skip to main content
Conversation Starter
November 4, 2024
Solved

Read custom fields data from API

  • November 4, 2024
  • 2 replies
  • 346 views

Hi,

 

We want to automate the creation of documents and their sending for signature.


I suppose it is possible to create documents from templates created in Docusign using an API, to which we pass the particular data of each case.


My question is about the custom fields that we can configure with the signature (checkboxes, texts, dates...). Is it possible to read the information or status of these custom fields from the API? To save the data in our system.


Thanks.

Best answer by Islam.Hassanein

Hi Itequia,

You can use the GET EnvelopeCustomFields: list API call to retrieve custom field information for a specific envelope. This call allows you to access details related to any custom fields associated with the envelope.

https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopecustomfields/list/

 

 

2 replies

Docusign Employee
November 5, 2024

Hi Itequia,

You can use the GET EnvelopeCustomFields: list API call to retrieve custom field information for a specific envelope. This call allows you to access details related to any custom fields associated with the envelope.

https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopecustomfields/list/

 

 

ItequiaConversation StarterAuthor
Conversation Starter
November 6, 2024

Thank you, Islam.Hassanein