POP Engine™ Partner API Help

Assessment report links

Command:

application_get_link

Request URL targets for an assessment questionnaire and report.

Request body parameters

command

string required

Set to "application_get_link".

partner_api

boolean required

Set to true.

application_id

integer int64 or string required

ID of assessment to request

{ "command": "application_get_link", "partner_api": true, "application_id": "10009999" }

Response body JSON

error_code

integer int64

Error code

error_text

string

Error text

command_from

string

The command used to generate this response ("application_get_link")

app_link_full

string

URL target for candidate to follow to fill out questionnaire

rep_link_full

string

URL 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