'docusign - Recipients info null in listStatus API

I tried to get the status of a list of envelopes with listStatus method. /restapi/v2.1/accounts/{accountId}/envelopes/status

But I found the recipients for each envelope in the response is null.

I wonder how I can get the recipients info for each envelope. (I want to get recipients info for a list of envelope in one API call)



Solution 1:[1]

you need to add query parameter on the URL:

include=recipients

See list of query parameters in this endpoint documentation

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Inbar Gazit