Attendance
This group describes all the APIs relating to attendance records
This endpoint retrieves summary attendance data for all students within a class as specified by class ID for an academic term as specified by term ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for class.
Unique identifier for academic term.
Filter students by archived status
falseSuccess
Success
This endpoint retrieves summary attendance data for all students on a given date, as specified by class ID. Note, the specified date must be between the class’s start and end dates. A student’s attendance is returned as a sparse array of attendance periods. For further information, see the help article.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for class.
A date string to define required day as yyyy-mm-dd.
Success
Success
This endpoint creates or Updates the Attendance records according to the provided payload. If an Attendance record for a specific student, date, and period already exists, it will be updated; otherwise, a new record will be created.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for class.
Success
Success
This endpoint retrieves a class timetable specified by class ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for class.
Configure response to include or exclude disabled slots.
Success
Success
Retrieve submitted excusals for a students for a date. Responses include dates the excusal applies to and comment given as submitted.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
A date string to define required day as yyyy-mm-dd.
An integer defining which page to display.
An integer defining the number of records to display per page.
Success
Success
Get Homeroom Attendance for a Year Group and Term
This endpoint retrieves homeroom attendance for students belonging to a year group. Attendance is retrieved by academic term, as specified by academic term ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for year group.
Unique identifier for academic term.
Filter students by archived status
falseSuccess
Success
Get Homeroom Attendance for a Year Group by Date
This endpoint retrieves homeroom attendance for students as specified by year group ID and date.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for year group.
A date string
Success
Success
Get Homeroom Attendance Adjustments for a Year Group and Term
This endpoint retrieves Year Group Attendance Adjustments for a reporting term. Attendance adjustments is retrieved by academic term, as specified by academic term ID.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for year group.
Unique identifier for academic term.
Success
Success
Retrieve Attendance Excusals submitted by a parent for their child. Responses include dates the excusal applies to and comment given as submitted.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for a student.
A date string to define required day as yyyy-mm-dd.
An integer defining which page to display.
An integer defining the number of records to display per page.
Success
Success
This endpoint creates an Attendance Excusal for a Student. It returns created Attendance Excusal.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for a student.
Created
Unprocessable entity
This endpoint deletes an Attendance Excusal for a Student. It returns deleted Attendance Excusal.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for a student.
Unique identifier for an excusal.
Success
Success
This endpoint updates an Attendance Excusal for a Student. It returns updated Attendance Excusal.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for a student.
Unique identifier for an excusal.
Success
Unprocessable entity
Sets student homeroom attendance record. If record doesn't exist, it will be created.
Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.
Unique identifier for a student.
Attendance date
Available statuses:
0 - Absent
1 - Present
2 - Late
3 - Dress Code
4 - Late & Dress Code
5 - Dismissed
10 - Health
11 - Sports
12 - Fieldtrip
13 - Excused
14 - Other
15 - Custom 1
16 - Custom 2
17 - Custom 3
18 - Custom 4
Attendance notes
Success
Success
Last updated
Was this helpful?

