curl --request GET \
--url https://api.gospott.com/applications/candidate/{candidateId} \
--header 'x-api-key: <api-key>'{
"items": [
{
"candidateApplicationType": "standardApplication",
"id": "<string>",
"stage": {
"type": "speculative",
"templateType": "DEFAULT_SPECULATIVE",
"viewType": "applicationStage",
"id": "<string>",
"name": "<string>",
"order": 123,
"status": {
"id": "<string>",
"name": "<string>",
"colorHex": "<string>"
},
"colorHex": "<string>",
"templateId": "<string>"
},
"owner": {
"viewType": "applicationOwner",
"owner": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
},
"applicationState": {
"state": "for-review",
"viewType": "<string>"
},
"placements": [
{
"id": "<string>",
"templateId": "<string>",
"placedByUser": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
},
"placedAt": "2023-11-07T05:31:56Z",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"grossFee": {
"amount": 10000,
"currency": "EUR"
},
"netFee": {
"amount": 10000,
"currency": "EUR"
}
}
],
"commentCount": 123,
"latestActivity": {
"type": "applicationCreated",
"isInbound": true,
"date": "2023-11-07T05:31:56Z",
"triggeredByUser": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
},
"client": {
"viewType": "<string>",
"client": {
"industry": "Accessible Architecture and Design",
"size": "1 employee",
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"logoUrl": "<string>"
}
},
"clientTeam": {
"viewType": "<string>",
"clientTeam": [
{
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"middleName": "<string>",
"secondLastName": "<string>",
"avatarUrl": "<string>",
"candidateId": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"companyLogoUrl": "<string>"
}
]
},
"rejection": {
"id": "<string>",
"rejectedByUser": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
},
"vacancy": {
"viewType": "applicationVacancy",
"id": "<string>",
"title": "<string>",
"description": "<string>",
"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>"
},
"client": {
"industry": "Accessible Architecture and Design",
"size": "1 employee",
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"logoUrl": "<string>"
},
"stage": {
"id": "<string>",
"order": 123,
"name": "<string>",
"colorHex": "<string>",
"isOpen": true
}
}
}
],
"speculativeItems": [
{
"candidateApplicationType": "speculativeApplication",
"id": "<string>",
"stage": {
"type": "speculative",
"templateType": "DEFAULT_SPECULATIVE",
"viewType": "applicationStage",
"id": "<string>",
"name": "<string>",
"order": 123,
"status": {
"id": "<string>",
"name": "<string>",
"colorHex": "<string>"
},
"colorHex": "<string>",
"templateId": "<string>"
},
"owner": {
"viewType": "applicationOwner",
"owner": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
},
"applicationState": {
"state": "for-review",
"viewType": "<string>"
},
"placements": [
{
"id": "<string>",
"templateId": "<string>",
"placedByUser": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
},
"placedAt": "2023-11-07T05:31:56Z",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"grossFee": {
"amount": 10000,
"currency": "EUR"
},
"netFee": {
"amount": 10000,
"currency": "EUR"
}
}
],
"commentCount": 123,
"latestActivity": {
"type": "applicationCreated",
"isInbound": true,
"date": "2023-11-07T05:31:56Z",
"triggeredByUser": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
},
"client": {
"viewType": "<string>",
"client": {
"industry": "Accessible Architecture and Design",
"size": "1 employee",
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"logoUrl": "<string>"
}
},
"clientTeam": {
"viewType": "<string>",
"clientTeam": [
{
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"middleName": "<string>",
"secondLastName": "<string>",
"avatarUrl": "<string>",
"candidateId": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"companyLogoUrl": "<string>"
}
]
},
"rejection": {
"id": "<string>",
"rejectedByUser": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
}
}
]
}Retrieve all applications for a specific Candidate, including both standard applications (linked to jobs) and speculative applications (linked directly to clients).
curl --request GET \
--url https://api.gospott.com/applications/candidate/{candidateId} \
--header 'x-api-key: <api-key>'{
"items": [
{
"candidateApplicationType": "standardApplication",
"id": "<string>",
"stage": {
"type": "speculative",
"templateType": "DEFAULT_SPECULATIVE",
"viewType": "applicationStage",
"id": "<string>",
"name": "<string>",
"order": 123,
"status": {
"id": "<string>",
"name": "<string>",
"colorHex": "<string>"
},
"colorHex": "<string>",
"templateId": "<string>"
},
"owner": {
"viewType": "applicationOwner",
"owner": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
},
"applicationState": {
"state": "for-review",
"viewType": "<string>"
},
"placements": [
{
"id": "<string>",
"templateId": "<string>",
"placedByUser": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
},
"placedAt": "2023-11-07T05:31:56Z",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"grossFee": {
"amount": 10000,
"currency": "EUR"
},
"netFee": {
"amount": 10000,
"currency": "EUR"
}
}
],
"commentCount": 123,
"latestActivity": {
"type": "applicationCreated",
"isInbound": true,
"date": "2023-11-07T05:31:56Z",
"triggeredByUser": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
},
"client": {
"viewType": "<string>",
"client": {
"industry": "Accessible Architecture and Design",
"size": "1 employee",
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"logoUrl": "<string>"
}
},
"clientTeam": {
"viewType": "<string>",
"clientTeam": [
{
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"middleName": "<string>",
"secondLastName": "<string>",
"avatarUrl": "<string>",
"candidateId": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"companyLogoUrl": "<string>"
}
]
},
"rejection": {
"id": "<string>",
"rejectedByUser": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
},
"vacancy": {
"viewType": "applicationVacancy",
"id": "<string>",
"title": "<string>",
"description": "<string>",
"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>"
},
"client": {
"industry": "Accessible Architecture and Design",
"size": "1 employee",
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"logoUrl": "<string>"
},
"stage": {
"id": "<string>",
"order": 123,
"name": "<string>",
"colorHex": "<string>",
"isOpen": true
}
}
}
],
"speculativeItems": [
{
"candidateApplicationType": "speculativeApplication",
"id": "<string>",
"stage": {
"type": "speculative",
"templateType": "DEFAULT_SPECULATIVE",
"viewType": "applicationStage",
"id": "<string>",
"name": "<string>",
"order": 123,
"status": {
"id": "<string>",
"name": "<string>",
"colorHex": "<string>"
},
"colorHex": "<string>",
"templateId": "<string>"
},
"owner": {
"viewType": "applicationOwner",
"owner": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
},
"applicationState": {
"state": "for-review",
"viewType": "<string>"
},
"placements": [
{
"id": "<string>",
"templateId": "<string>",
"placedByUser": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
},
"placedAt": "2023-11-07T05:31:56Z",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"grossFee": {
"amount": 10000,
"currency": "EUR"
},
"netFee": {
"amount": 10000,
"currency": "EUR"
}
}
],
"commentCount": 123,
"latestActivity": {
"type": "applicationCreated",
"isInbound": true,
"date": "2023-11-07T05:31:56Z",
"triggeredByUser": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
},
"client": {
"viewType": "<string>",
"client": {
"industry": "Accessible Architecture and Design",
"size": "1 employee",
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"logoUrl": "<string>"
}
},
"clientTeam": {
"viewType": "<string>",
"clientTeam": [
{
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"middleName": "<string>",
"secondLastName": "<string>",
"avatarUrl": "<string>",
"candidateId": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"companyLogoUrl": "<string>"
}
]
},
"rejection": {
"id": "<string>",
"rejectedByUser": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
}
}
]
}API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.