EndpointsGet student info

Get student info

curl -X GET "http://schoolmanager.api/v1/students/example_string" \
  -H "Content-Type: application/json"
[
  "null"
]
GET
/students/{studentId}
GET
path
studentIdstring
Required

The id of the student to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

studentIdstring
Required

The id of the student to retrieve

Responses

Expected response to a valid request