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

Filter agreements by status (REST API)

New Here ,
Nov 16, 2023 Nov 16, 2023

Copy link to clipboard

Copied

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

Views

590

Translate

Translate

Report

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 ,
Dec 06, 2023 Dec 06, 2023

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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 -Customer Enablement Engineer - Adobe Acrobat Sign

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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