POST Videos/VideosNew
Get new videos
Request Information
URI Parameters
None.
Body Parameters
RequestVideosNew| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize |
Number of videos to return |
integer |
None. |
| UserID |
Use 0 for not logged in. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"UserID": 2
}
text/html
Sample:
{"PageSize":1,"UserID":2}
application/xml, text/xml
Sample:
<RequestVideosNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YogaStreamAPIv2"> <PageSize>1</PageSize> <UserID>2</UserID> </RequestVideosNew>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
VideoDataHolder| Name | Description | Type | Additional information |
|---|---|---|---|
| NumberOfVideos | integer |
None. |
|
| Course_ID | integer |
None. |
|
| Course_Name | string |
None. |
|
| Course_Description | string |
None. |
|
| Course_Challenge | boolean |
None. |
|
| Videos | Collection of VideoData |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
text/html
Sample:
application/xml
Sample:
text/xml
Sample: