Skip to main content
Solved

Read custom fields data from API

  • November 4, 2024
  • 2 replies
  • 121 views

Forum|alt.badge.img+2

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/

 

 

View Original
Is this content helpful?

2 replies

Forum|alt.badge.img+4
  • Docusign Employee
  • 25 replies
  • Answer
  • 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/

 

 


Forum|alt.badge.img+2
  • Author
  • Newcomer
  • 1 reply
  • November 6, 2024

Thank you, Islam.Hassanein