{% extends "base.html" %} {% block content %}

6. List an envelope's documents

List the envelope's documents. A Certificate of Completion document is also associated with every envelope.

This method is often used to dynamically create a list of an envelope's documents in preparation for enabling your user to download one or more of the documents.

{% if show_doc %}

Documentation about this example.

{% endif %}

API method used: EnvelopeDocuments::list.

View source file {{ source_file }} on GitHub.

{% if envelope_ok %}

The envelope you created via example 2 will be queried.

{% else %}

Problem: please first create an envelope using example 2.
Thank you.

{% endif %} {% endblock %}