POST api/Students/GetCampusWiseAttendanceStats
Request Information
URI Parameters
None.
Body Parameters
AttendanceStatsRequestViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| Date | date |
None. |
|
| CampusIds | Collection of 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:
{
"UserId": "8a55d3fb-5254-4f8e-a891-9a702e40f6a9",
"Date": "2026-03-31T16:21:50.2252573+05:00",
"CampusIds": [
"1b3dd420-6227-4665-bdab-2395a40c0de7",
"b34d31b9-3af3-436e-9d07-0c0993b1b0d0"
],
"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.