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-04-11T17:12:16.5299161+05:00",
"CampusId": "826e4ac2-8bd3-4ab1-9ed5-3c8e24640331",
"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.