取得任務簽署軌跡檔案
GET - /api/v1/task/getTrack/{instanceId}
參數
| Name | Parameter | Type | Required/Optional | Description |
|---|---|---|---|---|
instanceId | path | string | Required | 任務 Instance Id |
key | query | string | Required | 公司 API Key |
回傳
{
"body": {
"files": [
{
"base64Content": "string",
"contentType": "string",
"fileName": "string"
}
]
},
"errorCode": 0,
"message": "string"
}- files (陣列) 軌跡檔案
- base64Content - 檔案 Base64 String
- contentType - 檔案的 Mime Type (Ex:
application/pdf) - fileName - 檔案的檔案名稱
errorCode 錯誤代碼
請參考 錯誤碼和錯誤訊息 頁面
Table of Contents