GET api/RcAdminRas/Get?rcId={rcId}&studentId={studentId}&courseId={courseId}&campusId={campusId}&tcId={tcId}&resourceId[0]={resourceId[0]}&resourceId[1]={resourceId[1]}&itemsPerPage={itemsPerPage}&pageNumber={pageNumber}
Returns all resource availailities for the specified resource center. Default ordering of ResourceId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rcId |
The id of the resource center. |
integer |
Required |
| studentId |
Filter. If specified, resource availabilities with matching student id will be returned |
integer |
None. |
| courseId |
Filter. If specified, resource availabilities with matching course id will be returned |
integer |
None. |
| campusId |
Filter. If specified, resource availabilities with matching campus id will be returned |
integer |
None. |
| tcId |
Filter. If specified, resource availabilities with matching tutoring center id will be returned |
integer |
None. |
| resourceId |
Filter. If specified, resource availabilities with matching resource id(s) will be returned |
Collection of integer |
None. |
| itemsPerPage |
Number of items to be returned per page If leq 0, return all items |
integer |
Default value is 10 |
| pageNumber |
Page number >= 1 (not page INDEX). Ignored if itemsPerPage = -1 |
integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
200 OK in case of success, 401 Unauthorized if the rcAdmin doesn't have access to the resource center.
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. |