Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/oracle/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Docusignapi DocuSign API-列表模板不包括选项卡详细信息_Docusignapi - Fatal编程技术网

Docusignapi DocuSign API-列表模板不包括选项卡详细信息

Docusignapi DocuSign API-列表模板不包括选项卡详细信息,docusignapi,Docusignapi,我正在请求获取所有模板: 获取/v2.1/accounts/{accountId}/templates 根据,我应该能够将选项卡指定为include参数的选项之一,例如: GET/v2.1/accounts/{accountId}/templates?include=文档、收件人、选项卡 当我包含tabs字符串时,会出现以下错误: { "errorCode": "INVALID_REQUEST_PARAMETER", "message": "The reques

我正在请求获取所有模板:

获取/v2.1/accounts/{accountId}/templates

根据,我应该能够将选项卡指定为include参数的选项之一,例如:

GET/v2.1/accounts/{accountId}/templates?include=文档、收件人、选项卡

当我包含tabs字符串时,会出现以下错误:

    {
      "errorCode": "INVALID_REQUEST_PARAMETER", 
      "message": "The request contained at least one invalid parameter. include values must be either 'folders', 'advanced_templates', 'recipients', 'documents, 'custom_fields', 'powerforms', 'favorite_template_status' or 'notifications'"
    }
我关注的是结果列表中每个模板的选项卡详细信息,但尽管在文档中指定了选项卡,但这里的选项卡似乎不是有效选项


不确定此处的文档是否已过期,以及这是否不再可能?

不幸的是,这是一个文档错误-获取模板列表的API调用永远无法包含选项卡列表。为此,您需要直接对模板ID进行额外调用。该调用不支持tabs参数