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 plan is for.
Identifier of the consult associated with this plan.
Canonical identifier for the plan.
Clinical timestamp associated with the plan (e.g., when it was recorded in the consult).
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/plan
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/plan
- 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/plan' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"notes": "string",
"planId": "123e4567-e89b-12d3-a456-426614174000",
"recordedAt": "2025-01-01T00:00:00.000Z",
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Plan created successfully
Identifier of the animal this plan is for.
Identifier of the consult associated with this plan.
Timestamp when the plan was created.
Canonical identifier for the plan.
Clinical timestamp associated with the plan (e.g., when it was recorded in the consult).
Timestamp when the plan was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "notes": "string", "planId": "123e4567-e89b-12d3-a456-426614174000", "recordedAt": "2025-01-01T00:00:00.000Z", "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/plan
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/plan
- 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/plan?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&animalId=123e4567-e89b-12d3-a456-426614174000&consultId=123e4567-e89b-12d3-a456-426614174000&isActive=true¬es=string&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/plan/{planId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/plan/{planId}
- 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/plan/{planId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Plan found
Identifier of the animal this plan is for.
Identifier of the consult associated with this plan.
Timestamp when the plan was created.
Canonical identifier for the plan.
Clinical timestamp associated with the plan (e.g., when it was recorded in the consult).
Timestamp when the plan was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "notes": "string", "planId": "123e4567-e89b-12d3-a456-426614174000", "recordedAt": "2025-01-01T00:00:00.000Z", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
Identifier of the animal this plan is for.
Identifier of the consult associated with this plan.
Clinical timestamp associated with the plan (e.g., when it was recorded in the consult).
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/plan/{planId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/plan/{planId}
- 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/plan/{planId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"notes": "string",
"recordedAt": "2025-01-01T00:00:00.000Z",
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Plan updated successfully
Identifier of the animal this plan is for.
Identifier of the consult associated with this plan.
Timestamp when the plan was created.
Canonical identifier for the plan.
Clinical timestamp associated with the plan (e.g., when it was recorded in the consult).
Timestamp when the plan was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "notes": "string", "planId": "123e4567-e89b-12d3-a456-426614174000", "recordedAt": "2025-01-01T00:00:00.000Z", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
Identifier of the animal this plan is for.
Identifier of the consult associated with this plan.
Clinical timestamp associated with the plan (e.g., when it was recorded in the consult).
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/plan/{planId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/plan/{planId}
- 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/plan/{planId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"notes": "string",
"recordedAt": "2025-01-01T00:00:00.000Z",
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Plan replaced successfully
Identifier of the animal this plan is for.
Identifier of the consult associated with this plan.
Timestamp when the plan was created.
Canonical identifier for the plan.
Clinical timestamp associated with the plan (e.g., when it was recorded in the consult).
Timestamp when the plan was last modified.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "notes": "string", "planId": "123e4567-e89b-12d3-a456-426614174000", "recordedAt": "2025-01-01T00:00:00.000Z", "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/plan/{planId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/plan/{planId}
- 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/plan/{planId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'