Show Application Status
GET /services/api/v1/application_statuses/{id}
Returns the requested application status.
Parameters
Parameter | Type | Description |
---|---|---|
id | string | The ID of the application status. |
Response
Results list.
- Example
- Schema
{
"id": "q0Bp7zrE",
"type_of": "unanswered",
"name_en": "Unanswered",
"name_de": "Eingang",
"name_it": "In entrata",
}
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. |