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": "2025-12-20T17:41:20.4776994+05:00",
"CampusId": "2099fb7e-0bdc-4e11-a2c0-ae54d82821a0",
"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.