Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

GET SigningURLs not working some of the time

Community Beginner ,
Apr 03, 2019 Apr 03, 2019

We are using v5 of the API.

Currently, we are calling the method to create agreement summaries and then calling the method to get the signing URLs.  I read elsewhere on the forum that the API is async and so the agreement summaries may not be finished processing at the time the API returns.  The forum post I was looking at was related to v6 of the API.  I cannot find the documentation to v5 of the API.

A couple questions:

1) Is the call to create agreement summaries in v5 of the API async and if so, how would I go about checking the status of that API call to make sure the job is done before I try to get the signing urls?

2) Can you point me to where I can see the API documentation for v5?

Thanks in advance!

548
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 10, 2019 Apr 10, 2019
LATEST

1) Yes with v5 as well you can end up calling get /signingurl before the agreement is ready.

In which case simply retry until success. You may want to consider checking the status of an agreement first before calling the get signurl, as agreements sometimes fail to get created successfully and you may end up retrying to get the signingurl forever

2)

v5 REST API — Document e-signature Software — Adobe Sign

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines