Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Why confluence rest API cql search is ignoring start parameter?

Andrés Guerrero November 14, 2021

Hi,

I have the next GET request:

https://xxxx.atlassian.net/wiki/rest/api/search?cql=(space%3Dxxx)&start=4


And I'm getting all elements ignoring the start parameter. As you can read in the results excerpt: 9 totalsize, starting at position 4 is returning all the 9 elements.

 

What is wrong>

 

Thanks

 

Result data:

...

"start": 4,
"limit": 25,
"size": 9,
"totalSize": 9,
"cqlQuery": "(space=xxx)",
"searchDuration": 145,

 

2 answers

0 votes
Alex Medved _ConfiForms_
Community Champion
November 14, 2021

Hi

If you remove "start" parameter - will you get 13 results?

Alex

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events