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": "c2b63a13-4d16-4044-9bea-8380b19b3968",
"Date": "2025-12-10T12:54:02.787059+05:00",
"CampusIds": [
"6f3666cf-3b0f-4f47-8e8a-62220da8f64f",
"8c34208b-9c5f-4a83-b650-8114553687c3"
],
"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.