# Backup Approver Associations

A Backup Approver Association represents the relationship of a delegated approver to a range of specific dates.
Approval responsibilities are delegated to a backup approver.

 - [GET /backup_approver_associations](https://developer.kantata.com/kantata/specification/backup-approver-associations/get%20backup%20approver%20associations.md): The index endpoint only returns backup approver associations that are visible to the user. Backup approver associations are only visible to account members. This endpoint returns structured Backup App
 - [POST /backup_approver_associations](https://developer.kantata.com/kantata/specification/backup-approver-associations/create%20backup%20approver%20association.md): This endpoint returns structured Backup Approver Association objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be inde
 - [GET /backup_approver_associations/{id}](https://developer.kantata.com/kantata/specification/backup-approver-associations/get%20backup%20approver%20association.md): This endpoint returns structured Backup Approver Association objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be inde
 - [PUT /backup_approver_associations/{id}](https://developer.kantata.com/kantata/specification/backup-approver-associations/update%20backup%20approver%20association.md): This endpoint returns structured Backup Approver Association objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be inde
 - [DELETE /backup_approver_associations/{id}](https://developer.kantata.com/kantata/specification/backup-approver-associations/delete%20backup%20approver%20association.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
