{
"header" : {
"request_code" : "5008Q",
"api_name" : "start api",
"session_id" : "",
"version" : "1.1.60"
},
"body" : {
"comp_id": "{ Company ID }",
"client_id":"{ ID issued by esignon }",
"field_list": [
{
"doc_uid": "{Templete ID of the document to search}",
"field_name": "{Templete field name of the document to search}",
"field_value": "{Templete field value of the document to search}"
}
]
}
}
{
"header":{
"response_code": "5008A",
"result_code": "00",
"result_msg": "Field status has been searched.",
"session_id": "",
"version": "1.1.60"
},
"body":{
"comp_id": "{Company ID}",
"wf_list":[
{
"doc_uid": "{Templete ID}",
"end_date": "{Signature Completion Time}",
"total_process_count": "1", // Total steps of template
"wf_manager_name": "{ Document starter Name }",
"wf_manager_email": "{ Document starter Email }",
"wf_status": "Complete", // Document status Complete – Done, Playing – In progress
"field_value": "{Searched field value}",
"wfuid": "{Document ID}",
"current_process_no": "1",
"wf_title": "{Document Name}",
"start_date": "{Document Start Time}",
"field_name": "{Searched field name}"
}
]
}
}