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": "4debad62-3b96-49a1-bbae-b68dc84141fd",
"UserId": "85bab88c-69e2-4b34-b0d8-fe73286a14f8",
"TeacherId": "1ed6378e-4d5e-4a9c-8bf2-11c16ee37fae",
"ClassId": "caf2eb8f-0ffc-4e26-a314-e3db0f0bbd20",
"SectionId": "40cce061-15d2-4949-99f4-a6f1dd9f9a2d",
"SubjectId": "290a04eb-ec02-4df5-ab3d-1385051748a0",
"ClassCategoryId": "ab051506-0206-4dd2-ba01-237aa80a5165",
"EventSectorId": "223df8f6-216e-4f10-a220-8f6019add1f7",
"Date": "2026-03-31T16:16:56.5912004+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "466cfeb8-635c-4e45-a0f7-a9979cfe1d83",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "8ab6ba03-1f98-4cf1-a49c-cdb6a105fe30",
"EventId": "30fa32a9-d267-4c87-a2fc-2ec474344881",
"EventSectorId": "c63f2b41-e78e-4561-9d6b-76afc571fbd5",
"EventRegistrationId": "6629c856-7fa9-4617-8f26-f8c2f6a18731",
"UserId": "59f37917-5c14-43ae-b82f-2e9d1ea08a45",
"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-03-31T16:16:56.5912004+05:00",
"StudentDateOfBirth": "2026-03-31T16:16:56.5912004+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-03-31T16:16:56.5912004+05:00"
},
{
"StudentId": "466cfeb8-635c-4e45-a0f7-a9979cfe1d83",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "8ab6ba03-1f98-4cf1-a49c-cdb6a105fe30",
"EventId": "30fa32a9-d267-4c87-a2fc-2ec474344881",
"EventSectorId": "c63f2b41-e78e-4561-9d6b-76afc571fbd5",
"EventRegistrationId": "6629c856-7fa9-4617-8f26-f8c2f6a18731",
"UserId": "59f37917-5c14-43ae-b82f-2e9d1ea08a45",
"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-03-31T16:16:56.5912004+05:00",
"StudentDateOfBirth": "2026-03-31T16:16:56.5912004+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-03-31T16:16:56.5912004+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.