📄️ Get all team members
This endpoint is called to display all Team Members on the current Roster.
📄️ Get current lead
This is a test/development endpoint that is called to get the name of the current lead for the given Event.
📄️ Get duty
This is a test/development endpoint that is called to get the Duty Object for the given Event.
📄️ Get next lead
This is a test/development endpoint that is called to get the name of the next lead for the given Event.
📄️ Message Slack
This endpoint is called to trigger a Slack workflow that posts a message containing a current lead name to the team Slack channel. Learn more about how it works: Posting messages to Slack channels.
📄️ Rotate lead to next in line
When the person on duty is not able to lead (for example, out sick for the week), calling the Rotate lead endpoint is a quick and handy way to move on to the next person in line.
📄️ Update Lead by ID
A call to the Update Lead endpoint updates the Duty to a particular Team Member. To quickly rotate the duty to the next person in line, one can call the Rotate lead to next in line endpoint instead.