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

Filter agreements by status (REST API)

New Here ,
Nov 16, 2023 Nov 16, 2023

How to filtered agreements by specific status (Ex: OUT_FOR_SIGNATURE or SIGNED) in REST API?

Currentlly there is no specific query parameter to use to achive this requirement in GET /agreements.

TOPICS
Acrobat Sign , Acrobat Sign Developer , Adobe Sign , Adobe Sign Developer , REST , REST API
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
Explorer ,
Dec 06, 2023 Dec 06, 2023

I'm curious about this as well. The fact that there are no filters is very bad for scalability. The list of agreements on an account is just going to grow over time. Which means the API request to get a list of all agreements for the account is going to get slower and slower (as we need to perform more and more requests to get subsequent pages). Maybe old agreements can be deleted to mitigate this, but many users are going to want to keep those old agreements around for reference.

 

I could see other filters being useful as well, like filtering on the date of the agreement, or on agreement name. Right now the API call to get all agreements is just an all-or-nothing approach, which is bad for users as well as Adobe.

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 ,
Jan 09, 2024 Jan 09, 2024

I believe you need the /search endpoint?

 

Please see some examples in the reference collection for Postman here:

https://www.postman.com/adobe/workspace/adobe-acrobat-sign/request/24728226-fc8873e8-cbee-4892-ba2d-...

Aaron Smusz - Data Science Engineering - Adobe Acrobat 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
Explorer ,
Jan 17, 2024 Jan 17, 2024
LATEST

This is exactly what I was looking for. Thank you!

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