Terms
Assessment API Sunset
This API has been deprecated since September 4, 2023. The sunset date is May 10, 2024. If you are an assessment provider or looking to build an assessment integration with SmartRecruiters, please consider using the new Assessment API (2021).
Assessment Terms Example:
{
"type": "BEHAVIORAL_ASSESSMENT",
"price": {
"amount": "20.00",
"currencyCode": "USD"
}
}
Fields description
Name | Type | Description |
---|---|---|
type | string | assessment type field. possible values are: BEHAVIORAL_ASSESSMENT REFERENCE_CHECK SKILLS_TEST VIDEO_INTERVIEW BACKGROUND_CHECK |
price | string | offer price specified as Money object |
Updated about 1 year ago