GET api/v3/me/reports/learner/skills/{skillId}/courses
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
skillId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ShotclassReportsItemName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
TenantId | integer |
None. |
|
Mediatype | ShotClassMediatype |
None. |
|
VideoThumbnailUrl | string |
None. |
|
VideoDuration | time interval |
None. |
|
ShotClassType | ShotClassType |
None. |
|
IsViewAllEnabled | boolean |
None. |
|
VideoPlayedDuration | time interval |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Name": "sample string 2", "Description": "sample string 3", "TenantId": 4, "Mediatype": 0, "VideoThumbnailUrl": "sample string 5", "VideoDuration": "00:00:00.1234567", "ShotClassType": 0, "IsViewAllEnabled": true, "VideoPlayedDuration": "00:00:00.1234567" }, { "Id": 1, "Name": "sample string 2", "Description": "sample string 3", "TenantId": 4, "Mediatype": 0, "VideoThumbnailUrl": "sample string 5", "VideoDuration": "00:00:00.1234567", "ShotClassType": 0, "IsViewAllEnabled": true, "VideoPlayedDuration": "00:00:00.1234567" } ]
text/html
Sample:
[{"Id":1,"Name":"sample string 2","Description":"sample string 3","TenantId":4,"Mediatype":0,"VideoThumbnailUrl":"sample string 5","VideoDuration":"00:00:00.1234567","ShotClassType":0,"IsViewAllEnabled":true,"VideoPlayedDuration":"00:00:00.1234567"},{"Id":1,"Name":"sample string 2","Description":"sample string 3","TenantId":4,"Mediatype":0,"VideoThumbnailUrl":"sample string 5","VideoDuration":"00:00:00.1234567","ShotClassType":0,"IsViewAllEnabled":true,"VideoPlayedDuration":"00:00:00.1234567"}]
text/xml
Sample:
<ArrayOfShotclassReportsItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShotClassCore.Models"> <ShotclassReportsItem> <Description>sample string 3</Description> <Id>1</Id> <IsViewAllEnabled>true</IsViewAllEnabled> <Mediatype>NoContent</Mediatype> <Name>sample string 2</Name> <ShotClassType>InValid</ShotClassType> <TenantId>4</TenantId> <VideoDuration>PT0.1234567S</VideoDuration> <VideoPlayedDuration>PT0.1234567S</VideoPlayedDuration> <VideoThumbnailUrl>sample string 5</VideoThumbnailUrl> </ShotclassReportsItem> <ShotclassReportsItem> <Description>sample string 3</Description> <Id>1</Id> <IsViewAllEnabled>true</IsViewAllEnabled> <Mediatype>NoContent</Mediatype> <Name>sample string 2</Name> <ShotClassType>InValid</ShotClassType> <TenantId>4</TenantId> <VideoDuration>PT0.1234567S</VideoDuration> <VideoPlayedDuration>PT0.1234567S</VideoPlayedDuration> <VideoThumbnailUrl>sample string 5</VideoThumbnailUrl> </ShotclassReportsItem> </ArrayOfShotclassReportsItem>