Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- For example I've tried to put the pageSize 100 and current page to anything larger than 20 . This was the first snippet of response -->
- {"actions":[{"id":"1;a","state":"SUCCESS","returnValue":{"result":[],"totalCount":2000},"error":[]}]
- Any idea about the reason of this ?!
- However If did the same thing lets say pageSize":100,"currentPage":25 With an object that I'm sure it has way less than 20 pages of records , This would be the response
- {"actions":[{"id":"1;a","state":"SUCCESS","returnValue":{"result":[],"totalCount":1},"error":[]}]
Advertisement
Add Comment
Please, Sign In to add comment