GET api/webcategory/courseAvailability?bcProductId={bcProductId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bcProductId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LiveCourseAvailability| Name | Description | Type | Additional information |
|---|---|---|---|
| Schedule | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| CutOffDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Schedule": "sample string 1",
"Id": "42a85686-936a-4ebb-b2d7-39d1b5eacf2b",
"StartDate": "2026-08-09T10:43:06.7521587-04:00",
"EndDate": "2026-08-09T10:43:06.7521587-04:00",
"CutOffDate": "2026-08-09T10:43:06.7521587-04:00"
},
{
"Schedule": "sample string 1",
"Id": "42a85686-936a-4ebb-b2d7-39d1b5eacf2b",
"StartDate": "2026-08-09T10:43:06.7521587-04:00",
"EndDate": "2026-08-09T10:43:06.7521587-04:00",
"CutOffDate": "2026-08-09T10:43:06.7521587-04:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfLiveCourseAvailability xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
<LiveCourseAvailability>
<CutOffDate>2026-08-09T10:43:06.7521587-04:00</CutOffDate>
<EndDate>2026-08-09T10:43:06.7521587-04:00</EndDate>
<Id>42a85686-936a-4ebb-b2d7-39d1b5eacf2b</Id>
<Schedule>sample string 1</Schedule>
<StartDate>2026-08-09T10:43:06.7521587-04:00</StartDate>
</LiveCourseAvailability>
<LiveCourseAvailability>
<CutOffDate>2026-08-09T10:43:06.7521587-04:00</CutOffDate>
<EndDate>2026-08-09T10:43:06.7521587-04:00</EndDate>
<Id>42a85686-936a-4ebb-b2d7-39d1b5eacf2b</Id>
<Schedule>sample string 1</Schedule>
<StartDate>2026-08-09T10:43:06.7521587-04:00</StartDate>
</LiveCourseAvailability>
</ArrayOfLiveCourseAvailability>