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": "04b66d00-b849-4833-9af3-eea1e81890a8",
"Date": "2026-02-14T16:20:10.7610227+05:00",
"CampusIds": [
"6c1b1986-2b74-42a1-8b83-f052484045de",
"525a1d40-5859-4de8-a204-fb61b9b6ae6b"
],
"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.