This resource allows you to create, read, update, and delete Attestation buttons.
Attestation buttons are used to initiate Attestation workflows and ask questions when corresponding conditions are met.
Refer to the following topic for example calls and tutorials: A Guide to Attestations.
Operations
Create Attestation Button
POST /v1/timekeeping/attestation_buttons
Delete Attestation Button by ID
DELETE /v1/timekeeping/attestation_buttons/{id}
Retrieve All Attestation Buttons
GET /v1/timekeeping/attestation_buttons
Retrieve Attestation Button by ID
GET /v1/timekeeping/attestation_buttons/{id}
Update Attestation Button by ID
PUT /v1/timekeeping/attestation_buttons/{id}