How do I get all the list of available packages in a content view through rest api

I Am using this api to get all the available packages in a content view, This limits me to 100 per page, how do I get all the available packages in a content view through one api call ?

http://foreman-server/content_views/XX/versions/32/packages?page=1&per_page=100

You can change the value of per_page parameter to a larger number - but keep in mind that it may take longer to generate the response.