This resource allows you to create, retrieve, update, and delete scheduled requests for the Attendance Processor.
The Attendance Processor is responsible for extracting data from Timekeeping as well as enforcing the rules that are defined within Attendance Policies. The Attendance Processor runs at defined points in an organization's workflow.
Operations
Create Attendance Processor Request
POST /v1/attendance/processor_requests
Delete Attendance Processor Request by ID
DELETE /v1/attendance/processor_requests/{id}
Retrieve Attendance Processor Request by ID
GET /v1/attendance/processor_requests/{id}
Retrieve Attendance Processor Requests
GET /v1/attendance/processor_requests
Update Attendance Processor Request by ID
PUT /v1/attendance/processor_requests/{id}