取得範本標籤

GET - /api/v1/template/getLabel/{templateId}

參數

NameParameterTypeRequired/OptionalDescription
templateIdpathstringRequired範本 Id
keyquerystringRequired公司 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 - 錯誤代碼

請參考 錯誤碼和錯誤訊息 頁面