GET api/RcAdminTcSchedules/GetCount?rcId={rcId}&tcId={tcId}&startTime={startTime}&endTime={endTime}&courseId={courseId}&personId={personId}&sessionAttendeeId={sessionAttendeeId}
Return tc schedules attendee counts
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rcId |
The ID of the resource center from whose context the call is made |
integer |
Required |
| tcId |
The ID of the tutoring center |
integer |
Required |
| startTime |
Start time epoch |
integer |
Required |
| endTime |
End time epoch |
integer |
Required |
| courseId |
Filter. If specified, only events associated with this course will be returned. |
integer |
None. |
| personId |
Filter. If specified, only events with this attendee will be returned. |
integer |
None. |
| sessionAttendeeId |
Filter. If specified, only events with this attendee will be returned. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |