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": "a45fd58b-d7c2-48be-b4e6-98edf7ac0ffa",
"UserId": "d582515e-f925-439c-aad8-05bfaa781f23",
"TeacherId": "e51ea6ca-2e6c-404c-888a-78b37d4cae2f",
"ClassId": "df417bf4-e7c1-4e09-9d80-90ba33b7c55a",
"SectionId": "7e931230-8122-44f5-8638-cf3a33fd84c8",
"SubjectId": "e1b4d51e-df2f-4afc-88c1-42926fd852f8",
"ClassCategoryId": "c1380af8-c54e-4955-acbc-6ab850974145",
"EventSectorId": "8b9590ff-d417-4258-8136-5ef64a4e79a6",
"Date": "2026-06-06T12:48:04.7955842+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "6ea84d1e-94a2-40ae-b0f5-3bbdd23be6b7",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "1d33ef65-90bb-4306-b456-3d744c1058d2",
"EventId": "4147305a-dfbf-467f-b952-17705498fd27",
"EventSectorId": "b5c3dff2-04dc-4798-bece-5b8915d23e07",
"EventRegistrationId": "4fe2ba58-13ac-40c9-aadd-0c016c8bc821",
"UserId": "c8a8afcf-6991-4fcf-bcf9-55bc4307256a",
"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-06-06T12:48:04.7955842+05:00",
"StudentDateOfBirth": "2026-06-06T12:48:04.7955842+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-06-06T12:48:04.7955842+05:00"
},
{
"StudentId": "6ea84d1e-94a2-40ae-b0f5-3bbdd23be6b7",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "1d33ef65-90bb-4306-b456-3d744c1058d2",
"EventId": "4147305a-dfbf-467f-b952-17705498fd27",
"EventSectorId": "b5c3dff2-04dc-4798-bece-5b8915d23e07",
"EventRegistrationId": "4fe2ba58-13ac-40c9-aadd-0c016c8bc821",
"UserId": "c8a8afcf-6991-4fcf-bcf9-55bc4307256a",
"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-06-06T12:48:04.7955842+05:00",
"StudentDateOfBirth": "2026-06-06T12:48:04.7955842+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-06-06T12:48:04.7955842+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.