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": "808882b0-5ead-4a24-916a-eb19ad6735f5",
"Date": "2026-02-03T15:19:57.7487245+05:00",
"CampusIds": [
"d791b10c-b66f-486b-ad68-978c683dfed0",
"4df2746c-2911-48b6-8010-cadef98f300e"
],
"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.