Skip to main content

How to get Sign Request ID using the folder ID via API?

  • March 11, 2024
  • 1 reply
  • 125 views

can anyone help me by getting an esign request Id using the folder Id? I did try requesting extra fields on listing out the esign requests but no luck.
Thank you

1 reply

rbarbosa Box
Forum|alt.badge.img
  • Developer Advocate
  • 556 replies
  • March 11, 2024

Hi @user204 , welcome to the forum.

Can you elaborate on your question?

You can list sign request using the /sign_request end point, but there is no filter in the request.

Perhaps filtering the response?

My recommendation is that if you app needs to go back to the sign request, then store it’s id on creation time with the necessary context.

Let us know.