Skip to content

Commit

Permalink
Добавили поле owner.id в выдачу резюме
Browse files Browse the repository at this point in the history
  • Loading branch information
vera-l committed Oct 26, 2017
1 parent 7e7370e commit 79b4b73
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/employer_negotiations.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ per_page | нет | Количество выдаваемых элементов
"id": "1337"
},
"owner": {
"id": "123456",
"comments": {
"url": "https://api.hh.ru/applicant_comments/123456",
"counters": {
Expand Down Expand Up @@ -703,6 +704,7 @@ required_arguments | список | Аргументы, которые необ
"currency": "RUR"
},
"owner": {
"id": "123456",
"comments": {
"url": "https://api.hh.ru/applicant_comments/123456",
"counters": {
Expand Down
14 changes: 9 additions & 5 deletions docs/resumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ expires | строка (дата) | время окончания действи
{
"can_view_full_info": false,
"owner": {
"id": "123456",
"comments": {
"url": "https://api.hh.ru/applicant_comments/123456",
"counters": {
Expand Down Expand Up @@ -921,15 +922,17 @@ quick_purchase.price | число | цена услуги
quick_purchase.currency | объект | валюта услуги

<a name="owner-field"></a>
#### Комментарии к владельцу резюме
#### Информация о владельце резюме

В поле `owner.comments` выдаётся информация о
[комментариях к владельцу резюме](applicant_comments.md#list).
В поле `owner` содержится следующая информация о владельце резюме:

Имя | Тип | Описание
--- | --- | ---
url | string | url, GET запрос на который возвращает список комментариев
counters.total | number | количество комментариев
id | string | id владельца резюме
comments | object | [комментарии к владельцу резюме](applicant_comments.md#list)
comments.url | string | url, GET-запрос на который возвращает список комментариев
comments.counters | object | информация о количестве комментариев
comments.counters.total | number | общее количество комментариев

<a name="negotiations-history-field"></a>
#### Краткая история откликов/приглашений по резюме
Expand Down Expand Up @@ -1652,6 +1655,7 @@ max_date | строка с датой | Верхняя граница диапа
"id": "1337"
},
"owner": {
"id": "123456",
"comments": {
"url": "https://api.hh.ru/applicant_comments/123456",
"counters": {
Expand Down
2 changes: 2 additions & 0 deletions docs_eng/employer_negotiations.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ Successful server response is returned with `200 OK` code and contains:
"id": "1337"
},
"owner": {
"id": "123456",
"comments": {
"url": "https://api.hh.ru/applicant_comments/123456",
"counters": {
Expand Down Expand Up @@ -654,6 +655,7 @@ Successful server response is returned with `200 OK` code and contains:
"currency": "RUR"
},
"owner": {
"id": "123456",
"comments": {
"url": "https://api.hh.ru/applicant_comments/123456",
"counters": {
Expand Down
1 change: 1 addition & 0 deletions docs_eng/resumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ will have `false` value.
"name": "not published"
},
"owner": {
"id": "123456",
"comments": {
"url": "https://api.hh.ru/applicant_comments/123456",
"counters": {
Expand Down

0 comments on commit 79b4b73

Please sign in to comment.