Gets a list of the envelopes in the specified folder.
GET {{baseUrl}}/v2.1/accounts/{{accountId}}/folders/{{folderId}}?from_date={{from_date}}&include_items={{include_items}}&owner_email={{owner_email}}&owner_name={{owner_name}}&search_text={{search_text}}&start_position={{start_position}}&status={{status}}&to_date={{to_date}}
Retrieves a list of the envelopes in the specified folder. You can narrow the query by specifying search criteria in the query string parameters.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from_date | string | ||
include_items | string | ||
owner_email | string | ||
owner_name | string | ||
search_text | string | ||
start_position | string | ||
status | string | ||
to_date | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |