POST api/Statistics/GetModules
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": "0d0ee322-74c1-4c7e-b9c1-dfa5a328cdac", "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":"0d0ee322-74c1-4c7e-b9c1-dfa5a328cdac","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.