GET Employer/Skills

Request Information

URI Parameters

NameDescriptionTypeAdditional information
wmid

string

None.

Body Parameters

None.

Response Information

Resource Description

FreelancerSkillsView
NameDescriptionTypeAdditional information
desc

Описание услуг

string

None.

jobExperience

Опыт работы (отображение зависит от настроек приватности)

integer

None.

experiences

Навыки (отображение зависит от настроек приватности)

BaseListViewOfExperienceView

None.

canEndorse

Наличие права на подтверждение навыков

boolean

None.

educations

Образование

BaseListViewOfEducationView

None.

jobs

Места работы

BaseListViewOfJobView

None.

Response Formats

application/json, text/json

Sample:
{
  "desc": "sample string 1",
  "jobExperience": 1,
  "experiences": {
    "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"
      }
    ]
  },
  "canEndorse": true,
  "educations": {
    "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": {
    "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"
      }
    ]
  }
}