POST V2/Mentor/CourseStatisticList
Request Information
URI Parameters
None.
Body Parameters
CourseStatisticCond| Name | Description | Type | Additional information |
|---|---|---|---|
| Month | string |
None. |
|
| StartOfMonth | date |
None. |
|
| EndOfMonth | date |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Month": "sample string 1",
"StartOfMonth": "2026-04-15 15:24:03",
"EndOfMonth": "2026-04-15 15:24:03",
"Page": 4,
"PageSize": 5,
"Offset": 15,
"SortName": "sample string 6",
"SortOrder": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
|
| Code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {},
"Code": 4
}