Get Assessments
- Command:
application_get
Request a list of incomplete assessments or the status of a single assessment. Include or omit the application_id parameter to determine which version of the command to use.
Get list of assessments
Request a list of incomplete assessments belonging to your account.
Request body parameters
- command
string
required
Set to "application_get".
- partner_api
boolean
required
Set to true.
- max_count
integer
int64
Maximum number of results to return. Minimum 2, maximum 1000. Defaults to 1000 if not specified.
- start_id
string
Checkpoint for requesting subsequent batches of assessments in excess of max_count; set to the value of next_app_id returned by previous request.
- start_acc_id
string
Checkpoint for requesting subsequent batches of assessments in excess of max_count; set to the value of next_acc_id returned by previous request.
- start_date
string
Checkpoint for requesting subsequent batches of assessments in excess of max_count; set to the value of next_date returned by previous request.
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")
- count
integer
int64
Number of assessments returned
- has_more
boolean
Whether additional assessments exist in excess of the maximum number of results for this request. If true, response will also include next_app_id, next_acc_id and next_date for building a follow-up request.
- next_app_id
string
Present if additional assessments are available; set start_id to this value to request the next batch
- next_acc_id
string
Present if additional assessments are available; set start_acc_id to this value to request the next batch
- next_date
string
Present if additional assessments are available; set start_date to this value to request the next batch
- too_big
boolean
Whether the total number of assessments available is in excess of 10000
- application_list
Array of object
Assessment data
Child attributes
- application_id
integer
int64
ID of assessment
- converted_from
string
ID of source assessment if converted from another assessment; "0" if not a converted assessment
- account_id
string
ID of this assessment's account
- position_id
string
ID of assessment type
- position
string
Name of assessment type
- started
string
YYYY-MM-DD
Date of invitation/assessment creation
- expires
string
YYYY-MM-DD
Expiry date of application; questionnaire is not completable after this date.
- completed
string
YYYY-MM-DD
Date assessment was completed by candidate. If not complete, the completed date will be 1900-01-01.
- app_link_full
string
Present if assessment is incomplete; URL of the questionnaire to be filled in by applicant
- rep_link_full
string
Present if assessment is complete. URL of the assessment report
- fields
string
Bar-separated field string; Personal/custom data for assessment, such as candidate name and email
Get one assessment
Request details about a specific assessment.
Request body parameters
- command
string
required
Set to "application_get".
- partner_api
boolean
required
Set to true.
- application_id
integer
int64
orstring
required
ID of assessment to request
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")
- application_id
integer
int64
ID of assessment which was requested
- converted_from
string
ID of source assessment if converted from another assessment; "0" if not a converted assessment
- account_id
string
ID of this assessment's account
- position_id
string
ID of assessment type
- position
string
Name of assessment type
- user_id
string
Username of the user who sent the assessment invitation
- language_id
string
3-letter language code assigned to the assessment
- status
string
Status of assessment: "pending", "expired" or "completed"
- started
string
YYYY-MM-DD
Date of invitation/assessment creation
- completed
string
YYYY-MM-DD
Present if status="completed". Date assessment is completed by candidate.
- expires
string
YYYY-MM-DD
Present if status="pending". Expiry date of application; questionnaire is not completable after this date.
- app_link_full
string
URL of the questionnaire to be filled in by applicant
- rep_link_full
string
Present if status="completed". URL of the assessment report
- rep_link_full_acc
string
Present if status="completed" and if available for specific assessment type. URL to alternative version of assessment report. Check with SMG rep for availability.
- fields
Array of object
Array of custom field objects configured for partner account where each element of the array if a name/value pair
Child attributes
- [field name]
string
Field value