Skip to main content

Get Help Link

Retrieve a URL to help documentation.

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

Request

Parameters

getHelpLink
formatproperties - (Default) Returns the response as key=value pairs.

json - Returns the response as JSON.
help-idThe ID of the help page to return. If omitted or if the ID does not map to a valid page, the main help page is returned.

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

help-linkThe URL to the help page.

Examples

Request

curl -K -X GET \
"https://instance.securid.com/aveksa/command.submit?cmd=getHelpLink&format=json" \
-H "Authorization: Bearer <token>"

Response

{
"data": {
"type": "getHelpLink",
"help-link": "https://instance.securid.com/aveksa/help/Launch_Help.htm#cshid=1"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.