GET api/Student/SemiStudents
Gets the semi students.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Task<IHttpActionResult>.
ResponseOfListOfSemiStudent| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of SemiStudent |
None. |
|
| MiscData | Object |
None. |
|
| StatusCode | integer |
None. |
|
| Message | string |
None. |
|
| meta | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"StudentId": "sample string 1",
"IsNewStudent": true,
"IsCogsStudent": true,
"IsLocal": true,
"IsTransferStudent": true,
"DegreePursuingTypeId": 6,
"PhoneTypeId": 1,
"PhotoId": 1,
"FullName": "sample string 7",
"PlaceInDorm": true,
"SchoolAcceptedFrom": "sample string 9",
"SchoolAddress": "sample string 10",
"CountyOfOriginId": 1,
"GenderTypeId": 11,
"GenderType": "sample string 12",
"MaritalStatusTypeId": 1,
"StudentTypeId": 13,
"StudentType": "sample string 14",
"StateOrRegion": "sample string 15",
"PlaceOfBirth": "sample string 16",
"NationalityTypeId": 17,
"DateOfBirth": "2025-12-06T05:25:16.4840615+00:00",
"YearOfRegularAdmission": "2025-12-06T05:25:16.4840615+00:00",
"DepartmentMajorId": 20,
"DepartmentMinorId": 1,
"DepartmentMajorName": "sample string 21",
"DepartmentMinorName": "sample string 22",
"AdmissionTypeId": 23,
"Status": "sample string 24",
"StatusReason": "sample string 25",
"StatusId": 26,
"Id": 27,
"CreatedById": 1,
"UpdatedById": 1,
"AcademicYearSemesterId": 1,
"TempRefId": 1,
"CreatedDate": "2025-12-06T05:25:16.4850658+00:00",
"UpdatedDate": "2025-12-06T05:25:16.4850658+00:00",
"IsActive": true,
"IsDelete": true
},
{
"StudentId": "sample string 1",
"IsNewStudent": true,
"IsCogsStudent": true,
"IsLocal": true,
"IsTransferStudent": true,
"DegreePursuingTypeId": 6,
"PhoneTypeId": 1,
"PhotoId": 1,
"FullName": "sample string 7",
"PlaceInDorm": true,
"SchoolAcceptedFrom": "sample string 9",
"SchoolAddress": "sample string 10",
"CountyOfOriginId": 1,
"GenderTypeId": 11,
"GenderType": "sample string 12",
"MaritalStatusTypeId": 1,
"StudentTypeId": 13,
"StudentType": "sample string 14",
"StateOrRegion": "sample string 15",
"PlaceOfBirth": "sample string 16",
"NationalityTypeId": 17,
"DateOfBirth": "2025-12-06T05:25:16.4840615+00:00",
"YearOfRegularAdmission": "2025-12-06T05:25:16.4840615+00:00",
"DepartmentMajorId": 20,
"DepartmentMinorId": 1,
"DepartmentMajorName": "sample string 21",
"DepartmentMinorName": "sample string 22",
"AdmissionTypeId": 23,
"Status": "sample string 24",
"StatusReason": "sample string 25",
"StatusId": 26,
"Id": 27,
"CreatedById": 1,
"UpdatedById": 1,
"AcademicYearSemesterId": 1,
"TempRefId": 1,
"CreatedDate": "2025-12-06T05:25:16.4850658+00:00",
"UpdatedDate": "2025-12-06T05:25:16.4850658+00:00",
"IsActive": true,
"IsDelete": true
}
],
"MiscData": {},
"StatusCode": 2,
"Message": "sample string 3",
"meta": {}
}