How to Retrieve OSLC Next Page response
![]() Hello,
As OSLC bydefault give response of 50 Work items and we can get response till 100 ,but I want to fetch all the results.Kindly guide me how we can retrieve next page result.If we increase the page size,oslc redirect again for 50 pages.
For Example-
Query page size is 100.
&_startIndex=1
oslc_cm:totalCount":1479
Here, Result is having more then 100,so I could retrieve the other WI Details.
Thanks and Regards,
Jyoti
|
One answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Feb 22 '21, 2:33 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Usually paged requests return an information in the current page, how to request the next page. See https://docs.oasis-open.org/oslc-core/oslc-query/v3.0/csprd01/oslc-query-v3.0-csprd01.html#QueryResultPaging see |