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"
}
]
我做得不對,或者是有錯誤嗎?任何解決方法?