GET api/v1/student/studentprofile/{studentid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentid

string

Required

Body Parameters

None.

Response Information

Resource Description

StudentNewRes
NameDescriptionTypeAdditional information
studentid

string

None.

student_id_temp

string

None.

student_name_en

string

None.

student_name_kh

string

None.

first_name_en

string

None.

first_name_kh

string

None.

last_name_en

string

None.

last_name_kh

string

None.

sex

string

None.

date_of_birth

date

None.

place_of_birth

string

None.

photo

string

None.

photo_url

string

None.

phone

string

None.

email

string

None.

branch_name_en

string

None.

branch_name_kh

string

None.

specialization_en

string

None.

specialization_kh

string

None.

degree_en

string

None.

degree_kh

string

None.

faculty_en

string

None.

faculty_kh

string

None.

choose_academic_price

decimal number

None.

study_time

string

None.

group_name

string

None.

term_no

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "studentid": "sample string 1",
  "student_id_temp": "sample string 2",
  "student_name_en": "sample string 3",
  "student_name_kh": "sample string 4",
  "first_name_en": "sample string 5",
  "first_name_kh": "sample string 6",
  "last_name_en": "sample string 7",
  "last_name_kh": "sample string 8",
  "sex": "sample string 9",
  "date_of_birth": "2025-01-10T08:32:56.2759403+07:00",
  "place_of_birth": "sample string 10",
  "photo": "sample string 11",
  "photo_url": "sample string 12",
  "phone": "sample string 13",
  "email": "sample string 14",
  "branch_name_en": "sample string 15",
  "branch_name_kh": "sample string 16",
  "specialization_en": "sample string 17",
  "specialization_kh": "sample string 18",
  "degree_en": "sample string 19",
  "degree_kh": "sample string 20",
  "faculty_en": "sample string 21",
  "faculty_kh": "sample string 22",
  "choose_academic_price": 23.0,
  "study_time": "sample string 24",
  "group_name": "sample string 25",
  "term_no": 26
}

application/xml, text/xml

Sample:
<StudentNewRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/resultappbbu.Models.Student.BO.Res">
  <ACADEMIC_PRICE_>23</ACADEMIC_PRICE_>
  <BRAND_>sample string 15</BRAND_>
  <BRAND_KH>sample string 16</BRAND_KH>
  <DATE_OF_BIRTH>2025-01-10T08:32:56.2759403+07:00</DATE_OF_BIRTH>
  <DEGREE_>sample string 19</DEGREE_>
  <DEGREE_KH>sample string 20</DEGREE_KH>
  <DEPARTMENT_>sample string 17</DEPARTMENT_>
  <DEPARTMENT_KH>sample string 18</DEPARTMENT_KH>
  <FACULTY_>sample string 21</FACULTY_>
  <FACULTY_KH>sample string 22</FACULTY_KH>
  <FIRST_NAME_EN>sample string 5</FIRST_NAME_EN>
  <FIRST_NAME_KHMER>sample string 6</FIRST_NAME_KHMER>
  <LAST_NAME>sample string 7</LAST_NAME>
  <LAST_NAME_KHMER>sample string 8</LAST_NAME_KHMER>
  <PHONE>sample string 13</PHONE>
  <PHOTO>sample string 11</PHOTO>
  <PLACE_OF_BIRTH>sample string 10</PLACE_OF_BIRTH>
  <SEX>sample string 9</SEX>
  <STUDY_TIME_>sample string 24</STUDY_TIME_>
  <email>sample string 14</email>
  <groupname>sample string 25</groupname>
  <photo_url>sample string 12</photo_url>
  <student_id_temp>sample string 2</student_id_temp>
  <student_name_en>sample string 3</student_name_en>
  <student_name_kh>sample string 4</student_name_kh>
  <studentid>sample string 1</studentid>
  <term_no>26</term_no>
</StudentNewRes>