curl --request GET \
--url https://api.gospott.com/applications/{id} \
--header 'x-api-key: <api-key>'{
"candidateApplicationType": "speculativeApplication",
"latestActivity": {
"type": "applicationCreated",
"isInbound": true,
"date": "2023-11-07T05:31:56Z",
"triggeredByUserId": "<string>",
"triggeredByUserName": "<string>",
"triggeredByUserAvatarUrl": "<string>"
},
"comments": [
{
"id": "<string>",
"content": "<string>",
"canEdit": true,
"createdBy": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
},
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z"
}
],
"interviews": [
{
"id": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"title": "<string>",
"meetingId": "<string>"
}
],
"candidate": {
"lastInteractionWith": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
},
"lastInteractionDate": "2023-11-07T05:31:56Z",
"emails": [
{
"purpose": "personal",
"email": "[email protected]",
"isPrimary": true
}
],
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"middleName": "<string>",
"secondLastName": "<string>",
"avatarUrl": "<string>"
},
"rejection": {
"id": "<string>",
"applicationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z",
"reason": "<string>",
"createdBy": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
},
"internalTeam": {
"viewType": "<string>",
"internalTeam": [
{
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
]
},
"notes": {
"viewType": "<string>",
"notes": [
{
"noteId": "<string>",
"title": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]
},
"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>",
"placedByUserBadge": {
"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",
"fee": {
"currency": "EUR",
"amount": 123
}
}
],
"commentCount": 123,
"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>"
}
]
},
"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
}
}
}Retrieve detailed information about a specific application including candidate details, vacancy information, stage, and activity history.
curl --request GET \
--url https://api.gospott.com/applications/{id} \
--header 'x-api-key: <api-key>'{
"candidateApplicationType": "speculativeApplication",
"latestActivity": {
"type": "applicationCreated",
"isInbound": true,
"date": "2023-11-07T05:31:56Z",
"triggeredByUserId": "<string>",
"triggeredByUserName": "<string>",
"triggeredByUserAvatarUrl": "<string>"
},
"comments": [
{
"id": "<string>",
"content": "<string>",
"canEdit": true,
"createdBy": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
},
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z"
}
],
"interviews": [
{
"id": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"title": "<string>",
"meetingId": "<string>"
}
],
"candidate": {
"lastInteractionWith": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
},
"lastInteractionDate": "2023-11-07T05:31:56Z",
"emails": [
{
"purpose": "personal",
"email": "[email protected]",
"isPrimary": true
}
],
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"middleName": "<string>",
"secondLastName": "<string>",
"avatarUrl": "<string>"
},
"rejection": {
"id": "<string>",
"applicationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z",
"reason": "<string>",
"createdBy": {
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
},
"internalTeam": {
"viewType": "<string>",
"internalTeam": [
{
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"deactivatedAt": "2023-11-07T05:31:56Z"
}
]
},
"notes": {
"viewType": "<string>",
"notes": [
{
"noteId": "<string>",
"title": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]
},
"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>",
"placedByUserBadge": {
"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",
"fee": {
"currency": "EUR",
"amount": 123
}
}
],
"commentCount": 123,
"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>"
}
]
},
"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
}
}
}API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Successfully retrieved application details
speculativeApplication, standardApplication Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes