ContributionsMost RecentMost LikesSolutionsRequest a JSON API that can list all currently open reviews As a Collaborator user, I want Collaborator to provide a JSON API to retrieve all current open reviews (reviews that are not completed) from the Collaborator server, so that I can use the API in my script (eg: Python) to do some additional work. So far such functionality only exists in the Web UI via "Reviews Currently In Progress" under "Report" page. Re: How to list currently open reviews using JSON API? Hi Oleg, That's too bad. Is it possible to add this feature in the future release? Regards, Bin Re: How to list currently open reviews using JSON API? Hello there, Is there a solution to my question? Thanks! Regards, Bin Re: How to list currently open reviews using JSON API? Hi OlegB, Thanks for your help. I tried to use with my login username & password: {"command" : "UserService.getActionItems"} But it is not what I want. The JSON response only lists all reviews that needs a my attention. In order to get another user's action items, I need know that user's login credentials which is not possible. I can query all open reviews from the Collaborator's web UI with my login credentials. What I wanted is an equivalent API that lists all open reviews easily using JSON. Regards, Bin How to list currently open reviews using JSON API? I wanted to use JSON API via Python to retrieve all current open reviews (reviews that are not completed) from the Collaborator server. I have read the JSON API documentation and I did not find a suitable API to accomplish this. Could you point out how to get such data? Thanks!