TargetMarket
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:
{
"industries": [
{
"id": "health_care",
"label": "Health Care"
},
{
"id": "graphic_design",
"label": "Graphic Design"
}
],
"functions": [
{
"id": "director",
"label": "Director"
}
],
"experienceLevels": [
{
"id": "mid_senior_level",
"label": "Mid-Senior Level"
}
],
"locations": [
{
"country": "US",
"region": "California",
"city": "San Francisco"
}
]
}
Fields description
Name | Type | Description |
---|---|---|
industries | list | list of Industry objects |
functions | list | list of Function objects |
experienceLevels | list | list of ExperienceLevel objects |
locations | list | list of Location objects |
Updated about 1 year ago