Skip to main content

Get Review Result

Returns the review result ID once the review generation run is complete.

GET https://instance.securid.com/aveksa/command.submit?cmd=getReviewResult

Request

Parameters

getReviewResult
formatproperties - (Default) Returns the response as key=value pairs. When multiple objects are returned, values are comma-delimited: key=value1,value2,value3.

json - Returns the response as JSON.
The run ID returned by Run Review.

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

typeExecuted command name
idThe review result ID. Pass this to Get Review Status.

Examples

Request

curl -K -X GET \
"https://instance.securid.com/aveksa/command.submit?cmd=getReviewResult&format=json&run-id=9996" \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json"

Response

{
"data": {
"type": "getReviewResult",
"id": "143"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.

See Also