GET/esignglobal/v1/templates/signerFieldsDetail
인터페이스 설명
템플릿 내 서명자 컨트롤 정보를 조회합니다.
계약 템플릿 번호를 통해templateId템플릿에 설정된 서명자 컨트롤 정보를 가져온 후, 이후 을(를) 사용하여信封(봉투/문서 묶음)을 빠르게 시작할 수 있습니다.인터페이스로信封을 시작합니다.
요청 파라미터
요청 예시
GET https:// … …/esignglobal/v1/templates/signerFieldsDetail?templateId=d288b477-ed3c-4fe6-801c-80d8ec5fe9cf
응답 파라미터
| documentFields | array | 파일 컨트롤 목록 | |||
| string | 파일 차원 컨트롤 목록. 지정된 파일에 서명자와 바인딩되지 않은 파일 차원 컨트롤을 추가하는 데 사용됩니다. | ||||
| string | 컨트롤 유형. eMeterai를 전달하면 인도네시아 인지세 컨트롤을 나타냅니다. | ||||
| float | 컨트롤이 위치한 페이지 번호. 인도네시아 인지세 컨트롤은 단일 페이지만 지정할 수 있으므로 개별 페이지 번호를 전달해야 하며, 1-3 또는 1,3과 같은 연속 또는 비연속 다중 페이지 형식은 지원되지 않습니다. | ||||
| float | x축 오프셋. 페이지의 왼쪽 하단이 좌표 원점입니다. 좌표 범위는 다른 컨트롤의 좌표 범위와 동일합니다. | ||||
required | boolean | 필수 입력 여부, 기본값은 필수 true-필수 false-선택 | |||
응답 예시
{
"code": "0",
"data": {
"templateId": "4d61c221270742238d8df2846a1cfd66",
"templateName": "111111",
"signerFields": [
{
"signConfigs": [
{
"fieldId": "846d3128e16b4850a06240f94dcf4cf6",
"pageNo": "1",
"posX": 374.639,
"posY": 646.47534,
"fieldType": "signature",
"movable": false,
"height": 60,
"width": 150
},
{
"fieldId": "2b00ee28977744b4b22d1b2b020923a7",
"pageNo": "1",
"posX": 184.99144,
"posY": 528.51245,
"fieldType": "stamp",
"movable": false,
"height": 150,
"width": 150
}
],
"fillConfigs": [
{
"fieldId": "d450fa4324d943ceaa5bab313f1f9841",
"pageNo": "1",
"posX": 298.54172,
"posY": 569.3938,
"fieldType": "1",
"fieldName": "单行文本1",
"required": true,
"textField": {
"overflowType": "1",
"minFontSize": 8.0,
"font": "1",
"fontSize": 12.0,
"textColor": "#000",
"bold": false,
"width": 160.0,
"italic": false,
"underline": false,
"lineThrough": false,
"horizontalAlignment": "LEFT"
}
},
{
"fieldId": "fd216f840c7b4b309ce8bdc23507a98d",
"pageNo": "1",
"posX": 305.1776,
"posY": 535.3552,
"fieldType": "15",
"fieldName": "勾选1",
"required": true,
"tickBoxField": {
"tickOptions": [
1
],
"showBorder": true
}
}
],
"signDateConfigs": [
{
"fieldId": "a0bf7f9e05f740bfa354596e2462deb5",
"pageNo": "1",
"posX": 229.48866,
"posY": 685.2244,
"movable": false,
"signDateFormat": "yyyy-MM-dd"
}
]
}
]
},
"message": "success"
}







