POST api/Statistics/GetGraphStatistics
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": "238d12e3-b7c1-47df-a4c6-7d6a6fe171da",
"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":"238d12e3-b7c1-47df-a4c6-7d6a6fe171da","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.