POST api/Video/GetGetAllLastVideos
Request Information
URI Parameters
None.
Body Parameters
VideoRequstModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CategoryTypeID | integer |
None. |
|
| FormatTypeID | integer |
None. |
|
| ConfirmVideoStatusTypeID | integer |
None. |
|
| IsExclusive | boolean |
None. |
|
| Author | string |
None. |
|
| Name | string |
None. |
|
| SectionTypeID | integer |
None. |
|
| Start | integer |
None. |
|
| Limit | integer |
None. |
|
| string |
None. |
||
| SortField | string |
None. |
|
| SortDirection | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"CategoryTypeID": 1,
"FormatTypeID": 1,
"ConfirmVideoStatusTypeID": 1,
"IsExclusive": true,
"Author": "sample string 2",
"Name": "sample string 3",
"SectionTypeID": 1,
"Start": 4,
"Limit": 5,
"Email": "sample string 6",
"SortField": "sample string 7",
"SortDirection": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SVJsonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ContentEncoding | Encoding |
None. |
|
| ContentType | string |
None. |
|
| Data | Object |
None. |
|
| JsonRequestBehavior | JsonRequestBehavior |
None. |
|
| MaxJsonLength | integer |
None. |
|
| RecursionLimit | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ContentEncoding": null,
"ContentType": "sample string 1",
"Data": {},
"JsonRequestBehavior": 0,
"MaxJsonLength": 1,
"RecursionLimit": 1
}