GET api/playlist/BrowseShortest?StateList={StateList}&page={page}&pageSize={pageSize}&practiceAreaID={practiceAreaID}&skip={skip}&take={take}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StateList | string |
Default value is |
|
| page | integer |
Default value is 1 |
|
| pageSize | integer |
Default value is 100 |
|
| practiceAreaID | integer |
Default value is 0 |
|
| skip | integer |
None. |
|
| take | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of PlaylistCourseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Course | ShallowCourseModel |
None. |
|
| Notes | string |
None. |
|
| TotalCourses | integer |
None. |
|
| InBundle | boolean |
None. |
|
| InPlaylist | boolean |
None. |
|
| Position | integer |
None. |
|
| IsComplete | boolean |
None. |
|
| Duration | integer |
None. |
|
| Completed | date |
None. |
|
| Accreditation | Collection of CourseAccreditationModel |
None. |
|
| PracticeAreaIDs | Collection of integer |
None. |
|
| IsSuccessful | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| StackTrace | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Course": {
"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:51:10.5646961+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:51:10.5646961+00:00",
"PromoStart": "2026-02-04T03:51:10.5646961+00:00",
"PromoEnd": "2026-02-04T03:51:10.5646961+00:00",
"IsFree": true
},
"Notes": "sample string 1",
"TotalCourses": 2,
"InBundle": true,
"InPlaylist": true,
"Position": 1,
"IsComplete": true,
"Duration": 5,
"Completed": "2026-02-04T03:51:10.5646961+00:00",
"Accreditation": [
{
"StateID": 3,
"StateAbbreviation": "sample string 4",
"Hours": 5.0,
"SpecialtyHours": 6.0,
"SpecialtyID": 1,
"ShortSpecialtyTitle": "sample string 7",
"SpecialtyTitle": "sample string 8",
"CourseCode": "sample string 11"
},
{
"StateID": 3,
"StateAbbreviation": "sample string 4",
"Hours": 5.0,
"SpecialtyHours": 6.0,
"SpecialtyID": 1,
"ShortSpecialtyTitle": "sample string 7",
"SpecialtyTitle": "sample string 8",
"CourseCode": "sample string 11"
}
],
"PracticeAreaIDs": [
1,
2
],
"IsSuccessful": true,
"ErrorMessage": "sample string 7",
"StackTrace": "sample string 8"
},
{
"Course": {
"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:51:10.5646961+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:51:10.5646961+00:00",
"PromoStart": "2026-02-04T03:51:10.5646961+00:00",
"PromoEnd": "2026-02-04T03:51:10.5646961+00:00",
"IsFree": true
},
"Notes": "sample string 1",
"TotalCourses": 2,
"InBundle": true,
"InPlaylist": true,
"Position": 1,
"IsComplete": true,
"Duration": 5,
"Completed": "2026-02-04T03:51:10.5646961+00:00",
"Accreditation": [
{
"StateID": 3,
"StateAbbreviation": "sample string 4",
"Hours": 5.0,
"SpecialtyHours": 6.0,
"SpecialtyID": 1,
"ShortSpecialtyTitle": "sample string 7",
"SpecialtyTitle": "sample string 8",
"CourseCode": "sample string 11"
},
{
"StateID": 3,
"StateAbbreviation": "sample string 4",
"Hours": 5.0,
"SpecialtyHours": 6.0,
"SpecialtyID": 1,
"ShortSpecialtyTitle": "sample string 7",
"SpecialtyTitle": "sample string 8",
"CourseCode": "sample string 11"
}
],
"PracticeAreaIDs": [
1,
2
],
"IsSuccessful": true,
"ErrorMessage": "sample string 7",
"StackTrace": "sample string 8"
}
]