GET User/Info

Получение данных о пользователе

Request Information

URI Parameters

NameDescriptionTypeAdditional information
wmid

WMID пользователя (если не заполнять, будет равно wmid текущего пользователя)

string

None.

experiencesCount

Количество возвращаемых навыков (опционально)

integer

None.

educationCount

Количество возвращаемых мест образования (опционально)

integer

None.

jobsCount

Количество мест трудоустройства (опционально)

integer

None.

howHeSeesMe

Wmid, от имени которого просматриваются данные (опционально)

string

None.

Body Parameters

None.

Response Information

Resource Description

UserInfoView
NameDescriptionTypeAdditional information
personalData

Персональные данные

UserPersonalDataView

None.

skillsData

Данные о профессии и навыках, образовании и местах работы

SkillsView

None.

consultations

Информация о платных консультациях, предоставляемых пользователем

Collection of ConsultationView

None.

Response Formats

application/json, text/json

Sample:
{
  "personalData": {
    "age": 1,
    "ageStr": "sample string 1",
    "address": "sample string 2",
    "url": "sample string 3",
    "email": "sample string 4",
    "phone": "sample string 5",
    "skype": "sample string 6",
    "twitter": "sample string 7",
    "moneybookers": "sample string 8",
    "jabberid": "sample string 9",
    "qiwi": "sample string 10",
    "existsHidden": true,
    "existsShown": true,
    "foRuSite": "sample string 13",
    "firstname": "sample string 14",
    "lastname": "sample string 15",
    "patronymicname": "sample string 16"
  },
  "skillsData": {
    "experiences": {
      "hidden": true,
      "requestToShareSent": true,
      "canEndorse": true,
      "countAll": 1,
      "items": [
        {
          "level": 0,
          "duration": 1,
          "endorsementsCount": 1,
          "endorsedByMe": true,
          "experienceId": 3,
          "experienceName": "sample string 4"
        },
        {
          "level": 0,
          "duration": 1,
          "endorsementsCount": 1,
          "endorsedByMe": true,
          "experienceId": 3,
          "experienceName": "sample string 4"
        }
      ]
    },
    "educations": {
      "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"
        }
      ]
    },
    "jobs": {
      "hidden": true,
      "requestToShareSent": true,
      "countAll": 1,
      "items": [
        {
          "id": 1,
          "companyName": "sample string 2",
          "position": "sample string 3",
          "regionName": "sample string 4",
          "dateFrom": {
            "year": 1,
            "month": 2
          },
          "dateTo": {
            "year": 1,
            "month": 2
          },
          "comment": "sample string 5"
        },
        {
          "id": 1,
          "companyName": "sample string 2",
          "position": "sample string 3",
          "regionName": "sample string 4",
          "dateFrom": {
            "year": 1,
            "month": 2
          },
          "dateTo": {
            "year": 1,
            "month": 2
          },
          "comment": "sample string 5"
        }
      ]
    }
  },
  "consultations": null
}