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-10T12:54:03.2899927+05:00",
"CampusId": "3e3be321-f2c4-4183-8525-726caa8fca1d",
"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.