POST api/Students/GetGridStatistics
Request Information
URI Parameters
None.
Body Parameters
StatisticsFilterable| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| LevelId | integer |
None. |
|
| Page | integer |
None. |
|
| SortColumn | string |
None. |
|
| Direction | string |
None. |
|
| SubjectId | integer |
None. |
|
| ClassId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "d9beb810-8d25-4034-8402-9d984ddca00e",
"LevelId": 1,
"Page": 2,
"SortColumn": "sample string 3",
"Direction": "sample string 4",
"SubjectId": 1,
"ClassId": "sample string 5"
}
application/octet-stream, text/plain
Sample:
{"Id":"d9beb810-8d25-4034-8402-9d984ddca00e","LevelId":1,"Page":2,"SortColumn":"sample string 3","Direction":"sample string 4","SubjectId":1,"ClassId":"sample string 5"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, text/plain
Sample:
Sample not available.