POST Videos/GetVideoComments
Get all videocomments
Request Information
URI Parameters
None.
Body Parameters
RequestVideoComments| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| VideoID |
if 0 returns empty model |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"VideoID": 2
}
text/html
Sample:
{"UserID":1,"VideoID":2}
application/xml, text/xml
Sample:
<RequestVideoComments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YogaStreamAPIv2"> <UserID>1</UserID> <VideoID>2</VideoID> </RequestVideoComments>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
List of videocomments
GetVideoComments| Name | Description | Type | Additional information |
|---|---|---|---|
| UserActive |
1 if user is paying member 0 if user is non paying member |
integer |
None. |
| CommentCount |
total comments count |
integer |
None. |
| ListComments | Collection of VideoComment |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
text/html
Sample:
application/xml
Sample:
text/xml
Sample: