Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Species for which this standard of care is applicable.
Detailed description of the standard of care.
Indicates whether this standard of care is currently active and can be applied.
Canonical identifier for the standard of care.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/standardofcare
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/standardofcare
- 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/standardofcare' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"applicableSpecies": [
{
"code": "CODE-001",
"display": "Example Name",
"system": "CODE-001"
}
],
"category": "example",
"description": "Example description",
"extensions": {},
"isActive": true,
"name": "Example Name",
"standardofcareId": "123e4567-e89b-12d3-a456-426614174000",
"steps": [
{
"description": "Example description",
"recommendedServices": [
{
"display": "example",
"serviceId": "123e4567-e89b-12d3-a456-426614174000"
}
],
"sequence": 1.23,
"stepId": "123e4567-e89b-12d3-a456-426614174000",
"title": "example"
}
],
"version": "123e4567-e89b-12d3-a456-426614174000"
}'Standardofcare created successfully
Species for which this standard of care is applicable.
High-level category or grouping for this standard of care.
Timestamp when this standard of care was created.
Detailed description of the standard of care.
Indicates whether this standard of care is currently active and can be applied.
Canonical identifier for the standard of care.
Ordered steps or components that make up this standard of care.
Detailed description of what should be done in this step.
Services, procedures, or products recommended in this step.
Identifier for this step within the standard of care.
Timestamp when this standard of care was last updated.
{ "applicableSpecies": [ { … } ], "category": "example", "createdAt": "2025-01-01T00:00:00.000Z", "description": "Example description", "extensions": {}, "isActive": true, "name": "Example Name", "standardofcareId": "123e4567-e89b-12d3-a456-426614174000", "steps": [ { … } ], "updatedAt": "2025-01-01T00:00:00.000Z", "version": "123e4567-e89b-12d3-a456-426614174000" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/standardofcare
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/standardofcare
- 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/standardofcare?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&category=string&description=string&isActive=true&name=string&version=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/standardofcare/{standardofcareId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/standardofcare/{standardofcareId}
- 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/standardofcare/{standardofcareId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Standardofcare found
Species for which this standard of care is applicable.
High-level category or grouping for this standard of care.
Timestamp when this standard of care was created.
Detailed description of the standard of care.
Indicates whether this standard of care is currently active and can be applied.
Canonical identifier for the standard of care.
Ordered steps or components that make up this standard of care.
Detailed description of what should be done in this step.
Services, procedures, or products recommended in this step.
Identifier for this step within the standard of care.
Timestamp when this standard of care was last updated.
{ "applicableSpecies": [ { … } ], "category": "example", "createdAt": "2025-01-01T00:00:00.000Z", "description": "Example description", "extensions": {}, "isActive": true, "name": "Example Name", "standardofcareId": "123e4567-e89b-12d3-a456-426614174000", "steps": [ { … } ], "updatedAt": "2025-01-01T00:00:00.000Z", "version": "123e4567-e89b-12d3-a456-426614174000" }