List Application Statuses
GET /services/api/v1/application_statuses
Returns a list of employee statuses.
Response
Results list.
- Example
- Schema
{
"entries": [
{
"id": "q0Bp7zrE",
"type_of": "unanswered",
"name_en": "Unanswered",
"name_de": "Eingang",
"name_it": "In entrata",
},
{
"id": "x4Ykp6my",
"type_of": "in_progress",
"name_en": "In Progress",
"name_de": "Bearbeitung",
"name_it": "Elaborazione",
},
{
"id": "x4Ykmxzm",
"type_of": "custom",
"name_en": "Interview",
"name_de": "Interview",
"name_it": "Colloquio",
}
],
"current_page": 1,
"per_page": 30,
"total_entries": 3
}
Attribute | Type | Description |
---|---|---|
id | string | Application status id. |
type_of | string | Type of the application status. Possible values: ["custom", "unanswered", "in_progress", "hired", "denied", "archived"] |
name_{locale} | string | Application status name in all locales of the business. |