InlineAssessmentJob
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).
Example:
{
"uuid": "aaf65646-ed93-4c16-950b-cea69773efba",
"location": {
"country": "US",
"city": "San Francisco",
"region": "CA",
"address": "6054 Shook Road"
},
"customFields": [
{
"fieldId": "5a3a2f5225f6d07d0721e105",
"fieldLabel": "Brand",
"valueId": "default",
"valueLabel": "Silo"
},
{
"fieldId": "COUNTRY",
"fieldLabel": "Country",
"valueId": "pl",
"valueLabel": "Polska"
}
]
}
}
Fields description
Name | Type | Description |
---|---|---|
uuid | string | Identifier of a job. |
location | object | Job location. Please see Location object. |
customFields | object | Public custom fields associated with this job. Please see CustomField object. |
Updated about 1 year ago