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