Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Identifier of the animal this consult is for.
Date and time when the consult occurred or is scheduled.
Canonical identifier for the consult.
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
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/consult
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/consult' \
-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",
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"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 created 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.
Identifier for the ownership context (e.g., client account or business unit).
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
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/consult
- 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?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&animalId=123e4567-e89b-12d3-a456-426614174000&code=string&description=string&isActive=true&ownershipId=123e4567-e89b-12d3-a456-426614174000&referringClinicId=123e4567-e89b-12d3-a456-426614174000&referringVetContactId=123e4567-e89b-12d3-a456-426614174000&vetId=123e4567-e89b-12d3-a456-426614174000' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- 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" }
- 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 DELETE \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/consult/{consultId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'