Sent when a team member's schedule is created, updated, or deleted. The resource_id refers to the team member (staff) ID whose schedule changed. The data field is always an empty array for schedule events.
- Mock serverhttps://developer.alteg.io/_mock/en/developers/openapi/ScheduleEvent
- Productionhttps://api.alteg.io/api/v1/ScheduleEvent
{ "company_id": 123456, "resource": "schedule", "resource_id": 101, "status": "update", "data": [] }