GET api/member/homepage/live/details/{liveEventID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| liveEventID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HomepageMyCourses_Live| Name | Description | Type | Additional information |
|---|---|---|---|
| LiveEventsAttendeeID | integer |
None. |
|
| LiveEventsID | integer |
None. |
|
| MemberID | integer |
None. |
|
| AttendeeCompleted | integer |
None. |
|
| AttendeeCompletedDate | date |
None. |
|
| InstanceDate | date |
None. |
|
| FormattedDate | string |
None. |
|
| FormattedTime | string |
None. |
|
| FormattedShortStartEndDate | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| ThumbnailURL | string |
None. |
|
| ShowEnterCode | boolean |
None. |
|
| CourseID | integer |
None. |
|
| CourseURL | string |
None. |
|
| PassCode | string |
None. |
|
| MeetingID | string |
None. |
|
| ZoomLink | string |
None. |
|
| ZoomPhone | string |
None. |
|
| Presenter | string |
None. |
|
| HasPast | boolean |
None. |
|
| NumberOfCredits | decimal number |
None. |
|
| CourseFiles | Collection of CourseFileModel |
None. |
|
| KeyTakeaways | Collection of string |
None. |
|
| MemberAccreditation | Collection of string |
None. |
|
| CourseAccreditation | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"LiveEventsAttendeeID": 1,
"LiveEventsID": 2,
"MemberID": 3,
"AttendeeCompleted": 1,
"AttendeeCompletedDate": "2026-02-04T03:51:51.6435069+00:00",
"InstanceDate": "2026-02-04T03:51:51.6435069+00:00",
"FormattedDate": "sample string 4",
"FormattedTime": "sample string 5",
"FormattedShortStartEndDate": "sample string 6",
"Title": "sample string 7",
"Description": "sample string 8",
"ThumbnailURL": "sample string 9",
"ShowEnterCode": true,
"CourseID": 11,
"CourseURL": "sample string 12",
"PassCode": "sample string 13",
"MeetingID": "sample string 14",
"ZoomLink": "sample string 15",
"ZoomPhone": "sample string 16",
"Presenter": "sample string 17",
"HasPast": true,
"NumberOfCredits": 19.0,
"CourseFiles": [
{
"Identifier": "03ee0d0c-84fa-457b-a7c4-99d02f6eabef",
"Title": "sample string 4",
"Extension": "sample string 5",
"OrderID": 6,
"IsForCertificate": true,
"URL": "https://cdn.lexvid.com/files/1.sample string 5"
},
{
"Identifier": "03ee0d0c-84fa-457b-a7c4-99d02f6eabef",
"Title": "sample string 4",
"Extension": "sample string 5",
"OrderID": 6,
"IsForCertificate": true,
"URL": "https://cdn.lexvid.com/files/1.sample string 5"
}
],
"KeyTakeaways": [
"sample string 1",
"sample string 2"
],
"MemberAccreditation": [
"sample string 1",
"sample string 2"
],
"CourseAccreditation": [
"sample string 1",
"sample string 2"
]
}