Gets a list of envelopes in folders matching the specified criteria.
GET {{baseUrl}}/v2.1/accounts/{{accountId}}/search_folders/{{searchFolderId}}?all={{all}}&count={{count}}&from_date={{from_date}}&include_recipients={{include_recipients}}&order={{order}}&order_by={{order_by}}&start_position={{start_position}}&to_date={{to_date}}
Retrieves a list of envelopes that match the criteria specified in the query.
If the user ID of the user making the call is the same as the user ID for any returned recipient, then the userId property is added to the returned information for those recipients.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
all | string | ||
count | string | ||
from_date | string | ||
include_recipients | string | ||
order | string | ||
order_by | string | ||
start_position | string | ||
to_date | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |