Availability
Assessment API SunsetThis 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. |
specialOffer | string | if set, an offer becomes a special offer. Label entered here is presented on a banner describing the offer. |
Updated 16 days ago