GET api/StarRewards?StudentId={StudentId}&From={From}&To={To}&Year={Year}&Status={Status}&PageNo={PageNo}&PageSize={PageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId | globally unique identifier |
Required |
|
| From | string |
Default value is |
|
| To | string |
Default value is |
|
| Year | integer |
Default value is 0 |
|
| Status | string |
Default value is All |
|
| PageNo | integer |
Default value is 1 |
|
| PageSize | integer |
Default value is 99999 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.