我可以使用什么 APi 来获得用户应该签名的信封?

What APi can I use to get the envelops that the user should sign?

是否有api获取登录用户需要签名或审核的信封。 我发现的 api 只会得到我创建的信封(信封 : listStatusChanges)

您可以对这个端点进行 GET 调用

restapi/v2.1/accounts/[AccountId]/envelopes?from_date=2021-03-31T06:59:59.000Z&to_date=2021-05-30T06:59:59.000Z&user_id=[UserId]&start_position=0&count=38&order=desc&order_by=last_modified&folder_types=inbox&include=recipients,powerform,folders&include_purge_information=true&query_budget=10

记得填写您需要的正确AccountIdUserId。 另请注意,可能需要修改或动态设置日期。