POST api/Events/GetAssignedClasses
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": "b24ac699-ad53-49b3-b3ad-4bc85fe3e580",
"UserId": "15faf4cb-68ef-42f5-80e0-7c9a06fc7b29",
"TeacherId": "f08e3839-cc2b-4b1f-baf8-0f9b9e3c294a",
"ClassId": "299b1c34-4be2-4ea6-be79-49f13a3a6faa",
"SectionId": "050ddc5e-bf37-4ed9-abe2-27ca541c64b7",
"SubjectId": "27847624-84b3-4f14-90ea-cf07863ecf49",
"ClassCategoryId": "b7c52396-181d-4032-a4e0-d265db49d732",
"EventSectorId": "c793b7b6-faa5-40f9-983c-5c50ca675c7b",
"Date": "2025-12-10T12:55:20.1112523+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "85ef50a5-9f9f-4493-8ecf-b4870a3f71c0",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "b78d424a-614d-49b5-86b8-9d34aa69fa12",
"EventId": "12c4972b-39e3-4b02-9d48-afd1cccd1b1d",
"EventSectorId": "ecd73a93-0682-48b0-aeef-92eb873ccc29",
"EventRegistrationId": "bb072a7a-4946-4e7e-9e42-c2fdfb7ee2fc",
"UserId": "383df31c-aeb6-4c09-be59-8b6cb4203a3f",
"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:55:20.1112523+05:00",
"StudentDateOfBirth": "2025-12-10T12:55:20.1112523+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-10T12:55:20.1112523+05:00"
},
{
"StudentId": "85ef50a5-9f9f-4493-8ecf-b4870a3f71c0",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "b78d424a-614d-49b5-86b8-9d34aa69fa12",
"EventId": "12c4972b-39e3-4b02-9d48-afd1cccd1b1d",
"EventSectorId": "ecd73a93-0682-48b0-aeef-92eb873ccc29",
"EventRegistrationId": "bb072a7a-4946-4e7e-9e42-c2fdfb7ee2fc",
"UserId": "383df31c-aeb6-4c09-be59-8b6cb4203a3f",
"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:55:20.1112523+05:00",
"StudentDateOfBirth": "2025-12-10T12:55:20.1112523+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-10T12:55:20.1112523+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.