Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Practice- or system-specific code for the modality (e.g., 'XR', 'US').
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/modality/{modalityId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/modality/{modalityId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/modality/{modalityId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"code": "CODE-001",
"description": "Example description",
"extensions": {},
"isActive": true,
"name": "Example Name"
}'Modality updated successfully
Practice- or system-specific code for the modality (e.g., 'XR', 'US').
Optional description of the modality.
Canonical unique identifier for the modality.
{ "code": "CODE-001", "description": "Example description", "extensions": {}, "isActive": true, "modalityId": "123e4567-e89b-12d3-a456-426614174000", "name": "Example Name" }
Practice- or system-specific code for the modality (e.g., 'XR', 'US').
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/modality/{modalityId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/modality/{modalityId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/modality/{modalityId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"code": "CODE-001",
"description": "Example description",
"extensions": {},
"isActive": true,
"name": "Example Name"
}'Modality replaced successfully
Practice- or system-specific code for the modality (e.g., 'XR', 'US').
Optional description of the modality.
Canonical unique identifier for the modality.
{ "code": "CODE-001", "description": "Example description", "extensions": {}, "isActive": true, "modalityId": "123e4567-e89b-12d3-a456-426614174000", "name": "Example Name" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/modality/{modalityId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/modality/{modalityId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/modality/{modalityId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'