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": "1ace9966-6d76-4d7c-a40e-a32d7a7fe2eb",
"UserId": "09a7d61d-4d84-46df-bfd1-4f992fe21abb",
"TeacherId": "f8810a54-9165-454c-bfe7-6a72dae4ee2f",
"ClassId": "d79299d3-8131-4245-98a1-6a9e551de149",
"SectionId": "edf27c3b-1058-45b0-907d-0a7f99f5a2bf",
"SubjectId": "9a70bd8d-7274-4786-b2ce-165f5585d819",
"ClassCategoryId": "794edfcd-9d14-41d2-9f2e-2a9564450f4a",
"EventSectorId": "55f53eac-0b87-4cc2-94d0-5b310807e4cb",
"Date": "2026-02-03T15:14:36.942649+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "e7a14235-ce38-4c88-8908-bf0a5b96debe",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "3097796b-b4d3-44b0-851f-3dceb3981de4",
"EventId": "3f8867cf-195f-4fcd-80bd-9603c6d45fb0",
"EventSectorId": "941b61d1-8667-4c57-83ae-167f3372ee90",
"EventRegistrationId": "2e986c68-3cb4-4dc4-8a7f-db8e465eedd3",
"UserId": "79ae9555-d609-4ef3-9b79-5d81f3acfc3d",
"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-02-03T15:14:36.9436672+05:00",
"StudentDateOfBirth": "2026-02-03T15:14:36.9436672+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-02-03T15:14:36.9436672+05:00"
},
{
"StudentId": "e7a14235-ce38-4c88-8908-bf0a5b96debe",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "3097796b-b4d3-44b0-851f-3dceb3981de4",
"EventId": "3f8867cf-195f-4fcd-80bd-9603c6d45fb0",
"EventSectorId": "941b61d1-8667-4c57-83ae-167f3372ee90",
"EventRegistrationId": "2e986c68-3cb4-4dc4-8a7f-db8e465eedd3",
"UserId": "79ae9555-d609-4ef3-9b79-5d81f3acfc3d",
"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-02-03T15:14:36.9436672+05:00",
"StudentDateOfBirth": "2026-02-03T15:14:36.9436672+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-02-03T15:14:36.9436672+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.