POST api/Events/GetAssignedClassSections
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": "53e1bb0f-8f98-49e3-9fcd-969254dc70d2",
"UserId": "1025f570-0b59-4497-8f30-ef1d84d97e80",
"TeacherId": "64350c36-7610-4d81-8590-2240b11c383c",
"ClassId": "73d735ef-3a0e-4df9-a620-4cf00d47c29a",
"SectionId": "8928345c-e842-4d5d-a6c0-cc0a7605a80c",
"SubjectId": "d3916869-d90c-4d18-962b-ff93ea82489e",
"ClassCategoryId": "3e640e94-83fd-4148-bc47-16f5008e3c4e",
"EventSectorId": "f31e4537-da29-4a7c-8b8f-eaf432912b22",
"Date": "2025-12-20T17:33:27.0156081+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "a1d3aae7-98dc-4b13-a3a3-757df14e6bcc",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "2b3ac0e3-fef1-4312-80bb-131a468d83d4",
"EventId": "eb027748-6f95-4b6b-9386-5f4832f7717f",
"EventSectorId": "d3b9ba9a-6f7d-4c98-b609-4e2151d8882a",
"EventRegistrationId": "fd36a10f-389c-4dc4-aa95-4586db737f3f",
"UserId": "40574d2e-43db-419b-8209-34f3f190da4e",
"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:33:27.0176547+05:00",
"StudentDateOfBirth": "2025-12-20T17:33:27.0176547+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-20T17:33:27.0185948+05:00"
},
{
"StudentId": "a1d3aae7-98dc-4b13-a3a3-757df14e6bcc",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "2b3ac0e3-fef1-4312-80bb-131a468d83d4",
"EventId": "eb027748-6f95-4b6b-9386-5f4832f7717f",
"EventSectorId": "d3b9ba9a-6f7d-4c98-b609-4e2151d8882a",
"EventRegistrationId": "fd36a10f-389c-4dc4-aa95-4586db737f3f",
"UserId": "40574d2e-43db-419b-8209-34f3f190da4e",
"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:33:27.0176547+05:00",
"StudentDateOfBirth": "2025-12-20T17:33:27.0176547+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-20T17:33:27.0185948+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.