POST api/Events/GetTotalAttendanceHistoryForGraph
Request Information
URI Parameters
None.
Body Parameters
AssignedClassesViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| TeacherId | globally unique identifier |
None. |
|
| ClassId | globally unique identifier |
None. |
|
| SectionId | globally unique identifier |
None. |
|
| SubjectId | globally unique identifier |
None. |
|
| ClassCategoryId | globally unique identifier |
None. |
|
| EventSectorId | globally unique identifier |
None. |
|
| Date | date |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| Search | string |
None. |
|
| StudentDetail | Collection of DTOStudentDetail |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "11e2932a-009c-4a96-8934-6f1a6cc36d1b",
"UserId": "db9883c3-dfdf-4072-bbe6-e942ea8bb53d",
"TeacherId": "16a27258-421b-438c-8312-48571b5a3ddd",
"ClassId": "5236fbcc-8f31-407b-8f14-6925077428b9",
"SectionId": "8fd0b993-c1b0-4a71-afc1-4a82287e56be",
"SubjectId": "64f0c00e-8ef6-4b04-8758-84fa36059de8",
"ClassCategoryId": "fcd1ba42-3f0c-4b4d-b9eb-2697ae555fa3",
"EventSectorId": "665b46a5-8ea4-4e77-aec4-40f56671ef37",
"Date": "2025-12-20T17:33:33.0416154+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "ec425506-ae35-421f-a6be-3618a74577a6",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "7839dc5a-aaf5-4b82-8e0a-100f53366d90",
"EventId": "af506095-feba-42ad-9104-aa1e0e26fc87",
"EventSectorId": "e0fac005-d0b8-4966-80b1-e7d432939aa4",
"EventRegistrationId": "d3d24e41-ef67-4429-9ca1-ae714003ab27",
"UserId": "14144666-0003-461e-8dd2-f9bfaa4f6000",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"WhatsappNumber": "sample string 4",
"CNICNumber": "sample string 5",
"StudentAddress": "sample string 6",
"ApprovalStatus": 1,
"DisplayApprovalStatus": "sample string 7",
"Gender": "sample string 8",
"AppliedDate": "2025-12-20T17:33:33.0416154+05:00",
"StudentDateOfBirth": "2025-12-20T17:33:33.0416154+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-20T17:33:33.0416154+05:00"
},
{
"StudentId": "ec425506-ae35-421f-a6be-3618a74577a6",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "7839dc5a-aaf5-4b82-8e0a-100f53366d90",
"EventId": "af506095-feba-42ad-9104-aa1e0e26fc87",
"EventSectorId": "e0fac005-d0b8-4966-80b1-e7d432939aa4",
"EventRegistrationId": "d3d24e41-ef67-4429-9ca1-ae714003ab27",
"UserId": "14144666-0003-461e-8dd2-f9bfaa4f6000",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"WhatsappNumber": "sample string 4",
"CNICNumber": "sample string 5",
"StudentAddress": "sample string 6",
"ApprovalStatus": 1,
"DisplayApprovalStatus": "sample string 7",
"Gender": "sample string 8",
"AppliedDate": "2025-12-20T17:33:33.0416154+05:00",
"StudentDateOfBirth": "2025-12-20T17:33:33.0416154+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-20T17:33:33.0416154+05:00"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.