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-03T15:21:16.6449234+05:00",
"CampusId": "cb73a5d6-2a0e-4011-8b8d-75e2e74056a4",
"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.