Get a student.
Fetches one student by their AwardSpring identifier — the id from the students
list. Returns 404 student_not_found if no such student belongs to this institution.
Authentication
Path parameters
Response
Stripe-style resource discriminator. Stable, snake_case string naming the resource type. Serialized first so it reads as the leading field of every V1 resource body.
AwardSpring’s identifier for the student’s user record. Use it with GET /api/v1/students/{id} and as the user_id filter on the applications and awards lists.
The student number the institution assigned (for example an SIS or campus id). Not guaranteed unique — two student accounts can carry the same number — and may be empty when the institution has not recorded one.
The student’s enrollment standing with the institution: registered (an active
student account) or prospective (added ahead of enrollment, e.g. a recruit).