Describe the issue or problem
Every time I request a reviewers list as superadmininstrator
/api/v1/users/reviewers?status=all
I get only one response
{“itemsMax”:0,“items”:}
is it syntax problem? no sufficient options?
Steps I took leading up to the issue
For example:
- salt is created in config.inc.php
- there is many reviwers in DB
What application are you using?
For example, OJS 3.4.0-7
yes, I faced similar problem, user request is going ok but I cant list reviewers using standard syntax. OJS is always showing 0 items.
I tried to form request with additional options assigned to this endpoint with same results.
Is it possible it is not working in OJS 3.4? @rcgillis
Hi @Karol_Malinowski,
I’m not sure… I have flagged this for our team to look at when they have an opportunity.
-Roger
PKP Team
Thanks ! I am waiting for teams answer. I am able to provide additional data if this would be helpful.
@rcgillis any news from dev team about REST api for reviewers?