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": "fa41f209-8609-4055-ae8c-1f4b477b8b5e",
"UserId": "deed76e7-3d1d-49fc-a77f-f8acfe185d1c",
"TeacherId": "a915b1c3-83e5-40b0-859f-ef6ac562b6e4",
"ClassId": "a88579dd-3a3e-49e0-bccc-4788395e1d7c",
"SectionId": "b072395d-6bef-4518-9e11-fad727ab56ee",
"SubjectId": "abe06423-726d-4a69-a524-53b4ab006e22",
"ClassCategoryId": "f6f6b091-57f2-47ef-8f37-33f1f09caf0a",
"EventSectorId": "84f21f37-b5e9-4c7e-83f8-c96beedfac5a",
"Date": "2025-12-10T12:51:23.521643+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "f1bab2e9-e7ce-4cd8-b452-ce518dbf565d",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "c8f63f36-0fb0-4697-af24-5b45d77affd2",
"EventId": "e2ef3211-b35c-48fb-a748-e346f6a4de45",
"EventSectorId": "cb7b06df-9b09-49ca-b899-c7ca3beec164",
"EventRegistrationId": "047dab47-c3e9-4799-ab49-baf81b4a2853",
"UserId": "c8d0e002-c53a-48ab-89a0-6324ffe65fe0",
"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-10T12:51:23.521643+05:00",
"StudentDateOfBirth": "2025-12-10T12:51:23.521643+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-10T12:51:23.521643+05:00"
},
{
"StudentId": "f1bab2e9-e7ce-4cd8-b452-ce518dbf565d",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "c8f63f36-0fb0-4697-af24-5b45d77affd2",
"EventId": "e2ef3211-b35c-48fb-a748-e346f6a4de45",
"EventSectorId": "cb7b06df-9b09-49ca-b899-c7ca3beec164",
"EventRegistrationId": "047dab47-c3e9-4799-ab49-baf81b4a2853",
"UserId": "c8d0e002-c53a-48ab-89a0-6324ffe65fe0",
"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-10T12:51:23.521643+05:00",
"StudentDateOfBirth": "2025-12-10T12:51:23.521643+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-10T12:51:23.521643+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.