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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.