# System Setting ## Create system setting - [POST /site/{siteId}/ahds/v1/system-setting](https://docs.heydonto.com/apis/animal-health/openapi/system-setting/systemsettingcontroller_create.md): Creates a new System Setting record. System Setting resource in the Animal Health Data Store ## List system settings - [GET /site/{siteId}/ahds/v1/system-setting](https://docs.heydonto.com/apis/animal-health/openapi/system-setting/systemsettingcontroller_findall.md): Returns a paginated list of System Settings for the specified site. Supports filtering and sorting. ## Get system setting - [GET /site/{siteId}/ahds/v1/system-setting/{systemSettingId}](https://docs.heydonto.com/apis/animal-health/openapi/system-setting/systemsettingcontroller_findone.md): Returns a single System Setting by its unique identifier. ## Update system setting - [PATCH /site/{siteId}/ahds/v1/system-setting/{systemSettingId}](https://docs.heydonto.com/apis/animal-health/openapi/system-setting/systemsettingcontroller_update.md): Partially updates an existing System Setting. Only provided fields will be updated. ## Replace system setting - [PUT /site/{siteId}/ahds/v1/system-setting/{systemSettingId}](https://docs.heydonto.com/apis/animal-health/openapi/system-setting/systemsettingcontroller_replace.md): Fully replaces an existing System Setting. All fields must be provided. ## Delete system setting - [DELETE /site/{siteId}/ahds/v1/system-setting/{systemSettingId}](https://docs.heydonto.com/apis/animal-health/openapi/system-setting/systemsettingcontroller_remove.md): Permanently deletes a System Setting record.