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": "d90e17d9-c5fb-4a8d-9254-2f6f6c53b06b",
"UserId": "26b53b48-f138-4c66-857e-ddace8321361",
"TeacherId": "4f7af671-d46e-44a9-ab14-b085738a58b8",
"ClassId": "9f4262a8-e443-4bfc-90e7-53dd5bd58b75",
"SectionId": "71cd6432-3f03-42ba-8077-b270deb2f867",
"SubjectId": "793847ac-6326-409d-aff1-1353db009b9e",
"ClassCategoryId": "c96598c5-7127-4f98-8f66-fa6cb35faba2",
"EventSectorId": "4fb64355-527b-42a6-a621-aad8872f48de",
"Date": "2025-12-20T17:36:38.5597576+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "67ab2f44-11cf-4636-9bd1-0b943ff5c5b9",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "969b858b-1f67-431a-a3ce-69bdc322023c",
"EventId": "fa5c3851-8336-4c26-b1d9-690d04e157eb",
"EventSectorId": "92676db3-b6ed-46eb-a81d-aa37e9bd31ef",
"EventRegistrationId": "3987fbea-3797-4e93-a6e2-b92f850f61c1",
"UserId": "06d4c70a-5d8b-439c-a735-04129c9f1f55",
"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:36:38.5597576+05:00",
"StudentDateOfBirth": "2025-12-20T17:36:38.5597576+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-20T17:36:38.5597576+05:00"
},
{
"StudentId": "67ab2f44-11cf-4636-9bd1-0b943ff5c5b9",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "969b858b-1f67-431a-a3ce-69bdc322023c",
"EventId": "fa5c3851-8336-4c26-b1d9-690d04e157eb",
"EventSectorId": "92676db3-b6ed-46eb-a81d-aa37e9bd31ef",
"EventRegistrationId": "3987fbea-3797-4e93-a6e2-b92f850f61c1",
"UserId": "06d4c70a-5d8b-439c-a735-04129c9f1f55",
"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:36:38.5597576+05:00",
"StudentDateOfBirth": "2025-12-20T17:36:38.5597576+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-20T17:36:38.5597576+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.