# 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.

## Fetching a list of Backup Approver Associations

 - [GET /backup_approver_associations](https://developer.kantata.com/kantata/specification/backup-approver-associations/get-backup-approver-associations.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 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 indexed by ID in the backup_approver_associations top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Backup Approver Association

 - [POST /backup_approver_associations](https://developer.kantata.com/kantata/specification/backup-approver-associations/create-backup-approver-association.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 indexed by ID in the backup_approver_associations top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Backup Approver Association

 - [GET /backup_approver_associations/{id}](https://developer.kantata.com/kantata/specification/backup-approver-associations/get-backup-approver-association.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 indexed by ID in the backup_approver_associations top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Backup Approver Association

 - [PUT /backup_approver_associations/{id}](https://developer.kantata.com/kantata/specification/backup-approver-associations/update-backup-approver-association.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 indexed by ID in the backup_approver_associations top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Backup Approver Association

 - [DELETE /backup_approver_associations/{id}](https://developer.kantata.com/kantata/specification/backup-approver-associations/delete-backup-approver-association.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 explaining why the object could not be deleted.

