Get configuration for the vacancy list
GET/:customerId/vacancies/configuration/list
Get configuration for the vacancy list
Request
Path Parameters
customerId uuidrequired
A unique UUID value that identifies the customer.
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
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
showFilters boolean
showApplyLink boolean
showStartDate boolean
showEndDate boolean
showLongDate boolean
sortField EnumVacancyListSortField (string)
Possible values: [Description, StartDate, EndDate, Priority]
sortDescending boolean
showTeaserText boolean
showLocations boolean
showRegions boolean
showSearch boolean
unsolicited EnumVacancyListUnsolicited (string)
Possible values: [Bottom, Top, Hide, Only]
{
"showFilters": true,
"showApplyLink": true,
"showStartDate": true,
"showEndDate": true,
"showLongDate": true,
"sortField": "Description",
"sortDescending": true,
"showTeaserText": true,
"showLocations": true,
"showRegions": true,
"showSearch": true,
"unsolicited": "Bottom"
}
Not Found
Internal Server Error
Loading...