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

GET signingUrls returns 404 on existing agreement

Explorer ,
Jan 15, 2019 Jan 15, 2019
The goal is to create an agreement and then get its signing urls by using the AdobeSign API.

So first, the steps to reproduce:

     1. Create an agreement

     2. Use the id returned from the create agreement call to fetch the signing urls

     3. 404 Not found

Whenever i wait for one or more seconds, I get a valid 200 response containing the urls.

Is there another way to avoid the 404? As a fallback right now, I use an exponential backoff as not to do 30 calls before getting a valid response.

Kind regards

1.1K
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

correct answers 1 Correct answer

Explorer , Jan 28, 2019 Jan 28, 2019

Found in the Documentation

The creation and update APIs are now asynchronous, which significantly improves their response time. This frees clients from waiting on these operations and they can move on to next steps in their workflow.

Clients should now poll on the status of the newly created resource before certain sub-resource operations, such as documents in the case of agreements.

Translate
Explorer ,
Jan 28, 2019 Jan 28, 2019

Found in the Documentation

The creation and update APIs are now asynchronous, which significantly improves their response time. This frees clients from waiting on these operations and they can move on to next steps in their workflow.

Clients should now poll on the status of the newly created resource before certain sub-resource operations, such as documents in the case of agreements.

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
Community Beginner ,
Feb 12, 2019 Feb 12, 2019
LATEST

Or you could put a delay in before asking for the signing URL.  Depending on number of pages in the document and merging of fields, rendering of the agreement can take a number of seconds.

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