GET /esignglobal/v1/envelope/envelopeDetail
Mô tả giao diện
Truy vấn thông tin chi tiết của phong bì, bao gồm tiến độ ký, trạng thái phong bì, v.v.
Tham số yêu cầu
Ví dụ yêu cầu
GET https://……/esignglobal/v1/envelope/envelopeDetail?envelopeId=flow1234567890Tham số phản hồi
| declinedReason | string | Lý do từ chối ký, hiển thị khi envelopeStatus là đã từ chối ký | ||
Ví dụ phản hồi
{
"code": "0",
"data": {
"signerInfos": [
{
"signerStatus": 0,
"rejectedReason": null,
"accessCode": null,
"userEmail": "muyantest2@tsign.cn",
"userName": "muyantest2222",
"signDate": null,
"signOrder": "1"
},
{
"signerStatus": 0,
"rejectedReason": null,
"accessCode": null,
"userEmail": "muyan@tsign.cn",
"userName": "muyant",
"signDate": null,
"signOrder": "1"
}
],
"envelopeExpireTime": 1724055000193,
"signFiles": [
{
"fileKey": "4150a67c-d4f0-45e6-88e9-541ce6d0c73c"
}
],
"envelopeCreateTime": null,
"redirectUrl": "https://www.baidu.com",
"attachments": [
],
"canceledReason": null,
"subject": "api create envelope hxqibLJpBD",
"envelopeEndTime": null,
"remark": "api remark",
"CCInfos": null,
"initiatorInfo": {
"userName": "muyantest2"
},
"expireTime": 1724055000193,
"envelopeId": "4a97d269d48642bb8b9d4878cde843a3",
"envelopeStatus": 0
},
"message": "success"
}