取得範本標籤
GET - /api/v1/template/getLabel/{templateId}
參數
| Name | Parameter | Type | Required/Optional | Description |
|---|---|---|---|---|
templateId | path | string | Required | 範本 Id |
key | query | string | Required | 公司 API Key |
回傳
{
"body": {
"labels": [
{
"label": "string",
"personId": 0,
"type": 0
}
]
},
"errorCode": 0,
"message": "string"
}- labels - 範本標籤
- label - 標籤
- personId - 標籤對應欄位簽署人 Id,對應 person 的 index
- type - 標籤對應欄位類別
1- 文字2- 核取方塊 (checkbox)4- 日期5- 選擇按鈕 (radio)6- 下拉式選單
errorCode - 錯誤代碼
請參考 錯誤碼和錯誤訊息 頁面
Table of Contents