POST api/Events/GetAssignedClassAttendanceHistory
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": "0665f7a3-f445-44f6-8de2-0bcbf1c6dda2",
"UserId": "713c6288-4fe5-4c00-9659-2a3d333d777e",
"TeacherId": "5d287ccb-dede-4b2e-86bd-db3d21e163a1",
"ClassId": "0dbc492c-5520-4c8c-9a20-b7a75b180e18",
"SectionId": "ba9bc9b1-58fd-43ea-81b0-5543d882b308",
"SubjectId": "64c993a6-0c84-4e0a-80c6-f073a713646f",
"ClassCategoryId": "c3ec530e-a721-4f2a-8716-3b614977cce4",
"EventSectorId": "fe82ff62-9982-4ba3-87cb-efac7cb9c873",
"Date": "2025-12-20T17:43:14.2967448+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "f2cdbb2a-8a92-434f-9cec-99ad6df6f195",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "4ab6b3a0-c21e-4272-b0f4-2d9b3305c615",
"EventId": "db52fa7c-e0fa-4c65-aedf-8384cf7772b0",
"EventSectorId": "647ef9a8-4f23-4bf3-940f-130516c18508",
"EventRegistrationId": "1f724c1a-3860-4c7a-ab9f-2c58497f8b6f",
"UserId": "96f90bc5-2cec-49fd-9419-accd24b1470b",
"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": "2025-12-20T17:43:14.2967448+05:00",
"StudentDateOfBirth": "2025-12-20T17:43:14.2967448+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-20T17:43:14.2967448+05:00"
},
{
"StudentId": "f2cdbb2a-8a92-434f-9cec-99ad6df6f195",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "4ab6b3a0-c21e-4272-b0f4-2d9b3305c615",
"EventId": "db52fa7c-e0fa-4c65-aedf-8384cf7772b0",
"EventSectorId": "647ef9a8-4f23-4bf3-940f-130516c18508",
"EventRegistrationId": "1f724c1a-3860-4c7a-ab9f-2c58497f8b6f",
"UserId": "96f90bc5-2cec-49fd-9419-accd24b1470b",
"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": "2025-12-20T17:43:14.2967448+05:00",
"StudentDateOfBirth": "2025-12-20T17:43:14.2967448+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-20T17:43:14.2967448+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.