GET api/playlist/BrowseCourses/first?StateList={StateList}&first={first}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StateList

string

Default value is

first

string

Default value is

Body Parameters

None.

Response Information

Resource Description

CoursesPagedResult
NameDescriptionTypeAdditional information
TotalCoursesCount

integer

None.

PlaylistCourses

Collection of PlaylistCourseModel

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalCoursesCount": 1,
  "PlaylistCourses": [
    {
      "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-03-21T16:37:05.5387195+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-03-21T16:37:05.5387195+00:00",
        "PromoStart": "2026-03-21T16:37:05.5387195+00:00",
        "PromoEnd": "2026-03-21T16:37:05.5387195+00:00",
        "IsFree": true
      },
      "Notes": "sample string 1",
      "TotalCourses": 2,
      "InBundle": true,
      "InPlaylist": true,
      "Position": 1,
      "IsComplete": true,
      "Duration": 5,
      "Completed": "2026-03-21T16:37:05.5387195+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-03-21T16:37:05.5387195+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-03-21T16:37:05.5387195+00:00",
        "PromoStart": "2026-03-21T16:37:05.5387195+00:00",
        "PromoEnd": "2026-03-21T16:37:05.5387195+00:00",
        "IsFree": true
      },
      "Notes": "sample string 1",
      "TotalCourses": 2,
      "InBundle": true,
      "InPlaylist": true,
      "Position": 1,
      "IsComplete": true,
      "Duration": 5,
      "Completed": "2026-03-21T16:37:05.5387195+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"
    }
  ]
}