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": "19cdda7a-60d6-477c-9b12-0ea88de26545",
"UserId": "d68e6999-df4b-407f-a345-2e5fbec5112b",
"TeacherId": "8907f53e-e6a9-4396-b7aa-8776669da792",
"ClassId": "374241a5-cf20-4109-af8f-26014917f3bd",
"SectionId": "305b2bf1-ac9f-424e-a4a7-8619854dc470",
"SubjectId": "313ee9ac-c169-4e99-bf60-b41694c599f4",
"ClassCategoryId": "864f583b-91e9-4044-9f04-c2f51807af94",
"EventSectorId": "c9e1cce3-d7a4-4d0d-9799-a012d72d0c96",
"Date": "2026-03-31T16:15:25.4482099+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "3befa6c2-d772-404c-b79e-5d6140290120",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "d1e1873a-07fa-4d08-ba6b-f773dcd10565",
"EventId": "513bf804-c385-4e7e-96f1-b75ebc450686",
"EventSectorId": "ed6a5a85-cb9b-4f5e-8e1a-e14f115c363a",
"EventRegistrationId": "e1608a16-3dc7-4cfa-81b6-b8c249e4fc91",
"UserId": "dedb2de2-59c7-49c6-b4a9-7be6d47f8af7",
"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-03-31T16:15:25.4512094+05:00",
"StudentDateOfBirth": "2026-03-31T16:15:25.4512094+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-03-31T16:15:25.4512094+05:00"
},
{
"StudentId": "3befa6c2-d772-404c-b79e-5d6140290120",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "d1e1873a-07fa-4d08-ba6b-f773dcd10565",
"EventId": "513bf804-c385-4e7e-96f1-b75ebc450686",
"EventSectorId": "ed6a5a85-cb9b-4f5e-8e1a-e14f115c363a",
"EventRegistrationId": "e1608a16-3dc7-4cfa-81b6-b8c249e4fc91",
"UserId": "dedb2de2-59c7-49c6-b4a9-7be6d47f8af7",
"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-03-31T16:15:25.4512094+05:00",
"StudentDateOfBirth": "2026-03-31T16:15:25.4512094+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-03-31T16:15:25.4512094+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.