Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/consult/{consultId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/consult/{consultId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/consult/{consultId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Consult found
Identifier of the animal this consult is for.
Date and time when the consult occurred or is scheduled.
Canonical identifier for the consult.
Timestamp when the consult was created.
Identifier for the ownership context (e.g., client account or business unit).
List of presenting problems associated with this consult.
Identifier of the referring clinic, if any.
Identifier of the referring veterinarian contact, if any.
Timestamp when the consult was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "code": "string", "consultedAt": "2025-01-01T00:00:00.000Z", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "extensions": {}, "isActive": true, "ownershipId": "123e4567-e89b-12d3-a456-426614174000", "presentingProblems": [ { … } ], "referringClinicId": "123e4567-e89b-12d3-a456-426614174000", "referringVetContactId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
Identifier of the animal this consult is for.
Date and time when the consult occurred or is scheduled.
Identifier for the ownership context (e.g., client account or business unit).
List of presenting problems associated with this consult.
Identifier of the referring clinic, if any.
Identifier of the referring veterinarian contact, if any.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/consult/{consultId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/consult/{consultId}
- 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/consult/{consultId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"code": "string",
"consultedAt": "2025-01-01T00:00:00.000Z",
"description": "string",
"extensions": {},
"isActive": true,
"ownershipId": "123e4567-e89b-12d3-a456-426614174000",
"presentingProblems": [
{
"presentingProblemId": "123e4567-e89b-12d3-a456-426614174000"
}
],
"referringClinicId": "123e4567-e89b-12d3-a456-426614174000",
"referringVetContactId": "123e4567-e89b-12d3-a456-426614174000",
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Consult updated successfully
Identifier of the animal this consult is for.
Date and time when the consult occurred or is scheduled.
Canonical identifier for the consult.
Timestamp when the consult was created.
Identifier for the ownership context (e.g., client account or business unit).
List of presenting problems associated with this consult.
Identifier of the referring clinic, if any.
Identifier of the referring veterinarian contact, if any.
Timestamp when the consult was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "code": "string", "consultedAt": "2025-01-01T00:00:00.000Z", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "extensions": {}, "isActive": true, "ownershipId": "123e4567-e89b-12d3-a456-426614174000", "presentingProblems": [ { … } ], "referringClinicId": "123e4567-e89b-12d3-a456-426614174000", "referringVetContactId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
Identifier of the animal this consult is for.
Date and time when the consult occurred or is scheduled.
Identifier for the ownership context (e.g., client account or business unit).
List of presenting problems associated with this consult.
Identifier of the referring clinic, if any.
Identifier of the referring veterinarian contact, if any.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/consult/{consultId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/consult/{consultId}
- 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/consult/{consultId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"code": "string",
"consultedAt": "2025-01-01T00:00:00.000Z",
"description": "string",
"extensions": {},
"isActive": true,
"ownershipId": "123e4567-e89b-12d3-a456-426614174000",
"presentingProblems": [
{
"presentingProblemId": "123e4567-e89b-12d3-a456-426614174000"
}
],
"referringClinicId": "123e4567-e89b-12d3-a456-426614174000",
"referringVetContactId": "123e4567-e89b-12d3-a456-426614174000",
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Consult replaced successfully
Identifier of the animal this consult is for.
Date and time when the consult occurred or is scheduled.
Canonical identifier for the consult.
Timestamp when the consult was created.
Identifier for the ownership context (e.g., client account or business unit).
List of presenting problems associated with this consult.
Identifier of the referring clinic, if any.
Identifier of the referring veterinarian contact, if any.
Timestamp when the consult was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "code": "string", "consultedAt": "2025-01-01T00:00:00.000Z", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "extensions": {}, "isActive": true, "ownershipId": "123e4567-e89b-12d3-a456-426614174000", "presentingProblems": [ { … } ], "referringClinicId": "123e4567-e89b-12d3-a456-426614174000", "referringVetContactId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }