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,
Ok, I'm reading this now ...
https://developer.atlassian.com/cloud/confluence/change-notice-moderize-search-rest-apis/
Hi
If you remove "start" parameter - will you get 13 results?
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.