sample_apidir_01

sample_apidir_01 (0.0.1)

Download OpenAPI specification:Download

get-any-student

Responses

Response samples

Content type
application/json
{
  • "admissionYear": 1984,
  • "name": "William Gibson"
}

get-student-from-person

Request Body schema: application/json

a person record identifying a student

One of
kind
required
string
Value: "anonymous"

Responses

Request samples

Content type
application/json
{
  • "kind": "student",
  • "studentId": 451,
  • "name": "Ray Bradbury"
}

Response samples

Content type
application/json
{
  • "admissionYear": 451,
  • "name": "Ray Bradbury"
}