ข้อมูลพื้นฐานนักศึกษา

GET Student Info


Rate Limits


API Call
1,000 requests per hour per user/key

Request headers: Application-Key


Header HTTP request
Content-Type application/json
Application-Key Access token

Cannot Request Body : -



Example Response


Property Type Value
studentid String Student Id
displayname_th String Display full name Thai
displayname_en String Display full name Eng
statsid int Status Id
statusname String statusname
level_name String Level student
faculty String Full name faculty
department String Full name Course

{
    "studentid": "6516680000",
    "displayname_th": "เทพนที  โพธิ์จันทร์",
    "displayname_en": "Thepnatee  Phojan",
    "statsid": "10",
    "statusname": "ปกติ",
    "level_name": "ปริญญาเโท",
    "faculty": "คณะวิทยาศาสตร์และเทคโนโลยี",
    "department": "สาขาวิชาวิทยาการคอมพิวเตอร์"
}

Status Codes


Codes Description
200 OK Success
400 Bad Request Problem with the request
401 Unauthorized Valid channel access token is not specified
403 Forbidden Not authorized to access the resource. Confirm that your account or plan is authorized to access the resource.

Status Message


Codes Status Message
200 Ok TRUE Get Profile Student Success
400 Bad Request FALSE Student ID Invalid!
400 Bad Request FALSE Request Query String a GET operation (HTTP method)!,"?id={Student ID}"
403 Forbidden FALSE Application-Key Invalid!
401 Unauthorized FALSE Application-Key header required. Must follow the scheme, "Application-Key: ACCESS TOKEN"


Let's Go