Skip to Content

CmsJobPostResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the job post.[default to null]
titleStringTitle of the job post.[default to null]
department_nameStringName of the department hiring for this position.[optional] [default to null]
job_location_idLongID of the job location.[optional] [default to null]
job_typeCmsJobTypeType of job (e.g., FullTime, PartTime, Contract).[default to null]
experience_levelCmsExperienceLevelExperience level required (e.g., Entry, Mid, Senior).[default to null]
is_remote_office_allowedBooleanWhether remote work from office is allowed.[default to null]
descriptionStringFull description of the job post.[default to null]
responsibilitiesanyOptional list of responsibilities as JSON.[optional] [default to null]
requirementsanyOptional list of requirements as JSON.[optional] [default to null]
benefitsanyOptional list of benefits as JSON.[optional] [default to null]
salary_rangeStringOptional salary range string (e.g., “$50k-$70k”).[optional] [default to null]
is_publishedBooleanWhether the job post is published and visible.[default to null]
posted_dateStringDate when the job was posted.[optional] [default to null]
localeStringLanguage/locale code (e.g., “en”, “tr”).[default to null]
created_atDateTimestamp when the job post was created.[default to null]
updated_atDateTimestamp when the job post was last updated.[default to null]

[Back to Model list] [Back to API list] [Back to README]