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": "731d8515-b892-44d4-9ad8-b186cc493953",
"UserId": "22c6d1b3-6cf5-488b-a5d0-681c15f14c10",
"TeacherId": "bfb9cc2f-cc20-4814-8366-42e27b4b5266",
"ClassId": "6f07df62-fd6e-485f-81ae-3634fda285c2",
"SectionId": "1bd5a12a-5aba-4d9c-b96b-5fe79d26b9b4",
"SubjectId": "56840626-9a1a-454b-8bef-3e56d446220b",
"ClassCategoryId": "7aa96f05-e768-4ffe-8039-4c246619c89a",
"EventSectorId": "e37fbf79-6807-48f0-84e0-a04cc80d753c",
"Date": "2026-08-01T15:29:47.863871+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "3d278ee8-9b21-4650-8534-3c09a7144ad1",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "f036b793-88ae-46f7-84fa-77282f06b40c",
"EventId": "7efa375b-ebd9-455f-8080-b97881442060",
"EventSectorId": "7a318041-fea3-40af-8f18-b54064c89324",
"EventRegistrationId": "f3e02b76-e7ee-486b-b881-36a63f518e90",
"UserId": "99fdfe72-27d7-477b-b77d-f4d5ed8ea4ab",
"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-08-01T15:29:47.863871+05:00",
"StudentDateOfBirth": "2026-08-01T15:29:47.863871+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-08-01T15:29:47.863871+05:00"
},
{
"StudentId": "3d278ee8-9b21-4650-8534-3c09a7144ad1",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "f036b793-88ae-46f7-84fa-77282f06b40c",
"EventId": "7efa375b-ebd9-455f-8080-b97881442060",
"EventSectorId": "7a318041-fea3-40af-8f18-b54064c89324",
"EventRegistrationId": "f3e02b76-e7ee-486b-b881-36a63f518e90",
"UserId": "99fdfe72-27d7-477b-b77d-f4d5ed8ea4ab",
"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-08-01T15:29:47.863871+05:00",
"StudentDateOfBirth": "2026-08-01T15:29:47.863871+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-08-01T15:29:47.863871+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.