v1

latestOpenAPI 3.0.12026-07-24285462499.1 KB
postings

Lists active postings published by given company

Lists active postings published by given company. Return PostingList

get/v1/companies/{companyIdentifier}/postings

Path parameters

companyIdentifierstring required

Identifier of a company

Query parameters

qstring

full-text search query based on a job title, location

limitinteger

number of elements to return. max value is 100

offsetinteger

number of elements to skip while processing result

destination'PUBLIC' | 'INTERNAL' | 'INTERNAL_OR_PUBLIC'

Filter indicating which postings to return:

  • PUBLIC: response will include ONLY public postings
  • INTERNAL: response will include ONLY internal postings
  • INTERNAL_OR_PUBLIC: response will include internal postings or public postings, but not both for a single job. If a job has both types of postings, only internal postings will be returned. NOTE: when selected, all postings, internal and public, will be treated as internal. Among other things, this means that screening questions will not be displayed, and candidates will be marked with the EMPLOYEE label.
locationTypestring[]

Filter indicating which postings to return:

  • REMOTE: response will include ONLY postings with remote location type
  • HYBRID: response will include ONLY postings with hybrid location type
  • ONSITE: response will include ONLY postings with onsite location type
  • ANY: response will include ANY location type
countrystring

country code filter (part of the location object)

regionstring

region filter (part of the location object)

citystring

city filter (part of the location object)

departmentstring

department filter (department id)

jobAdIdstring uuid

job ad id filter

languageJobAdLanguageCode[]

Job ad language; accepts 2-letter ISO 639-1 language code; multiple codes can be provided, separated by comma (",") Exceptions to the language code ISO format:

  • "en-GB" - "English - English (UK)"
  • "fr-CA" - "French - français (Canada)"
  • "pt-BR" - "Portugal - português (Brasil)"
  • "pt-PT" - "Portugal - português (Portugal)"
  • "zh-TW" - "Chinese (Traditional) - 中文 (香港)"
  • "zh-CN" - "Chinese (Simplified) - 中文 (简体)"
releasedAfterstring date-time

Released after filter (ISO8601-formatted) Format: yyyy-MM-ddTHH:mm:ss.SSSZZ

customFieldobject

Filters postings by custom fields. Multiple custom field values can be provided, separated by comma (","). Format: custom_field.CUSTOM_FIELD_ID=CUSTOM_FIELD_VALUE1_ID,CUSTOM_FIELD_VALUE2_ID

Headers

accept-language'af' | 'am' | 'ar' | 'az' | 'bg' | 'bn' | 'ca' | 'cs' | 'cy' | 'da' | 'de' | 'el' | 'en' | 'en-GB' | 'es' | 'es-MX' | 'et' | 'eu' | 'fa' | 'fi' | 'fil' | 'fr' | 'fr-CA' | 'ga' | 'gl' | 'gu' | 'he' | 'hi' | 'hr' | 'hu' | 'hy' | 'id' | 'is' | 'it' | 'ja' | 'ka' | 'km' | 'kn' | 'ko' | 'lo' | 'lt' | 'lv' | 'ml' | 'mn' | 'mr' | 'ms' | 'ne' | 'nl' | 'no' | 'pl' | 'pt' | 'pt-BR' | 'ro' | 'ru' | 'si' | 'sk' | 'sl' | 'sr' | 'sv' | 'sw' | 'ta' | 'te' | 'tr' | 'uk' | 'ur' | 'vi' | 'zh-CN' | 'zh-TW' | 'zu'

Language of translation

Response

OK