Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get all documents limited to 500 most recent documents - is there a way to specify which documents to return? #29

Open
aairhenig opened this issue Apr 3, 2023 · 0 comments

Comments

@aairhenig
Copy link

Describe the bug
From eversign:
Per default, the result is limited to 500 items.
You may provide a lower limit via the limit parameter. If the number of total results exceeds the limit, you can access the next set of items via the page parameter (page index starts at 1): https://api.eversign.com/document?access_key=YOUR_ACCESS_KEY& business_id=1&type=all&limit=10&page=2

Expected behavior
can the python sdk methods client.get_completed_documents() and client.get_documents() be updated to specify a specific range of documents? Is there already a way to do that that I am not seeing in the documentation (possible).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant