curl --request GET \
--url https://api.gospott.com/candidates/{id}/work-experiences \
--header 'x-api-key: <api-key>'{
"workExperiences": [
{
"companySize": "1 employee",
"id": "<string>",
"companyName": "<string>",
"companyId": "<string>",
"companyLogoUrl": "<string>",
"jobTitle": "<string>",
"description": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"location": {
"type": "primary_home",
"street1": "<string>",
"street2": "<string>",
"postalCode": "<string>",
"city": "<string>",
"region": "<string>",
"state": "<string>",
"country": "<string>",
"rawCityCountry": "<string>",
"latitude": 123,
"longitude": 123,
"formattedAddress": "<string>"
},
"placements": [
{
"id": "<string>",
"application": {
"id": "<string>"
},
"vacancy": {
"id": "<string>"
}
}
]
}
],
"workExperiencesStats": {
"totalExperienceInMonths": 123,
"averageTenureInMonths": 123,
"currentTenureInMonths": 123
}
}Retrieve all work experiences for a specific candidate including job titles, companies, dates, and experience statistics.
curl --request GET \
--url https://api.gospott.com/candidates/{id}/work-experiences \
--header 'x-api-key: <api-key>'{
"workExperiences": [
{
"companySize": "1 employee",
"id": "<string>",
"companyName": "<string>",
"companyId": "<string>",
"companyLogoUrl": "<string>",
"jobTitle": "<string>",
"description": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"location": {
"type": "primary_home",
"street1": "<string>",
"street2": "<string>",
"postalCode": "<string>",
"city": "<string>",
"region": "<string>",
"state": "<string>",
"country": "<string>",
"rawCityCountry": "<string>",
"latitude": 123,
"longitude": 123,
"formattedAddress": "<string>"
},
"placements": [
{
"id": "<string>",
"application": {
"id": "<string>"
},
"vacancy": {
"id": "<string>"
}
}
]
}
],
"workExperiencesStats": {
"totalExperienceInMonths": 123,
"averageTenureInMonths": 123,
"currentTenureInMonths": 123
}
}API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.