GET Skills/Education

Request Information

URI Parameters

NameDescriptionTypeAdditional information
wmid

string

None.

count

integer

None.

Body Parameters

None.

Response Information

Resource Description

EducationsView
NameDescriptionTypeAdditional information
hidden

Скрыты настройками приватности

boolean

None.

requestToShareSent

Существование запроса на доступ к данным от текущего пользователя

boolean

None.

countAll

Общее количество

integer

None.

items

Список

Collection of EducationView

None.

Response Formats

application/json, text/json

Sample:
{
  "hidden": true,
  "requestToShareSent": true,
  "countAll": 1,
  "items": [
    {
      "id": 1,
      "highSchoolName": "sample string 2",
      "degree": "sample string 3",
      "specialization": "sample string 4",
      "dateYearFrom": 5,
      "dateYearTo": 1,
      "comment": "sample string 6"
    },
    {
      "id": 1,
      "highSchoolName": "sample string 2",
      "degree": "sample string 3",
      "specialization": "sample string 4",
      "dateYearFrom": 5,
      "dateYearTo": 1,
      "comment": "sample string 6"
    }
  ]
}