CmsJobPostResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the job post. | [default to null] |
| title | String | Title of the job post. | [default to null] |
| department_name | String | Name of the department hiring for this position. | [optional] [default to null] |
| job_location_id | Long | ID of the job location. | [optional] [default to null] |
| job_type | CmsJobType | Type of job (e.g., FullTime, PartTime, Contract). | [default to null] |
| experience_level | CmsExperienceLevel | Experience level required (e.g., Entry, Mid, Senior). | [default to null] |
| is_remote_office_allowed | Boolean | Whether remote work from office is allowed. | [default to null] |
| description | String | Full description of the job post. | [default to null] |
| responsibilities | any | Optional list of responsibilities as JSON. | [optional] [default to null] |
| requirements | any | Optional list of requirements as JSON. | [optional] [default to null] |
| benefits | any | Optional list of benefits as JSON. | [optional] [default to null] |
| salary_range | String | Optional salary range string (e.g., “$50k-$70k”). | [optional] [default to null] |
| is_published | Boolean | Whether the job post is published and visible. | [default to null] |
| posted_date | String | Date when the job was posted. | [optional] [default to null] |
| locale | String | Language/locale code (e.g., “en”, “tr”). | [default to null] |
| created_at | Date | Timestamp when the job post was created. | [default to null] |
| updated_at | Date | Timestamp when the job post was last updated. | [default to null] |