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": "893c921c-ed38-4b83-b4d3-c98d9dad14ee",
"StartDate": "2026-01-29T22:41:27.7823187+00:00",
"EndDate": "2026-01-29T22:41:27.7823187+00:00",
"CutOffDate": "2026-01-29T22:41:27.7823187+00:00"
},
{
"Schedule": "sample string 1",
"Id": "893c921c-ed38-4b83-b4d3-c98d9dad14ee",
"StartDate": "2026-01-29T22:41:27.7823187+00:00",
"EndDate": "2026-01-29T22:41:27.7823187+00:00",
"CutOffDate": "2026-01-29T22:41:27.7823187+00: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-01-29T22:41:27.7823187+00:00</CutOffDate>
<EndDate>2026-01-29T22:41:27.7823187+00:00</EndDate>
<Id>893c921c-ed38-4b83-b4d3-c98d9dad14ee</Id>
<Schedule>sample string 1</Schedule>
<StartDate>2026-01-29T22:41:27.7823187+00:00</StartDate>
</LiveCourseAvailability>
<LiveCourseAvailability>
<CutOffDate>2026-01-29T22:41:27.7823187+00:00</CutOffDate>
<EndDate>2026-01-29T22:41:27.7823187+00:00</EndDate>
<Id>893c921c-ed38-4b83-b4d3-c98d9dad14ee</Id>
<Schedule>sample string 1</Schedule>
<StartDate>2026-01-29T22:41:27.7823187+00:00</StartDate>
</LiveCourseAvailability>
</ArrayOfLiveCourseAvailability>