Applications
An application is the submission a candidate makes when applying to a class. It captures all form field data, uploaded documents, fee status, submission state, and reference requests.
Applications have two states: started (in progress) and submitted. Use the list endpoint with submitted_after, last_updated_before, and context filters to efficiently pull applications for downstream processing. Download the full application as a PDF or ZIP bundle using the dedicated download endpoints. Manage application fee status with the pay, waive, and unpay endpoints.
Applications Operations
- get/apis/applics/applics
- get/apis/applics/applics/{application_id}
- delete/apis/applics/applics/{application_id}
- post/apis/applics/applics/{application_id}/fees/pay
- post/apis/applics/applics/{application_id}/fees/unpay
- post/apis/applics/applics/{application_id}/fees/waive
- get/apis/applics/profiles/{profile_id}/applics