To request the possible values for a catalog you need two things. The language in which the values should be resolved in ISO 639-1 notation as well as the catalogType of the catalog you need the values of. Please have a look at the attached table that lists all available catalogTypes depending on the DTO used in different endpoints.

JobDTO
Field name catalogType
jobCategories JOB_CATEGORY
audiences AUDIENCE
employmentTypes EMPLOYMENT_TYPE
workTimes WORKING_HOURS
industries POSITION_INDUSTRY
workExperiences WORK_EXPERIENCE

ApplicationProfileDTO

Field name catalogType
academictitle ACADEMIC_TITLE
experiences.industry EXPERIENCE_INDUSTRY
experiences.careerLevel CAREER_LEVEL
experiences.companySize COMPANY_SIZE
languages.skill LANGUAGE_SKILL

In addition to the language skill you can get the catalog of all possible languages that can be picked for adding a language skill with the catalogType LANGUAGE.

HTTP-Method

GET

Path

/api/rest/v3/frontend/catalogs/{catalogType}

Authentification

Client Token or Basic Authorization

Path Parameter

catalogType

Query Parameter

locale

Responses

Action Response Description
success see example call  
authorization error 401 / 403 See hier and hier for details.
not found 404 The requested catalogType does not exist

 

Example call with curl and basic authorization

Response:

Comments

Comments are closed.