POST api/Statistics/GetGridStatistics
Request Information
URI Parameters
None.
Body Parameters
StatisticsFilterableName | 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": "ab17b6f0-2b90-49d4-bd84-ef761e77f9cf", "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":"ab17b6f0-2b90-49d4-bd84-ef761e77f9cf","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.