Adobe Places Increase Maximum Limit for Number of Responses in API Call
When I fetch a list of POIs in our Adobe Places API call in a particular library, there are 128 values, but the response is only sending 100. Through looking in previous questions, I see that this problem has been raised, and solved using a mix of the "start" and "order by" query parameters: Solved: Re: Increase maximum limit for number of objects f... - Adobe Experience League Community - 694434
However, the "start" query parameter is not changing the starting point of returned values for this API. I am utilizing the Postman integration to pull from the API, and so I am able to set the parameter "orderby" ascending and descending to grab all of the libraries values, but this is horribly inefficient. Is there a query parameter for the Adobe Places API that I am missing? Am I incorrectly using the query parameters?
For reference, these two requests (with the appropriate header IDs) return the exact same values:
https://api-places.adobe.io/places/placesapi/v1/libraries/<libraryID>/pois?start=1&limit=10&orderby=name
https://api-places.adobe.io/places/placesapi/v1/libraries/<libraryID>/pois?start=10&limit=10&orderby=name