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
Currently, GET /documents returns only from the current day, which is not as intuitive as a full GET of documents.
Ideally, this request will not restrict itself to the current date, and will pull most recent up to the size parameter (or default size, if not specified). Allowing the next parameter here as well would enable paging through the entire set of documents within a site.
The text was updated successfully, but these errors were encountered:
Currently, GET /documents returns only from the current day, which is not as intuitive as a full GET of documents.
Ideally, this request will not restrict itself to the current date, and will pull most recent up to the size parameter (or default size, if not specified). Allowing the next parameter here as well would enable paging through the entire set of documents within a site.
The text was updated successfully, but these errors were encountered: