# Presenting Problem Link ## Create presenting problem link - [POST /site/{siteId}/ahds/v1/presenting-problem-link](https://docs.heydonto.com/apis/animal-health/openapi/presenting-problem-link/presentingproblemlinkcontroller_create.md): Creates a new Presenting Problem Link record. Presenting Problem Link resource in the Animal Health Data Store ## List presenting problem links - [GET /site/{siteId}/ahds/v1/presenting-problem-link](https://docs.heydonto.com/apis/animal-health/openapi/presenting-problem-link/presentingproblemlinkcontroller_findall.md): Returns a paginated list of Presenting Problem Links for the specified site. Supports filtering and sorting. ## Get presenting problem link - [GET /site/{siteId}/ahds/v1/presenting-problem-link/{presentingProblemLinkId}](https://docs.heydonto.com/apis/animal-health/openapi/presenting-problem-link/presentingproblemlinkcontroller_findone.md): Returns a single Presenting Problem Link by its unique identifier. ## Update presenting problem link - [PATCH /site/{siteId}/ahds/v1/presenting-problem-link/{presentingProblemLinkId}](https://docs.heydonto.com/apis/animal-health/openapi/presenting-problem-link/presentingproblemlinkcontroller_update.md): Partially updates an existing Presenting Problem Link. Only provided fields will be updated. ## Replace presenting problem link - [PUT /site/{siteId}/ahds/v1/presenting-problem-link/{presentingProblemLinkId}](https://docs.heydonto.com/apis/animal-health/openapi/presenting-problem-link/presentingproblemlinkcontroller_replace.md): Fully replaces an existing Presenting Problem Link. All fields must be provided. ## Delete presenting problem link - [DELETE /site/{siteId}/ahds/v1/presenting-problem-link/{presentingProblemLinkId}](https://docs.heydonto.com/apis/animal-health/openapi/presenting-problem-link/presentingproblemlinkcontroller_remove.md): Permanently deletes a Presenting Problem Link record.