Staff attendence
It is used to return, add and edit the attendance
Endpoints
Type | URI | Description |
---|---|---|
POST | ./staff_att/sign | Handles the POST request for creating a new sign entry. |
POST | ./staff_att/other | Handles the POST request for creating another type of sign entry. |
POST | ./staff_att/timetable | Handles the POST request for creating a timetable sign entry. |
GET | ./staff_att/activities | Handles the GET request for retrieving activities. |
DELETE | ./staff_att/activities/{id} | Handles the DELETE request for deleting activities. |
GET | ./staff_att/report | Handles the GET request for retrieving a report. |