GET api/course/shallow
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ShallowCourseModelName | Description | Type | Additional information |
---|---|---|---|
PracticeAreas | Collection of string |
None. |
|
Speakers | Collection of string |
None. |
|
CourseListingIcon | string |
None. |
|
KeyTakeaways | Collection of string |
None. |
|
ID | integer |
None. |
|
IsActive | boolean |
None. |
|
Position | integer |
None. |
|
Completed | date |
None. |
|
Duration | integer |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
Review | decimal number |
None. |
|
FriendlyURL | string |
None. |
|
Rating | decimal number |
None. |
|
StreamingVideoURL | string |
None. |
|
VideoURL | string |
None. |
|
VideoCC_URL | string |
None. |
|
VideoPreviewURL | string |
None. |
|
VideoPreviewCC_URL | string |
None. |
|
Published | date |
None. |
|
PromoStart | date |
None. |
|
PromoEnd | date |
None. |
|
IsFree | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PracticeAreas": [ "sample string 1", "sample string 2" ], "Speakers": [ "sample string 1", "sample string 2" ], "CourseListingIcon": "https://cdn.lexvid.com/images/course/thumbnail/00001.jpg", "KeyTakeaways": [ "sample string 1", "sample string 2" ], "ID": 1, "IsActive": true, "Position": 1, "Completed": "2025-05-13T22:32:56.097043+00:00", "Duration": 3, "Name": "sample string 4", "Description": "sample string 5", "Review": 6.0, "FriendlyURL": "sample string 7", "Rating": 1.0, "StreamingVideoURL": "sample string 8", "VideoURL": "sample string 9", "VideoCC_URL": "sample string 10", "VideoPreviewURL": "sample string 11", "VideoPreviewCC_URL": "sample string 12", "Published": "2025-05-13T22:32:56.097043+00:00", "PromoStart": "2025-05-13T22:32:56.097043+00:00", "PromoEnd": "2025-05-13T22:32:56.097043+00:00", "IsFree": true }, { "PracticeAreas": [ "sample string 1", "sample string 2" ], "Speakers": [ "sample string 1", "sample string 2" ], "CourseListingIcon": "https://cdn.lexvid.com/images/course/thumbnail/00001.jpg", "KeyTakeaways": [ "sample string 1", "sample string 2" ], "ID": 1, "IsActive": true, "Position": 1, "Completed": "2025-05-13T22:32:56.097043+00:00", "Duration": 3, "Name": "sample string 4", "Description": "sample string 5", "Review": 6.0, "FriendlyURL": "sample string 7", "Rating": 1.0, "StreamingVideoURL": "sample string 8", "VideoURL": "sample string 9", "VideoCC_URL": "sample string 10", "VideoPreviewURL": "sample string 11", "VideoPreviewCC_URL": "sample string 12", "Published": "2025-05-13T22:32:56.097043+00:00", "PromoStart": "2025-05-13T22:32:56.097043+00:00", "PromoEnd": "2025-05-13T22:32:56.097043+00:00", "IsFree": true } ]