Sometimes, an element collection is too large to be reasonably transmitted in a single HTTP message. In such cases, resource paging can be used to split the response into several pages. The following parameters can be used:
oslc.paging
Use the oslc.paging parameter to activate resource paging, so that the result element collection is paginated. By default, oslc.paging is turned off.
▪ Parameter value: boolean
▪ Can be used with: Module (Element collection) resource
If paging is turned on, use the oslc.pageSize parameter to determine the number of elements per page.
Note You can change the default page size. From the Focal Point Admin configuration page, click Application > Data Access > REST Page size to specify the value.
▪ Parameter value: integer
▪ Can be used with: Module (Element collection) resource
Note When paging is activated, the following resource is included in the response and it gives details such as total elements and URL for the next page.