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": "7cbc8ec3-2c63-4f3e-902e-8992e0431079",
"UserId": "98f38359-1ee2-4fdf-af42-da6f72b14d0e",
"TeacherId": "c3b835e7-ea62-4026-88a8-e51a2c870b44",
"ClassId": "b98e7156-fc68-419a-9118-a64499e7d261",
"SectionId": "21f25d83-e145-4756-8cfe-74ba9b0b582e",
"SubjectId": "ac1e58b4-6ef4-4075-bd86-2342418326ca",
"ClassCategoryId": "ebe7a705-8273-40e5-8d4f-be3ad333e077",
"EventSectorId": "3c93aa48-2063-4b02-a7f6-952036be3fc5",
"Date": "2026-08-01T15:28:39.1499128+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "9d4b1b4d-d96e-45df-960e-78aef3749600",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "4911c0a9-f7d0-47ca-b330-c7100e2b84e0",
"EventId": "c2da44d8-4488-45a5-a359-92517213ad48",
"EventSectorId": "dfeaaf6d-4952-4430-87cc-f4f0aca8080d",
"EventRegistrationId": "ffbd9124-e11a-4e5c-bb22-8a0c7ee11502",
"UserId": "d46766f3-701e-4d9e-95e2-8f3162425764",
"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-08-01T15:28:39.1499128+05:00",
"StudentDateOfBirth": "2026-08-01T15:28:39.1499128+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-08-01T15:28:39.1499128+05:00"
},
{
"StudentId": "9d4b1b4d-d96e-45df-960e-78aef3749600",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "4911c0a9-f7d0-47ca-b330-c7100e2b84e0",
"EventId": "c2da44d8-4488-45a5-a359-92517213ad48",
"EventSectorId": "dfeaaf6d-4952-4430-87cc-f4f0aca8080d",
"EventRegistrationId": "ffbd9124-e11a-4e5c-bb22-8a0c7ee11502",
"UserId": "d46766f3-701e-4d9e-95e2-8f3162425764",
"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-08-01T15:28:39.1499128+05:00",
"StudentDateOfBirth": "2026-08-01T15:28:39.1499128+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-08-01T15:28:39.1499128+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.