POST api/Events/GetClassCategories
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": "b3278703-e9ee-45ce-9842-4c45b917c826",
"UserId": "bfc2dbcd-c0a9-41b8-ae26-f69624e66acb",
"TeacherId": "a54ec242-b188-406d-b939-c8b9a5aaea7b",
"ClassId": "f801250f-8da5-4c7f-b911-7196435b12b3",
"SectionId": "433e6d9b-7d78-49fc-bf63-eac4d9a3cf31",
"SubjectId": "5cafa218-4e7f-4e64-a88e-7e85900f9c9c",
"ClassCategoryId": "8a73a59b-21d1-41dc-a919-17b8a00ecc01",
"EventSectorId": "527629b4-8864-4e46-97d3-296aa29acb0c",
"Date": "2026-06-06T12:48:04.8125991+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "3dca6d1f-87bc-4923-bdcd-f4f38b0bb022",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "fc88b47e-685f-4e83-912d-f01b256ca00d",
"EventId": "b50e2827-8ce8-472e-b228-ce9712ebf3dc",
"EventSectorId": "3a87a88e-5cf7-4ee9-b066-1e28dfab23c5",
"EventRegistrationId": "f2e8c48d-44b6-4599-b7b0-8855dc32721a",
"UserId": "d0c4e9f0-0212-4128-828a-7d631bd2e4d9",
"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-06-06T12:48:04.8125991+05:00",
"StudentDateOfBirth": "2026-06-06T12:48:04.8125991+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-06-06T12:48:04.8125991+05:00"
},
{
"StudentId": "3dca6d1f-87bc-4923-bdcd-f4f38b0bb022",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "fc88b47e-685f-4e83-912d-f01b256ca00d",
"EventId": "b50e2827-8ce8-472e-b228-ce9712ebf3dc",
"EventSectorId": "3a87a88e-5cf7-4ee9-b066-1e28dfab23c5",
"EventRegistrationId": "f2e8c48d-44b6-4599-b7b0-8855dc32721a",
"UserId": "d0c4e9f0-0212-4128-828a-7d631bd2e4d9",
"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-06-06T12:48:04.8125991+05:00",
"StudentDateOfBirth": "2026-06-06T12:48:04.8125991+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-06-06T12:48:04.8125991+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.