GET api/course/LiveCourses/getHours/{ids}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ids | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of livehoursretName | Description | Type | Additional information |
---|---|---|---|
LiveEventID | integer |
None. |
|
Hours | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "LiveEventID": 1, "Hours": 2.0 }, { "LiveEventID": 1, "Hours": 2.0 } ]