#docusignAPI获取发送数据的时间

时间:2018-07-19 11:14:24

标签: date docusignapi signature

我使用#docusignAPI,并希望从证书中获取我的CRM数据 -发送日期 -打开日期 -签名日期

您能指导我如何直接获取此数据而无需手动打开证书吗?

非常感谢 见附件enter image description here

1 个答案:

答案 0 :(得分:0)

调用Envelopes::get method会返回您要查找的内容。

GET {{vx}}/accounts/{{accountid}}/envelopes/{{envelopeId}}

响应包括:

createdDateTime - When the initial draft was started
initialSentDateTime - When the envelope was sent
deliveredDateTime - When the envelope was viewed by the first recipient
completedDateTime - When the final signature was executed