- Retrieve a review
- okta.governance.accessCertifications.read
- ACCESS_CERTIFICATIONS_ADMIN
Retrieves the full representation of a specific review.
More information is returned than the abbreviated representation in a List reviews operation. Also note that, if reviews are still UNREVIEWED, then the property decided would be null. If the remediation is not completed, then remediationStatus would be null too.
curl -i -X GET \
'https://okta-subdomain.pixtulate.com/governance/api/v1/reviews/{reviewId}'A successful review response
The id of the Okta user who created the resource
The ISO 8601 formatted date and time when the resource was created
The ISO 8601 formatted date and time when the object was last updated
The id of the Okta user who last updated the object
Entitlement value. Only applicable if resourceType = APPLICATION and Entitlement Management is enabled.
Entitlement bundle. Only applicable if resourceType = APPLICATION and Entitlement Management is enabled.
A limited set of properties from the principal's profile
A limited set of properties from the principal's profile
Identifies the reviewer type for the access certification. Reviewers can be USER, GROUP, or RESOURCE_OWNER.
Applicable only when reviewerType is GROUP or RESOURCE_OWNER. For all other reviewer type, this property can be ignored. It represents the group in charge of reviews.
The current reviewer level of each review. Applicable only for multi level campaigns only.
List of risk rule conflicts caused by this entitlement value. Only applies to review item that has entitlement value.
Specifies delegator profile if this review was delegated by original reviewer due to their governence delegate settings
Specifies if this review was delegated by the original reviewer based on their governance delegate settings
- Success response to get a review details |tooltip| Success response to get a review details.
- Success response to get a review details with reviewer group profile |tooltip| Success response to get a review details with reviewer group profile
- Multi level campaign - success response to get a review details with details at all reviewer levels |tooltip| For a multi level campaign, a success response to get a review details. It also includes detailed information of decisions, reviewers involved in making those decisions at each reviewer level.
{ "campaignId": "icitdyhndQ6qstyvR8g5", "resourceId": "00gco5q3vQ20oPncs8g5", "decided": "2019-08-24T14:15:22Z", "principalProfile": { "id": "00u28w6vzKKultXP98g5", "email": "jessie.smith@example.com", "firstName": "Jessie", "lastName": "Smith", "status": "ACTIVE" }, "reviewerProfile": { "id": "00u5v5viPvg84h0W68g4", "email": "admin@admin.com", "firstName": "admin", "lastName": "admin", "status": "ACTIVE" }, "decision": "APPROVE", "remediationStatus": "SUCCESS", "note": { "id": "389dhie83", "note": "reason for approval" }, "id": "icrtg6mwccZTRc6Ub8g5", "reviewerType": "USER", "created": "2019-08-24T14:15:22Z", "createdBy": "00ub0oNGTSWTBKOLGLNR", "lastUpdated": "2019-08-24T14:15:22Z", "lastUpdatedBy": "00ub0oNGTSWTBKOLGLNR", "_links": { "self": { … }, "reassignReview": { … } } }