Skip to main content
GET
/
candidates
/
{id}
/
work-experiences
Get work experiences for a candidate
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>"
      }
    }
  ],
  "workExperiencesStats": {
    "totalExperienceInMonths": 123,
    "averageTenureInMonths": 123,
    "currentTenureInMonths": 123
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Path Parameters

id
string
required

Response

Successfully retrieved work experiences

workExperiences
object[]
required
workExperiencesStats
object
required