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