Folders
Number of APIs: 4
-
Gets a list of the folders for the account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/folders?include={{include}}&include_items={{include_items}}&start_position={{start_position}}&template={{template}}&user_filter={{user_filter}}
-
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}}
-
Moves an envelope from its current folder to the specified folder. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/folders/{{folderId}}
-
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}}