2014-02-13 76 views
0

似乎沒有Rest 2.0 API返回列表選項卡所需的屬性。在我的例子,在我的文檔的標籤需要,但是從JSON API返回不包含所需要的屬性:列表選項卡必需屬性

"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

我可以重現這個問題,這對我來說似乎是一個錯誤。如果所需的屬性設置爲true對於下拉列表,您應該在「GET Recipients(with tabs)」API響應正文中看到"required": "true"。也許DocuSign的某個人可以在這裏插話來確認錯誤,或者解釋行爲。