GET Skills/Experiences
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
wmid | string |
None. |
|
count | integer |
None. |
|
query | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ExperiencesViewName | Description | Type | Additional information |
---|---|---|---|
hidden |
Скрыты настройками приватности |
boolean |
None. |
requestToShareSent |
Существование запроса на доступ к данным от текущего пользователя |
boolean |
None. |
canEndorse |
Наличие права на подтверждение навыков |
boolean |
None. |
countAll |
Общее количество |
integer |
None. |
items |
Список |
Collection of ExperienceView |
None. |
Response Formats
application/json, text/json
Sample:
{ "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" } ] }