Availability

🛑

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:

{
    "expirationDate": "2013-02-26T12:50:02.594+0000",
    "industries": [
        {
            "id": "computer_software",
            "label" : "Computer Software"
        },
        {
            "id": "internet",
            "label" : "Internet"
        }
    ],
    "locations": [
        {
            "country": "US",
            "region": "CA",
            "city": "San Francisco"
        }
    ],
    "companies": [
        "ALL"
    ],
    "specialOffer": "25% OFF"
}

Fields description

NameTypeDescription
expirationDatestringoffer will not be available after this date
industrieslistlist of Industry objects
locationslistlist of Location objects
companiesstringlegal values are: ALL, INVITED_BY_ME.
ALL – all companies can see the offer
INVITED_BY_ME – only companies that were invited to SmartRecruiters by partner creating the offer can see the offer
specialOfferstringif set, an offer becomes a special offer. Label entered here is presented on a banner describing the offer.