Skip to main content

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

OK

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]

Loading...