Show Employee Status
GET /services/api/v1/employee_statuses/{id}
Returns the requested employee status.
Parameters
Parameter | Type | Description |
---|---|---|
id | string | The ID of the employee status. |
Response
Results list.
- Example
- Schema
{
"id": "q0Bp7zrE",
"type_of": "active",
"name_en": "Active",
"name_de": "Aktiv",
"name_it": "Attivo"
}
Attribute | Type | Description |
---|---|---|
id | string | Employee status id. |
type_of | string | Type of the employee status. Possible values: ["custom", "active", "inactive", "archive", "new"] |
name_{locale} | string | Employee status name in all locales of the business. |