Students
This page describes all the APIs relating to students.
Retrieves a list of all students. Results are paginated. Use the page and per_page query parameters to control pagination.
The page number of results to return.
1Request for how many records to return.
50Synonym for per_page
Return results with an ID greater than the specified ID.
Return results updated since the specified date, in UTC timezone
2025-01-01T00:00:00ZIndicates the current state in a student's life-cycle
Filter students by status level, need to provide status slug
paidFilter students by enrollment year
2023Filter students by parent IDs
1,2,3Comma-separated list of fields to include in the response. Supports nested fields using parentheses
id,name,custom_fields(parent_guardians(id,email))Comma-separated list of fields to include in the response. Supports nested fields using parentheses
id,email,custom_fields(language)successful
successful
Create a student. Returns the unique id in the body as well as attributes if successful.
Human-readable identifier commonly used for record reconciliation across platforms. Populated and maintained by the school.
The state of the application
The ISO 3166 country name
successful
unprocessable entity
Fetch an instance of a student
Serial database ID used to refer to a unique student record in OpenApply
Comma-separated list of fields to include in the response. Supports nested fields using parentheses
id,name,custom_fields(parent_guardians(id,email))successful
student not found
Updates a student
Serial database ID used to refer to a unique student record in OpenApply
Comma-separated list of fields to include in the response. Supports nested fields using parentheses
id,name,custom_fields(parent_guardians(id,email))Human-readable identifier commonly used for record reconciliation across platforms. Populated and maintained by the school.
The state of the application
The ISO 3166 country name
successful
student not found
unprocessable entity
Update a student's status and/or status level
Serial database ID used to refer to a unique student record in OpenApply
The new status for the student
The new status level for the student (must be valid for the given status)
successful
student not found
unprocessable entity
Get the application status history for a specific student
Serial database ID used to refer to a unique student record in OpenApply
successful
student not found
Returns a paginated list of student status change events.
Filterable by status updated_at (since_date_to_status) and enrollment_year.
Filter on status.updated_at
Filter on enrollment_year
The page number of results to return.
1Request for how many records to return.
50Synonym for per_page
successful
successful
Last updated
Was this helpful?

