列表选项卡必需属性

时间:2014-02-13 14:50:03

标签: docusignapi

Rest 2.0 API似乎没有返回列表选项卡的必需属性。在我的示例中,我的文档上的选项卡是,但是从API返回的JSON不包含必需的属性:

"listTabs": [
    {
      "listItems": [
        {
          "text": "Steve",
          "value": "Steve",
          "selected": "true"
        },
        {
          "text": "John",
          "value": "John",
          "selected": "false"
        },
        {
          "text": "Alexa",
          "value": "Alexa",
          "selected": "false"
        }
      ],
      "value": "Alexa",
      "width": 77,
      "shared": "false",
      "requireInitialOnSharedChange": "false",
      "tabLabel": "Rep",
      "font": "arial",
      "fontSize": "size11",
      "documentId": "1",
      "recipientId": "86d68ea3-9aee-470a-8aed-53846ca5587d",
      "pageNumber": "1",
      "xPosition": "283",
      "yPosition": "269",
      "tabId": "e4ddc5ca-3670-417e-b4ba-ef0ce38270d1"
    }
  ]

我做错了什么,或者这里有错误吗?任何解决方法?

1 个答案:

答案 0 :(得分:1)

我能够重现这个问题,这对我来说似乎是个错误。如果下拉列表的必需属性设置为 true ,则应在“GET收件人(带标签)”API响应正文中看到"required": "true"。也许来自DocuSign的人可以在这里插入确认错误或解释行为。