GET v2/rss3
Request Information
URI Parameters
None.
Body Parameters
RssListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Find | string |
None. |
|
| Category | string |
None. |
|
| OnlyWithImage | boolean |
None. |
|
| OnlyTopRating | boolean |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| IsBodyHtml | boolean |
None. |
|
| HaveaImage | boolean |
None. |
|
| ForceCache | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Find": "sample string 1",
"Category": "sample string 2",
"OnlyWithImage": true,
"OnlyTopRating": true,
"PageIndex": 5,
"PageSize": 6,
"IsBodyHtml": true,
"HaveaImage": true,
"ForceCache": true
}
application/xml, text/xml
Sample:
<RssListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dino.API.Models"> <Category>sample string 2</Category> <Find>sample string 1</Find> <ForceCache>true</ForceCache> <HaveaImage>true</HaveaImage> <IsBodyHtml>true</IsBodyHtml> <OnlyTopRating>true</OnlyTopRating> <OnlyWithImage>true</OnlyWithImage> <PageIndex>5</PageIndex> <PageSize>6</PageSize> </RssListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |