GET /esignglobal/v1/templates/templateDetail
Mô tả giao diện
Truy vấn thông tin điều khiển trong mẫu.
Thông qua số hiệu mẫu hợp đồngtemplateIdđể lấy thông tin điều khiển điền được thiết lập trong mẫu, sau này có thể thông qua giao diện Điền vào mẫu để tạo tệp để điền vào mẫu.
Tham số yêu cầu
Ví dụ yêu cầu
GET https:// … …/esignglobal/v1/templates/templateDetail?templateId=d288b477-ed3c-4fe6-801c-80d8ec5fe9cfTham số phản hồi
Ví dụ phản hồi
{
"code": "0",
"data ": {
"createTime": 1693910774808,
"fields": [
{
"fieldId": "7e4bbdb838f64a31b0a4bdea18d1613c",
"fieldKey": "",
"fieldName": "身份证号 ",
"fieldPosition": null,
"fieldSize": {
"fieldHeight": "",
"fieldWidth": ""
},
"fieldSpecialAttribute": {
"dateFormat": "yyyy/MM/dd ",
"fieldMaxLength": "",
"imageType": "",
"numberFormat": "",
"options": [
],
"tableContent": [
]
},
"fieldType": 3,
"required": false
}
],
"templateId": "d288b477-ed3c-4fe6-801c-80d8ec5fe9cf",
"templateName": "test123456 ",
"templateStatus": 0,
"updateTime": 1693911131351
},
"message": "成功 "
}







