Events

This resource allows you to access Events, a basic component of Attendance.

Attendance Events determine which data imported from Timekeeping is significant to your organization's policies. Each Event maps to one of the elements Attendance consumes from Timekeeping. Events can map to input from outside the suite as well. For example, a company might choose to track traffic violations for employees who drive company trucks. Events are input for the series of Attendance rules enforced by all active policies.

Operations


Create Events
POST /v1/attendance/events/multi_create


Delete Event by ID
DELETE /v1/attendance/events/{id}


Mark Event as Deleted by ID
POST /v1/attendance/events/{id}/mark_deleted


Retrieve Event Types
GET /v1/attendance/events/types


Retrieve Event by ID
GET /v1/attendance/events/{type}/{id}


Retrieve Events
POST /v1/attendance/events/multi_read


Retrieve Events by Action
GET /v1/attendance/events


Update Event by ID
POST /v1/attendance/events/{id}