POST api/Students/GetStudents
Request Information
URI Parameters
None.
Body Parameters
DTOStudentDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId | globally unique identifier |
None. |
|
| StudentName | string |
None. |
|
| StudentStatus | integer |
None. |
|
| StudentAttendanceId | globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
|
| EventSectorId | globally unique identifier |
None. |
|
| EventRegistrationId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| FullName | string |
None. |
|
| PhoneNumber | string |
None. |
|
| WhatsappNumber | string |
None. |
|
| CNICNumber | string |
None. |
|
| StudentAddress | string |
None. |
|
| ApprovalStatus | integer |
None. |
|
| DisplayApprovalStatus | string |
None. |
|
| Gender | string |
None. |
|
| AppliedDate | date |
None. |
|
| StudentDateOfBirth | date |
None. |
|
| AttendanceStatus | integer |
None. |
|
| DisplayAttendanceStatus | string |
None. |
|
| AreaName | string |
None. |
|
| CityName | string |
None. |
|
| AttendanceDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentId": "89831929-db29-444c-9c9c-d67d62225903",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "49dbcf51-c3dd-4197-a944-f4bc3f533a6c",
"EventId": "971562ff-fb5f-4893-8704-24e3f371202c",
"EventSectorId": "725bf7ac-7cf6-4b87-ad99-117d06d2dd8f",
"EventRegistrationId": "e621282b-db73-4039-82ce-dc61e2e233d1",
"UserId": "6b60c328-7183-42de-bba7-f22d18cf12b2",
"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-10T12:52:27.335677+05:00",
"StudentDateOfBirth": "2025-12-10T12:52:27.335677+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-10T12:52:27.335677+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.