View source: R/get_timetable_staff.R
get_timetable_staff | R Documentation |
This function sends a GET request to the timetable staff endpoint of the Semestry API and retrieves the timetable data for a specific staff member.
get_timetable_staff(
semestry,
staff_code,
start = NULL,
end = NULL,
timeout = 30
)
semestry |
An authenticated Semestry object. |
staff_code |
The staff code to retrieve timetable data for. |
start |
Optional start date in YYYY-MM-DD format (10 characters). |
end |
Optional end date in YYYY-MM-DD format (10 characters). |
timeout |
The timeout duration for the GET request (default: 30 seconds). |
The retrieved timetable data for the specified staff member from the API.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.