Skip to content

Commit

Permalink
Moved professions and specialisations to OpenAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniilIdrisov committed Nov 14, 2023
1 parent f59e435 commit 9497f37
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions docs_eng/salary_dictionaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,39 +70,7 @@ description | string | Level description
<a name="professional-areas"></a>
## Professions and specialisations

```
GET /salary_statistics/dictionaries/professional_areas
```

The response contains a list of professions and specialisations.

```json
[
{
"id": "1030000",
"name": "Административная поддержка",
"specializations": [
{
"id": "1030015",
"name": "Архив",
"description": "Организация социальной работы с сотрудниками, распределение фонда материальной и социальной помощи"
}
]
}
]
```

The fields of a profession:

Name | Type | Description
--- | --- | ---
id | string | Profession code
name | string | Profession name
specialiaztions | array | A list of profession specialisations
specialiaztions[].id | string | Specialisation code
specialiaztions[].name | string | Specialisation name
specialiaztions[].description | string | Specialisation description

>!! Method is defined in [OpenAPI](https://api.hh.ru/openapi/en/redoc#tag/Salary-Database-directories/operation/get-salary-professional-areas)
<a name="salary-areas"></a>
## Regions and cities
Expand Down

0 comments on commit 9497f37

Please sign in to comment.