我使用的是REST API (docusign)。我需要从签名者那里获取字段"sentDateTime“。
我使用这个请求:
/v2/accounts/{accountId}/envelopes/{envelopeId}/recipients
REST API从不从签名者返回字段"sentDateTime“。
我如何从签名者那里获得这个字段?
谢谢
https://stackoverflow.com/questions/47433275
相似问题