_count & _page
Paging search results
Search results can contain many records, for more convenient work we can use pagination. Available parameters are: _count — total records on the page, page — specific page, output Bundle includes link section with first, self, next, previous, and last page constructed URLs.
Default count
value
count
valueConfigure default value for count search parameter with
The default value is 100.
Be careful! Too high value of _count parameter can lead to the OutOfMemoryError due to the memory requirements to load many values.
Example
Last updated