CareerApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| cmsGetJobLocationById | GET /cms/career/locations/{id} | Get job location by slug |
| cmsGetJobPostById | GET /cms/career/jobs/{id} | Get job post by slug |
| cmsListJobLocations | GET /cms/career/locations | List job locations |
| cmsListJobPosts | GET /cms/career/jobs | List published job posts |
cmsGetJobLocationById
CmsJobLocationResponse cmsGetJobLocationById(id)
Get job location by slug
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] |
Return type
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8
cmsGetJobPostById
CmsJobPostResponse cmsGetJobPostById(id)
Get job post by slug
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] |
Return type
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8
cmsListJobLocations
PaginatedResponse_CmsJobLocationResponse cmsListJobLocations(page, per_page)
List job locations
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| page | Long | [optional] [default to null] | |
| per_page | Long | [optional] [default to null] |
Return type
PaginatedResponse_CmsJobLocationResponse
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8
cmsListJobPosts
PaginatedResponse_CmsJobPostResponse cmsListJobPosts(page, per_page, location_id)
List published job posts
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| page | Integer | [optional] [default to null] | |
| per_page | Integer | [optional] [default to null] | |
| location_id | Long | [optional] [default to null] |
Return type
PaginatedResponse_CmsJobPostResponse
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8