List Reviewer Infos
Get all reviewers and details by certification
Method | syntax |
---|---|
GET |
|
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. |
---|---|---|---|
| string | ID of a workflow certification | Y |
Examples
Request
Response
A successful response returns AccessReviewerInfo objects within a values
array:
Last updated