1
votes

I am making query for the rest API for getting all envelopes.

Following are documents in UI enter image description here

When I query using envelop list changes with proper from date and to date and account id

It gives me only 1st and last document as below.

enter image description here

1
I believe this might be as designed, when you make the Envelopes: listStatusChanges request I believe it only lists the envelopes that you (your DocuSign user identity) has sent as signature requests, not envelopes that others have sent to you. I haven't had time to test this, will try to soon. - Ergin
Thanks Ergin but I think it should list all the envelope in my inbox or I am part of it. Don't you think so? - Manish Pansiniya

1 Answers

3
votes

You can use the GetSearchFolders api to retrieve all the envelopes

Example: The following GET request retrieves all the envelopes in the last 30 days.

GET /v2/accounts/{accountId}/search_folders/all

Other Search Folder Queries.

GET /v2/accounts/{accountId}/search_folders/drafts
GET /v2/accounts/{accountId}/search_folders/awaiting_my_signature
GET /v2/accounts/{accountId}/search_folders/completed
GET /v2/accounts/{accountId}/search_folders/out_for_signature