GET api/speaker/{ID}/courses?speakerURL={speakerURL}&StateList={StateList}&practiceAreaID={practiceAreaID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ID

integer

None.

speakerURL

string

None.

StateList

string

None.

practiceAreaID

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PlaylistCourseModel
NameDescriptionTypeAdditional information
Course

ShallowCourseModel

None.

Notes

string

None.

InBundle

boolean

None.

InPlaylist

boolean

None.

Position

integer

None.

IsComplete

boolean

None.

Duration

integer

None.

Completed

date

None.

Accreditation

Collection of CourseAccreditationModel

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"
      ],
      "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-13T23:44:53.3259861+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-13T23:44:53.3259861+00:00",
      "PromoStart": "2025-05-13T23:44:53.3259861+00:00",
      "PromoEnd": "2025-05-13T23:44:53.3259861+00:00",
      "IsFree": true
    },
    "Notes": "sample string 1",
    "InBundle": true,
    "InPlaylist": true,
    "Position": 1,
    "IsComplete": true,
    "Duration": 4,
    "Completed": "2025-05-13T23:44:53.3259861+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"
      }
    ],
    "IsSuccessful": true,
    "ErrorMessage": "sample string 6",
    "StackTrace": "sample string 7"
  },
  {
    "Course": {
      "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-13T23:44:53.3259861+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-13T23:44:53.3259861+00:00",
      "PromoStart": "2025-05-13T23:44:53.3259861+00:00",
      "PromoEnd": "2025-05-13T23:44:53.3259861+00:00",
      "IsFree": true
    },
    "Notes": "sample string 1",
    "InBundle": true,
    "InPlaylist": true,
    "Position": 1,
    "IsComplete": true,
    "Duration": 4,
    "Completed": "2025-05-13T23:44:53.3259861+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"
      }
    ],
    "IsSuccessful": true,
    "ErrorMessage": "sample string 6",
    "StackTrace": "sample string 7"
  }
]