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