GET api/Hunt007UserCenter/GetGetTSkillsByParentId?ParentId={ParentId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ParentId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AbilityEntityName | Description | Type | Additional information |
---|---|---|---|
AbilityId | integer |
None. |
|
AbilityName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AbilityId": 1, "AbilityName": "sample string 2" }, { "AbilityId": 1, "AbilityName": "sample string 2" } ]