Skip to main content

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

OK

Schema

  • 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

  • Array [

  • id stringnullable
    description stringnullable
  • ]

  • regions

    object[]

    nullable

  • Array [

  • id stringnullable
    description stringnullable
  • ]

  • areas

    object[]

    nullable

  • Array [

  • id stringnullable
  • ]

  • fieldsOfWork

    object[]

    nullable

  • Array [

  • id stringnullable
    description stringnullable
  • ]

  • listImage stringnullable
    bannerImage stringnullable
  • ]

Loading...