Docusign REST API:获取所有信封

Man*_*iya 3 docusignapi

我正在查询其余 API 以获取所有信封。

以下是UI中的文档 在此输入图像描述

当我使用信封列表查询时,会更改正确的起始日期和截止日期以及帐户 ID

它只给了我第一个和最后一个文档,如下所示。

在此输入图像描述

Pra*_*ddy 5

您可以使用GetSearchFolders api 检索所有信封

示例:以下 GET 请求检索过去 30 天内的所有信封。

GET /v2/accounts/{accountId}/search_folders/all
Run Code Online (Sandbox Code Playgroud)

其他搜索文件夹查询。

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
Run Code Online (Sandbox Code Playgroud)