Rest API - Pagination - Ho to retrieve the last 50 records?

timmurko September 18, 2019

Regarding pagination it is said that "Clients can use the startAt and maxResults parameters to retrieve the desired numbers of results."

Lets say I would like to stick with the default 50 maxResults per page and want to jump right to the page where isLast = true which has the last 50 results of my API call. 

Hoped to have something like ?startAt=last 

context: .../rest/agile/1.0/board/1234/sprint

 Thanks Tim 

2 answers

0 votes
hamza_bouallegue October 26, 2020

any update please ? 

0 votes
Andrew Tarr September 22, 2020

Did you ever find a solution to this?

Suggest an answer

Log in or Sign up to answer