POST api/Statistics/GetModules
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": "c5fa3ef6-c595-401e-a6a1-be4cb37e545b",
"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":"c5fa3ef6-c595-401e-a6a1-be4cb37e545b","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.