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

5. List an envelope's recipients and their status

List the envelope's recipients, including their current status.

{% if show_doc %}

Documentation about this example.

{% endif %}

API method used: EnvelopeRecipients::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 %}