Whether the member is in the Lab or not (true or false)
Scheduled date of visit
schedule
Array
Scheduled date of visit ({YYYY-MM-DD, YYYY-MM-D'D', ...}) If the value is an empty array, it will be null.
Response Data (JSON)
Category
JSON Key
Type
Description
Status of stay
is_stay
Boolean
Whether the member is in the Lab or not (Same data as PATCH Data)
Scheduled date of visit
schedule
Array
Scheduled date of visit (["YYYY-MM-DD", "YYYY-MM-D'D', ...])
Database Design and Structure
students Table
Primary Key
Attributes
Partition Key
id
avater
e_first_name
e_last_name
grade
is_stay
j_first_name
j_last_name
student_id
schedule
{Integer}
{String}
{String}
{String}
{Integer}
{Boolean}
{String}
{String}
{Integer}
{StringSet}
Status Code
Status Code
Description
200 OK
Standard response for successful HTTP requests. The actual response will depend on the request method used.
403 Forbidden
The request was a legal request, but the server is refusing to respond to it. Unlike a 401 Unauthorized response, authenticating will make no difference.
502 Bad Gateway
The server was acting as a gateway or proxy and received an invalid response from the upstream server.