POST Videos/VideosStats

Get videos from achievements

Request Information

URI Parameters

None.

Body Parameters

RequestVideosStats
NameDescriptionTypeAdditional information
UserID

Use 0 for not logged in.

integer

None.

YearMonth

Format yyyymm - ie. 202010

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "YearMonth": "sample string 2"
}

text/html

Sample:
{"UserID":1,"YearMonth":"sample string 2"}

application/xml, text/xml

Sample:
<RequestVideosStats xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YogaStreamAPIv2">
  <UserID>1</UserID>
  <YearMonth>sample string 2</YearMonth>
</RequestVideosStats>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RequestVideosStats'.

Response Information

Resource Description

VideoDataHolder
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'Course' with type 'YogaStreamAPIv2.VideoDataHolder'. Path 'Videos[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'Course' with type 'YogaStreamAPIv2.VideoDataHolder'. Path 'Videos[0]'.

text/html

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/html'. Exception message: Self referencing loop detected for property 'Course' with type 'YogaStreamAPIv2.VideoDataHolder'. Path 'Videos[0]'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'Newtonsoft.Json.Linq.JToken' is a recursive collection data contract which is not supported. Consider modifying the definition of collection 'Newtonsoft.Json.Linq.JToken' to remove references to itself.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'Newtonsoft.Json.Linq.JToken' is a recursive collection data contract which is not supported. Consider modifying the definition of collection 'Newtonsoft.Json.Linq.JToken' to remove references to itself.