micha80
10 years agoExpert
rest vs restadmin API Call
Hi, I've detected an issue on our platform which I do not realy understand I am making the following call: /restapi/vc/categories/id/Forum/solutions/count I get two different numbers dependin...
- 10 years ago
What you have caught is actually a permission related stuff. If you notice this on default widgets as well on lithosphere, the values change in log out and login state. What it does is when you make a admin call, it pulls data from all the private areas as well, but when you make a call as a normal user, it only fetch data from public areas.