GET API/NewAdded
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ContentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ContentID | integer |
None. |
|
| ContentGroupId | integer |
None. |
|
| Name | string |
None. |
|
| URL | string |
None. |
|
| ImageURL | string |
None. |
|
| IsFree | boolean |
None. |
|
| WaitMinute | integer |
None. |
|
| WatchUsedCount | integer |
None. |
|
| WatchBalance | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ContentID": 1,
"ContentGroupId": 2,
"Name": "sample string 3",
"URL": "sample string 4",
"ImageURL": "sample string 5",
"IsFree": true,
"WaitMinute": 7,
"WatchUsedCount": 8,
"WatchBalance": 9
},
{
"ContentID": 1,
"ContentGroupId": 2,
"Name": "sample string 3",
"URL": "sample string 4",
"ImageURL": "sample string 5",
"IsFree": true,
"WaitMinute": 7,
"WatchUsedCount": 8,
"WatchBalance": 9
}
]
application/xml, text/xml
Sample:
<ArrayOfContentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.ViewModels">
<ContentModel>
<ContentGroupId>2</ContentGroupId>
<ContentID>1</ContentID>
<ImageURL>sample string 5</ImageURL>
<IsFree>true</IsFree>
<Name>sample string 3</Name>
<URL>sample string 4</URL>
<WaitMinute>7</WaitMinute>
<WatchBalance>9</WatchBalance>
<WatchUsedCount>8</WatchUsedCount>
</ContentModel>
<ContentModel>
<ContentGroupId>2</ContentGroupId>
<ContentID>1</ContentID>
<ImageURL>sample string 5</ImageURL>
<IsFree>true</IsFree>
<Name>sample string 3</Name>
<URL>sample string 4</URL>
<WaitMinute>7</WaitMinute>
<WatchBalance>9</WatchBalance>
<WatchUsedCount>8</WatchUsedCount>
</ContentModel>
</ArrayOfContentModel>