GET Skills/ExperienciesGet
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ids | Collection of integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ExperienceBaseViewName | Description | Type | Additional information |
---|---|---|---|
experienceId |
Идентификатор навыка |
integer |
None. |
experienceName |
Название навыка |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "experienceId": 1, "experienceName": "sample string 2" }, { "experienceId": 1, "experienceName": "sample string 2" } ]