Attestation Template Mappings

This resource allows you to retrieve and manipulate Attestation template mappings.

Attestation template mappings store models, a list of Attestation questions, and a set of model variable attributes.

Refer to the following topic for example calls and tutorials: A Guide to Attestations.

Operations


Create Attestation Template Mapping
POST /v1/timekeeping/attestation_template_mappings


Delete Attestation Template Mapping by ID
DELETE /v1/timekeeping/attestation_template_mappings/{id}


Delete Attestation Template Mappings
POST /v1/timekeeping/attestation_template_mappings/multi_delete


Retrieve All Attestation Template Mappings
GET /v1/timekeeping/attestation_template_mappings


Retrieve Attestation Template Mapping by ID
GET /v1/timekeeping/attestation_template_mappings/{id}


Retrieve Attestation Template Mappings
POST /v1/timekeeping/attestation_template_mappings/multi_read


Update Attestation Template Mapping by ID
PUT /v1/timekeeping/attestation_template_mappings/{id}