{% extends "base.html" %} {% block content %}
Get the data values associated with the envelope itself. The custom data fields enable you to add additional meta-data to the envelope. The custom data fields can be set by the Sender via the DocuSign web tool, or can be set programmatically. The data can be included in the envelope's certificate of completion.
This method is used to read the custom field values from an envelope.
{% if show_doc %}Documentation about this example.
{% endif %}API method used: EnvelopeCustomFields::list.
View source file {{ source_file }} on GitHub.
{% if envelope_ok %}The last envelope you created with this example launcher will be queried. Recommendation: use example 16 or 17, then this example, since those examples set a custom data field for the envelope.
{% else %}Problem: please first create an envelope using example 16.
Thank you.