API only returning first 100 Items in Item Set

Hitting this API endpoint only returns the first 100 Items of the 440 Items in this Item Set.

I also hit this endpoint with my generated key_identy/key_credentials thinking that (unlikely) somehow 340 of these 440 Items were marked Private. Still no joy.

How can I get the API to return all Items in an Item Set, not just the first 100?

Thanks!

Mark

The API by design paginates. Links to first/last/next/previous pages of results are returned in the Link header with the request.

You can also manually use the page GET parameter to select a page, and the per_page parameter to alter how many results are returned per page.

Thanks, John!

the per_page parameter

https://exhibits.library.jhu.edu/omeka-s/api/items?item_set_id=310&per_page=1000

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.