POST api/Events/GetAssignedClassSubjects
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": "68aff22d-7c26-4013-8482-9fbc16d7ab61",
"UserId": "2fe4e87f-0b5f-4136-b934-914e95bf7900",
"TeacherId": "b6d2998d-3574-4fea-a394-7ded9e9eddd8",
"ClassId": "39a665e9-ac09-4cac-99ea-0079ea3aec64",
"SectionId": "1f8cff2c-3e7e-49ab-a3f0-fa207192b242",
"SubjectId": "656ae00d-6dd5-423e-9cbe-f85d69f86d37",
"ClassCategoryId": "723f9997-9efa-4cba-8415-b3a0a2c0bd03",
"EventSectorId": "a2a62f4f-6f90-4f6e-9f76-48b373e72061",
"Date": "2026-04-11T17:07:03.5120214+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "4803d183-ab32-4b1b-8964-5752bbaf7904",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "88422ccd-49f6-4769-a41a-204f78e6cd72",
"EventId": "ba562b41-a28f-4b1f-b199-22bc28d8d663",
"EventSectorId": "1ff507cc-6ab0-4e90-86c4-7fde4b7e8dc5",
"EventRegistrationId": "4b7d0221-4c62-4315-aa59-9c3804cf69bd",
"UserId": "6c554f17-6d7a-4a76-b0f8-6591d6898635",
"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-04-11T17:07:03.5120214+05:00",
"StudentDateOfBirth": "2026-04-11T17:07:03.5120214+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-04-11T17:07:03.5120214+05:00"
},
{
"StudentId": "4803d183-ab32-4b1b-8964-5752bbaf7904",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "88422ccd-49f6-4769-a41a-204f78e6cd72",
"EventId": "ba562b41-a28f-4b1f-b199-22bc28d8d663",
"EventSectorId": "1ff507cc-6ab0-4e90-86c4-7fde4b7e8dc5",
"EventRegistrationId": "4b7d0221-4c62-4315-aa59-9c3804cf69bd",
"UserId": "6c554f17-6d7a-4a76-b0f8-6591d6898635",
"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-04-11T17:07:03.5120214+05:00",
"StudentDateOfBirth": "2026-04-11T17:07:03.5120214+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-04-11T17:07:03.5120214+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.