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.
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": "string",
"display": "string",
"system": "string"
}
],
"category": "string",
"description": "string",
"extensions": {},
"isActive": true,
"name": "string",
"standardofcareId": "123e4567-e89b-12d3-a456-426614174000",
"steps": [
{
"description": "string",
"recommendedServices": [
{
"display": "string",
"serviceId": "123e4567-e89b-12d3-a456-426614174000"
}
],
"sequence": 0,
"stepId": "123e4567-e89b-12d3-a456-426614174000",
"title": "string"
}
],
"version": "string"
}'Standardofcare created successfully
Species for which this standard of care is applicable.
Timestamp when this standard of care was created.
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.
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": "string", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "extensions": {}, "isActive": true, "name": "string", "standardofcareId": "123e4567-e89b-12d3-a456-426614174000", "steps": [ { … } ], "updatedAt": "2025-01-01T00:00:00.000Z", "version": "string" }
- 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.
Timestamp when this standard of care was created.
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.
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": "string", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "extensions": {}, "isActive": true, "name": "string", "standardofcareId": "123e4567-e89b-12d3-a456-426614174000", "steps": [ { … } ], "updatedAt": "2025-01-01T00:00:00.000Z", "version": "string" }
- 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 PATCH \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/standardofcare/{standardofcareId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"applicableSpecies": [
{
"code": "string",
"display": "string",
"system": "string"
}
],
"category": "string",
"description": "string",
"extensions": {},
"isActive": true,
"name": "string",
"steps": [
{
"description": "string",
"recommendedServices": [
{
"display": "string",
"serviceId": "123e4567-e89b-12d3-a456-426614174000"
}
],
"sequence": 0,
"stepId": "123e4567-e89b-12d3-a456-426614174000",
"title": "string"
}
],
"version": "string"
}'Standardofcare updated successfully
Species for which this standard of care is applicable.
Timestamp when this standard of care was created.
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.
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": "string", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "extensions": {}, "isActive": true, "name": "string", "standardofcareId": "123e4567-e89b-12d3-a456-426614174000", "steps": [ { … } ], "updatedAt": "2025-01-01T00:00:00.000Z", "version": "string" }
Species for which this standard of care is applicable.
Indicates whether this standard of care is currently active and can be applied.
Ordered steps or components that make up this standard of care.
Services, procedures, or products recommended in this step.
Identifier for this step within the standard of care.
- 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 PUT \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/standardofcare/{standardofcareId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"applicableSpecies": [
{
"code": "string",
"display": "string",
"system": "string"
}
],
"category": "string",
"description": "string",
"extensions": {},
"isActive": true,
"name": "string",
"steps": [
{
"description": "string",
"recommendedServices": [
{
"display": "string",
"serviceId": "123e4567-e89b-12d3-a456-426614174000"
}
],
"sequence": 0,
"stepId": "123e4567-e89b-12d3-a456-426614174000",
"title": "string"
}
],
"version": "string"
}'Standardofcare replaced successfully
Species for which this standard of care is applicable.
Timestamp when this standard of care was created.
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.
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": "string", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "extensions": {}, "isActive": true, "name": "string", "standardofcareId": "123e4567-e89b-12d3-a456-426614174000", "steps": [ { … } ], "updatedAt": "2025-01-01T00:00:00.000Z", "version": "string" }
- 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 DELETE \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/standardofcare/{standardofcareId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'