Get a simple list of vacancies
GET/:customerId/vacancies/simple
Get a simple list of vacancies
Request
Path Parameters
customerId uuidrequired
A unique UUID value that identifies the customer.
Query Parameters
ShowStartDate boolean
ShowEndDate boolean
ShowTeaserText boolean
ShowLocations boolean
ShowRegions boolean
ShowAreas boolean
ShowFieldsOfWork boolean
VacancyTypeId string
LocationId string
RegionName string
VacancyAreaName string
MediaId string
Filter by media id.
ExternalAccess boolean
ExternalAccess will be removed in an upcoming release.
InternalAccess boolean
InternalAccess will be removed in an upcoming release.
Access EnumAccess
Possible values: [External, Internal, All]
IncludeAdvertisementText boolean
PerDate date-time
SortDescending boolean
Unsolicited EnumVacancyListUnsolicited
Possible values: [Bottom, Top, Hide, Only]
SortField EnumVacancyListSortField
Possible values: [Description, StartDate, EndDate, Priority]
Header Parameters
X-MindKey-User-Language string
Default value: en-us
Specify User UI Language
X-MindKey-User-Culture string
Default value: en-us
Specify User UI Culture
X-MindKey-User-Timezone string
Default value: Europe/Copenhagen
Specify timezone.
Responses
- 200
- 400
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
Array [
]
Array [
]
]
id stringnullable
description stringnullable
type
object
id stringnullable
description stringnullable
startDate date-timenullable
endDate date-timenullable
priority int32
unsolicited boolean
internalAccess boolean
externalAccess boolean
teaserText stringnullable
locations
object[]
nullable
id stringnullable
description stringnullable
regions
object[]
nullable
id stringnullable
description stringnullable
areas
object[]
nullable
id stringnullable
fieldsOfWork
object[]
nullable
id stringnullable
description stringnullable
listImage stringnullable
bannerImage stringnullable
[
{
"id": "string",
"description": "string",
"type": {
"id": "string",
"description": "string"
},
"startDate": "2026-03-25T15:10:38.539Z",
"endDate": "2026-03-25T15:10:38.539Z",
"priority": 0,
"unsolicited": true,
"internalAccess": true,
"externalAccess": true,
"teaserText": "string",
"locations": [
{
"id": "string",
"description": "string"
}
],
"regions": [
{
"id": "string",
"description": "string"
}
],
"areas": [
{
"id": "string"
}
],
"fieldsOfWork": [
{
"id": "string",
"description": "string"
}
],
"listImage": "string",
"bannerImage": "string"
}
]
Bad request provided
Not Found
Internal Server Error
Loading...