取得任務圖片欄位結果
GET - /api/v1/task/getImageFieldResult/{instanceId}
參數
| Name | Parameter | Type | Required/Optional | Description |
|---|---|---|---|---|
instanceId | path | string | Required | 任務 Instance Id |
key | query | string | Required | 公司 API Key |
回傳
{
"body": {
"imageDatas": [
{
"assignee": "string",
"assigneeName": "string",
"label": "string",
"value": "string"
}
]
},
"errorCode": 0,
"message": "string"
}- imageDatas (陣列) - 圖片欄位資料
- assignee - 簽署人
- assigneeName - 簽署人名稱
- label - 標籤
- value - 圖片欄位值
errorCode 錯誤代碼
請參考 錯誤碼和錯誤訊息 頁面
Table of Contents