UtilitayDevelopers
Ravenraven
Get an API key
API reference

Students

/subjects

A student is what events are about. Parents are linked to students through /links. In the High school pack a student is, for example, “Musu Kollie” with reference STU-2026-001.

GETRead a student

Requires subjects:read. Returns the student as stored, inactive ones included.

Path parameters
subject_iduuid · required
The student id.
Returns

200 with the student. 404 not_found if the id is not in this instance.

Response body

One student: the same fields in every pack. Press Response on the sample to see one whole.

FieldTypeDescription
iduuid
tenant_iduuidThe instance.
external_refstring | nullYour own id, as you sent it.
display_namestring
attributesobjectShaped by the High school pack's subject_schema.Varies by pack
statusactive | inactive
created_atdatetime
updated_atdatetime

On failure the body is { error, code } instead.