POST api/Video/GetVideo
Request Information
URI Parameters
None.
Body Parameters
VideoRequstModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
CategoryTypeID | integer |
None. |
|
FormatTypeID | integer |
None. |
|
ConfirmVideoStatusTypeID | integer |
None. |
|
IsExclusive | boolean |
None. |
|
Author | string |
None. |
|
SectionTypeID | integer |
None. |
|
Start | integer |
None. |
|
Limit | integer |
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", "SectionTypeID": 1, "Start": 3, "Limit": 4, "SortField": "sample string 5", "SortDirection": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SVJsonResultName | 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 }