Settings
EMIS Report
EMIS Report APIs
Base URL: http://192.168.100.250/
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /reports/emis | Generate EMIS report |
| GET | /reports/emis/download | Download report as PDF |
Generate Report
GET /reports/emis
Accept: application/jsonResponse includes campus info, student/staff/graduation counts, enrollment trends, and demographic data.
Download PDF
GET /reports/emis/downloadStreams a PDF file (DomPDF). No JSON response.
Error Responses
| Scenario | Code | Message |
|---|---|---|
| No campus found | 404 | "No campus found" |
| No current academic year | 400 | "No academic year is marked as current..." |