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
Docs here say there will be 30 results per page. However, I am getting 20 results per page when querying /api/v1/plants.
There are 377570 results, at 20 results per page the last page is 18879. This is accurately reflected on the links.last property of the response, which is "last":"/api/v1/plants?page=18879.
The same issue applies to /api/v1/plants/search endpoints, I have not tried other endpoints.
The text was updated successfully, but these errors were encountered:
Problem
Docs here say there will be 30 results per page. However, I am getting 20 results per page when querying
/api/v1/plants
.There are 377570 results, at 20 results per page the last page is 18879. This is accurately reflected on the links.last property of the response, which is
"last":"/api/v1/plants?page=18879
.The same issue applies to
/api/v1/plants/search
endpoints, I have not tried other endpoints.The text was updated successfully, but these errors were encountered: