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
stringrequiredSet to "application_get".
- partner_api
booleanrequiredSet to true.
- max_count
integerint64Maximum number of results to return. Minimum 2, maximum 1000. Defaults to 1000 if not specified.
- start_id
stringCheckpoint 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
stringCheckpoint 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
stringCheckpoint 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
integerint64Error code
- error_text
stringError text
- command_from
stringThe command used to generate this response ("application_get")
- count
integerint64Number of assessments returned
- has_more
booleanWhether 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
stringPresent if additional assessments are available; set start_id to this value to request the next batch
- next_acc_id
stringPresent if additional assessments are available; set start_acc_id to this value to request the next batch
- next_date
stringPresent if additional assessments are available; set start_date to this value to request the next batch
- too_big
booleanWhether the total number of assessments available is in excess of 10000
- application_list
Array of objectAssessment data
Child attributes
- application_id
integerint64ID of assessment
- converted_from
stringID of source assessment if converted from another assessment; "0" if not a converted assessment
- account_id
stringID of this assessment's account
- position_id
stringID of assessment type
- position
stringName of assessment type
- started
stringYYYY-MM-DDDate of invitation/assessment creation
- expires
stringYYYY-MM-DDExpiry date of application; questionnaire is not completable after this date.
- completed
stringYYYY-MM-DDDate assessment was completed by candidate. If not complete, the completed date will be 1900-01-01.
- app_link_full
stringPresent if assessment is incomplete; URL of the questionnaire to be filled in by applicant
- rep_link_full
stringPresent if assessment is complete. URL of the assessment report
- fields
stringBar-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
stringrequiredSet to "application_get".
- partner_api
booleanrequiredSet to true.
- application_id
integerint64orstringrequiredID of assessment to request
Response body JSON
- error_code
integerint64Error code
- error_text
stringError text
- command_from
stringThe command used to generate this response ("application_get")
- application_id
integerint64ID of assessment which was requested
- converted_from
stringID of source assessment if converted from another assessment; "0" if not a converted assessment
- account_id
stringID of this assessment's account
- position_id
stringID of assessment type
- position
stringName of assessment type
- user_id
stringUsername of the user who sent the assessment invitation
- language_id
string3-letter language code assigned to the assessment
- status
stringStatus of assessment: "pending", "expired" or "completed"
- started
stringYYYY-MM-DDDate of invitation/assessment creation
- completed
stringYYYY-MM-DDPresent if status="completed". Date assessment is completed by candidate.
- expires
stringYYYY-MM-DDPresent if status="pending". Expiry date of application; questionnaire is not completable after this date.
- app_link_full
stringURL of the questionnaire to be filled in by applicant
- rep_link_full
stringPresent if status="completed". URL of the assessment report
- rep_link_full_acc
stringPresent 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 objectArray of custom field objects configured for partner account where each element of the array if a name/value pair
Child attributes
- [field name]
stringField value