我想通过REST API检查表单在docusign中过期的时间。
答案 0 :(得分:0)
您可以使用https:// {environment} .docusign.net / restapi / v2 / accounts / {accountID} / envelopes / {envelopeID} / notification
回复将显示到期日期:
{
"reminders": {
"reminderEnabled": "false",
"reminderDelay": "3",
"reminderFrequency": "1"
},
"expirations": {
"expireEnabled": "true",
"expireAfter": "10",
"expireWarn": "0"
}
}