Get a detailed list of vacancies
GET/:customerId/vacancies/detailed
Get a detailed list of vacancies
Request
Path Parameters
A unique UUID value that identifies the customer.
Query Parameters
Filter by media id.
ExternalAccess will be removed in an upcoming release.
InternalAccess will be removed in an upcoming release.
Possible values: [External, Internal, All]
Possible values: [Bottom, Top, Hide, Only]
Possible values: [Description, StartDate, EndDate, Priority]
Header Parameters
Default value: en-us
Specify User UI Language
Default value: en-us
Specify User UI Culture
Default value: Europe/Copenhagen
Specify timezone.
Responses
- 200
- 400
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
Array [
]
Array [
]
Array [
Array [
]
]
Array [
]
]
type
object
locations
object[]
nullable
fieldsOfWork
object[]
nullable
regions
object[]
nullable
areas
object[]
nullable
vacancyElements
object[]
nullable
vacancyElementLines
object[]
nullable
medias
object[]
nullable
[
{
"id": "string",
"description": "string",
"type": {
"id": "string",
"description": "string"
},
"startDate": "2026-03-25T15:10:38.543Z",
"endDate": "2026-03-25T15:10:38.543Z",
"positionStartDate": "2026-03-25T15:10:38.543Z",
"priority": 0,
"reAdvertisement": true,
"unsolicited": true,
"employmentCategoryName": "string",
"internalAccess": true,
"externalAccess": true,
"teaserText": "string",
"contactEmployeeName": "string",
"contactEmployeeWorkPhoneNumber": "string",
"contactEmployeeMobilePhoneNumber": "string",
"contactEmployeeEmail": "string",
"organizationName": "string",
"companyName": "string",
"companyAddress": "string",
"candidateApplicationFormTypeId": "string",
"advertisementText": "string",
"locations": [
{
"id": "string",
"description": "string"
}
],
"fieldsOfWork": [
{
"id": "string",
"description": "string"
}
],
"regions": [
{
"id": "string",
"description": "string"
}
],
"areas": [
{
"id": "string"
}
],
"vacancyElements": [
{
"id": "string",
"description": "string",
"allowMultipleSelection": true,
"vacancyElementLines": [
{
"id": "string",
"description": "string"
}
]
}
],
"medias": [
{
"id": "string",
"description": "string"
}
],
"bannerImage": "string",
"bannerImageMimeType": "string",
"listImage": "string",
"listImageMimeType": "string"
}
]
Bad request provided
Not Found
Internal Server Error