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": "b6fbd117-ec85-45a8-8b5e-a62c0ca636f5",
"Date": "2025-12-20T17:41:19.9857453+05:00",
"CampusIds": [
"2b92d768-4952-4a7e-b4e9-04b22337f4a8",
"c3e9300e-2922-4955-a77a-bdd9f5df2573"
],
"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.