GET api/course/{Id}/shallow
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShallowCourseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PracticeAreas | Collection of string |
None. |
|
| PracticeAreaIds | Collection of integer |
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"
],
"PracticeAreaIds": [
1,
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": "2026-02-04T03:50:05.6417308+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": "2026-02-04T03:50:05.6417308+00:00",
"PromoStart": "2026-02-04T03:50:05.6417308+00:00",
"PromoEnd": "2026-02-04T03:50:05.6417308+00:00",
"IsFree": true
}