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": "f3fbdb68-d752-4dc2-83a9-cb0f267b6042",
"UserId": "f5519d8f-a53b-43dd-9799-b6a876b830a1",
"TeacherId": "f46fce12-2045-48ee-94df-f2b8fdd34ce4",
"ClassId": "aa264bb7-9978-4c2b-89cc-a9dd56d3f516",
"SectionId": "b158ae87-4af4-453c-bed7-a36f9592989a",
"SubjectId": "f212d5d1-142d-46cb-9377-70cfc6c6a6f1",
"ClassCategoryId": "fe8d1b7d-3a58-4c36-bcaa-7e7d21b1ad79",
"EventSectorId": "e141a49b-0440-4a19-ae5b-6b5004b9a2ff",
"Date": "2026-09-25T14:30:42.9649849+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "1d7fd22e-58ba-42ca-8fa7-e06db803dbb1",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "e7349f28-0201-4905-9a06-bc6b8ad2c712",
"EventId": "e1012f95-f7fc-4015-892e-c7726555bbf9",
"EventSectorId": "12dd4f96-0602-4b62-8d5d-f47940fae26d",
"EventRegistrationId": "eddccaa8-804f-4f29-97f1-f0815aa94a3c",
"UserId": "e3a26c91-4ec1-47c5-a153-cdde6788d715",
"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-09-25T14:30:42.9649849+05:00",
"StudentDateOfBirth": "2026-09-25T14:30:42.9649849+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-09-25T14:30:42.9649849+05:00"
},
{
"StudentId": "1d7fd22e-58ba-42ca-8fa7-e06db803dbb1",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "e7349f28-0201-4905-9a06-bc6b8ad2c712",
"EventId": "e1012f95-f7fc-4015-892e-c7726555bbf9",
"EventSectorId": "12dd4f96-0602-4b62-8d5d-f47940fae26d",
"EventRegistrationId": "eddccaa8-804f-4f29-97f1-f0815aa94a3c",
"UserId": "e3a26c91-4ec1-47c5-a153-cdde6788d715",
"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-09-25T14:30:42.9649849+05:00",
"StudentDateOfBirth": "2026-09-25T14:30:42.9649849+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-09-25T14:30:42.9649849+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.