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

Name

Type

Description

expirationDate

string

offer will not be available after this date

industries

list

list of Industry objects

locations

list

list of Location objects

companies

string

legal 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

specialOffer

string

if set, an offer becomes a special offer. Label entered here is presented on a banner describing the offer.