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": "e26b1ff1-7e07-49e4-a8b0-1f82ed299ae9",
"UserId": "dd577274-8c14-4f40-819a-1d543ac7abf5",
"TeacherId": "0a2f9a69-34f2-4dc4-9947-f024cf253f2e",
"ClassId": "0962af54-cd8f-4aa9-8aee-bc11834a5173",
"SectionId": "7111e54c-9295-4136-a7eb-185ccc871c04",
"SubjectId": "45ef5cab-4b13-4dbd-a855-41b254fc9819",
"ClassCategoryId": "e2679e8d-8dc5-45e2-8331-eb10e105c91d",
"EventSectorId": "54395649-5382-4b8e-8a6a-97edb6c6a56b",
"Date": "2026-09-25T14:30:21.4491308+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "8b2d9f55-7de6-4ce6-a863-d231ff3e09df",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "f14a33eb-3731-4a6f-b142-8ebfbd44debb",
"EventId": "b91d21ae-eb17-4a15-af1d-062a7f3957d6",
"EventSectorId": "bb45b832-5314-4eb0-bc81-b55f52aea810",
"EventRegistrationId": "f85f1b01-86da-4d4e-a810-1f3f0cc050b0",
"UserId": "cd177640-2c0e-46e1-b84f-0d1c9c873566",
"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-09-25T14:30:21.4491308+05:00",
"StudentDateOfBirth": "2026-09-25T14:30:21.4491308+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-09-25T14:30:21.4491308+05:00"
},
{
"StudentId": "8b2d9f55-7de6-4ce6-a863-d231ff3e09df",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "f14a33eb-3731-4a6f-b142-8ebfbd44debb",
"EventId": "b91d21ae-eb17-4a15-af1d-062a7f3957d6",
"EventSectorId": "bb45b832-5314-4eb0-bc81-b55f52aea810",
"EventRegistrationId": "f85f1b01-86da-4d4e-a810-1f3f0cc050b0",
"UserId": "cd177640-2c0e-46e1-b84f-0d1c9c873566",
"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-09-25T14:30:21.4491308+05:00",
"StudentDateOfBirth": "2026-09-25T14:30:21.4491308+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-09-25T14:30:21.4491308+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.