List Reviewer Infos
Get all reviewers and details by certification
Method
syntax
GET
/api/preview/awf/certifications/{certification_id}/reviewer_infos
Returns information about all users assigned to a certification and its results. This will include the users' email and ID, along with their progress on the certification (row_stats
listing actions counts by type).
Parameters
Name
Type
Description
Req.
certification_id
string
ID of a workflow certification
Y
Examples
Request
Response
A successful response returns AccessReviewerInfo objects within a values
array:
Last updated