ContributionsMost RecentMost LikesSolutionsRe: Is there any way to use API to get "Time in Review" for participants in one Collaborator Review? Not Ready API. Collaborator provides JSON APIs. E.g ReviewService.findReviewById, ReviewService.getComments. I am looking for JSON APIs which could be used to get Person Hour in one review. Is there any API used to get Person hour for one review? We want to collect person hour for each participants in the review. Wondering if there is any API could be used to get such information. Would someone have such experience? Thanks Is there any way to use API to get "Time in Review" for participants in one Collaborator Review? I am creating review dashboard for our organization. Manager expect to see "Time in Review" for individual persons. There is API to get participants for certain review. Is there any API may get "Time in Review" for every participants? Re: JSON API command to update Participant custom fields Use ReviewService.updateAssignments {"command" : "ReviewService.updateAssignments", "args":{"reviewId":"00001", "assignments": [ {"user":"user1", "role":"MODERATOR"}, {"user":"user2", "role":"REVIEWER"} ]} }