Not getting the correct data from REST call api/content when using the "start" query parameter

Stephen Herring
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 8, 2023

I was trying to get data from Confluence using the cql query:  Space = CDO AND Label = incident-reports AND Created >= 2023-01-07 from the REST api/content endpoint.

I know that there are 40 results.  When I make the following REST call passing a limit value of 50 I get all 40 records I expect:

 

However, if I try to get the results in 2 calls, both with a limit of 25, I expect to get the first 25 records in the first call and the remaining 15 in the second.  The 2 REST calls are:
AND
The first is as expected, but the second call returns the same result set as the first.  That is the first 25 records, rather than the remaining 15.  Surely this is not right?

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events