This resource allows you to create, read, update, and delete Attestation assignments.
Attestation assignments store a set of selected buttons, conditions, and workflows.
Refer to the following topic for example calls and tutorials: A Guide to Attestations.
Operations
Create Attestation Assignment
POST /v1/timekeeping/attestation_assignments
Delete Attestation Assignment by ID
DELETE /v1/timekeeping/attestation_assignments/{id}
Retrieve All Attestation Assignments
GET /v1/timekeeping/attestation_assignments
Retrieve Attestation Assignment by ID
GET /v1/timekeeping/attestation_assignments/{id}
Update Attestation Assignment by ID
PUT /v1/timekeeping/attestation_assignments/{id}