You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: