Returns students in admissions who don’t have session class registrations. Two modes of operation:
session param: Returns all admitted students who have never been registered to any sessionsession param: Returns admitted students not registered to that specific session
Additional filtering with session_setup parameter:Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by admission year (e.g., "2023")
Filter by form/grade (e.g., "Form 1")
Filter by gender (M/F)
Order by field (e.g., "admission_year", "-last_name")
Search by first name, last name, admission number, or previous school
Session UUID to check against. If provided, returns students not registered to this specific session. If omitted, returns students never registered to any session.
Session Setup UUID to filter out students marked as transferred, graduated, or dropped out in this promotion setup. Students with pending, promote, or repeat actions will still be included as they are available for registration.
Filter by student status (Boarding/Day)