GET api/Bundle/{Identifier}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Identifier | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
BundleModelName | Description | Type | Additional information |
---|---|---|---|
OutstandingBundleHours | decimal number |
None. |
|
Courses | Collection of PlaylistCourseModel |
None. |
|
ID | integer |
None. |
|
StateID | integer |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
Price | decimal number |
None. |
|
Active | boolean |
None. |
|
Identifier | globally unique identifier |
None. |
|
MarketingDescription | string |
None. |
|
Hours | decimal number |
None. |
|
Specialties | Collection of SpecialtyModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "OutstandingBundleHours": 1.0, "Courses": [ { "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-13T22:11:13.7330944+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-13T22:11:13.7330944+00:00", "PromoStart": "2025-05-13T22:11:13.7330944+00:00", "PromoEnd": "2025-05-13T22:11:13.7330944+00:00", "IsFree": false }, "Notes": "sample string 1", "InBundle": true, "InPlaylist": true, "Position": 1, "IsComplete": true, "Duration": 4, "Completed": "2025-05-13T22:11:13.7330944+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-13T22:11:13.7330944+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-13T22:11:13.7330944+00:00", "PromoStart": "2025-05-13T22:11:13.7330944+00:00", "PromoEnd": "2025-05-13T22:11:13.7330944+00:00", "IsFree": false }, "Notes": "sample string 1", "InBundle": true, "InPlaylist": true, "Position": 1, "IsComplete": true, "Duration": 4, "Completed": "2025-05-13T22:11:13.7330944+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" } ], "ID": 1, "StateID": 2, "Name": "sample string 3", "Description": "sample string 4", "StartDate": "2025-05-13T22:11:13.7330944+00:00", "EndDate": "2025-05-13T22:11:13.7330944+00:00", "Price": 5.0, "Active": true, "Identifier": "e5c51834-a730-49da-856f-aacacdc87dac", "MarketingDescription": "sample string 7", "Hours": 8.0, "Specialties": [ { "ID": 1, "Name": "sample string 2", "ShortName": "sample string 3", "BlueIcon": "sample string 4", "WhiteIcon": "sample string 5", "GroupID": 6, "Hours": 7.0, "FriendlyURL": "sample string 8", "IconURL": "https://cdn.lexvid.com/images/specialty/sample-string-3.png" }, { "ID": 1, "Name": "sample string 2", "ShortName": "sample string 3", "BlueIcon": "sample string 4", "WhiteIcon": "sample string 5", "GroupID": 6, "Hours": 7.0, "FriendlyURL": "sample string 8", "IconURL": "https://cdn.lexvid.com/images/specialty/sample-string-3.png" } ] }