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": "82b7e2c4-3d4e-4d71-ab92-add76f46a41c",
"UserId": "c6359a0e-39b7-423e-a889-f2e0db76ad90",
"TeacherId": "e63fcc9e-dead-458f-9ed7-ddea25379430",
"ClassId": "c72dff74-b1b3-4058-850e-19c4cafbd18e",
"SectionId": "5037f0f9-10d8-416f-af5b-83dcebb9745e",
"SubjectId": "f02abd7c-b081-4cf2-9835-074b1a570f57",
"ClassCategoryId": "9b307e78-4a87-41c3-9e99-ead11e460c45",
"EventSectorId": "51c53cc6-1830-4fc4-a8fc-a6638099c64b",
"Date": "2026-04-11T17:08:12.9240072+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "2d242156-08b6-4c2e-bb63-ef8ab2b25aca",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "eee71cea-884d-421b-8487-b75179c786a2",
"EventId": "f6848ab4-4bb0-4c16-a812-2862cefb802e",
"EventSectorId": "e6a35bcb-0da9-4e89-9988-603f0d3ba261",
"EventRegistrationId": "16026227-323e-479e-b77b-e30988b3e4c8",
"UserId": "4017f974-924f-4185-b321-7c5955c1e8fe",
"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": "2026-04-11T17:08:12.9240072+05:00",
"StudentDateOfBirth": "2026-04-11T17:08:12.9240072+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-04-11T17:08:12.9240072+05:00"
},
{
"StudentId": "2d242156-08b6-4c2e-bb63-ef8ab2b25aca",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "eee71cea-884d-421b-8487-b75179c786a2",
"EventId": "f6848ab4-4bb0-4c16-a812-2862cefb802e",
"EventSectorId": "e6a35bcb-0da9-4e89-9988-603f0d3ba261",
"EventRegistrationId": "16026227-323e-479e-b77b-e30988b3e4c8",
"UserId": "4017f974-924f-4185-b321-7c5955c1e8fe",
"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": "2026-04-11T17:08:12.9240072+05:00",
"StudentDateOfBirth": "2026-04-11T17:08:12.9240072+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-04-11T17:08:12.9240072+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.