POST api/GetLikesTop
Request Information
URI Parameters
None.
Body Parameters
TopLikedName | Description | Type | Additional information |
---|---|---|---|
token | string |
None. |
|
type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "token": "sample string 1", "type": 2 }
application/xml, text/xml
Sample:
<TopLiked xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChannelAPI.Classes"> <token>sample string 1</token> <type>2</type> </TopLiked>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.