POST api/Students/GetSectionWiseAttendanceStatsAgainstCampus
Request Information
URI Parameters
None.
Body Parameters
GetSectionWiseAttendanceStatsByCampusRequestViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| CampusId | globally unique identifier |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| Search | string |
None. |
|
| OrderColumn | integer |
None. |
|
| OrderDir | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Date": "2026-02-14T16:20:21.2289394+05:00",
"CampusId": "cf2a4e79-a94f-45a8-918d-3fe4fa7dd16a",
"Start": 1,
"Length": 2,
"Search": "sample string 3",
"OrderColumn": 4,
"OrderDir": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.