如何在docusign REST API中检查表单的有效性?

时间:2015-02-12 07:31:22

标签: rest soap docusignapi

我想通过REST API检查表单在docusign中过期的时间。

1 个答案:

答案 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"
}
}