When calling https://mysite.com/rest/api/2/user/assignable/search?project=PROJECT1&startAt=0&maxResults=10 I am not seeing the paging information for the result set. I currently have over 200 users that would be retuning.
Note this is a call directly to that API endpoint as defined here. I have other calls into the search that will return additional paging information.
the pagination Params passed to the REST API are there for the calling app to manage the data requested. It does not provide the pagination functionality itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.