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

NameTypeDescription
industrieslistlist of Industry objects
functionslistlist of Function objects
experienceLevelslistlist of ExperienceLevel objects
locationslistlist of Location objects