Assessment report links
- Command:
application_get_link
Request URL targets for an assessment questionnaire and report.
Request body parameters
- command
stringrequiredSet to "application_get_link".
- partner_api
booleanrequiredSet to true.
- application_id
integerint64orstringrequiredID of assessment to request
{
"command": "application_get_link",
"partner_api": true,
"application_id": "10009999"
}
Response body JSON
- error_code
integerint64Error code
- error_text
stringError text
- command_from
stringThe command used to generate this response ("application_get_link")
- app_link_full
stringURL target for candidate to follow to fill out questionnaire
- rep_link_full
stringURL target for assessment report; if questionnaire not completed, report will display a message indicating this.
{
"error_code": 0,
"error_text": "",
"command_from": "application_get_link",
"app_link_full": "https://pop.selfmgmt.com/app_link/app_link.html?app_link=XXXXXXXX&acc_link=XXXXXXXX",
"rep_link_full": "https://pop.selfmgmt.com/app_link/rep_link.html?app_link=XXXXXXXX&acc_link=XXXXXXXX"
}
Last modified: 24 October 2024