Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Detailed description of the wellness resource.
Indicates whether the wellness resource is currently active and available for use.
High-level classification of the wellness resource.
Lifecycle status of the wellness resource.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/wellness-resource/{resourceId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/wellness-resource/{resourceId}
- 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/wellness-resource/{resourceId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"description": "Example description",
"extensions": {},
"isActive": true,
"name": "Example Name",
"resourceType": "wellnessPlan",
"status": "draft",
"validFromDate": "2025-01-01",
"validToDate": "2025-01-01"
}'Wellness Resource replaced successfully
Timestamp when the wellness resource was created.
Detailed description of the wellness resource.
Indicates whether the wellness resource is currently active and available for use.
Stable, opaque identifier for the wellness resource.
High-level classification of the wellness resource.
Lifecycle status of the wellness resource.
Timestamp when the wellness resource was last updated.
Date from which the wellness resource is valid.
{ "createdAt": "2025-01-01T00:00:00.000Z", "description": "Example description", "extensions": {}, "isActive": true, "name": "Example Name", "resourceId": "123e4567-e89b-12d3-a456-426614174000", "resourceType": "wellnessPlan", "status": "draft", "updatedAt": "2025-01-01T00:00:00.000Z", "validFromDate": "2025-01-01T00:00:00Z", "validToDate": "2025-01-01T00:00:00Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/wellness-resource/{resourceId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/wellness-resource/{resourceId}
- 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/wellness-resource/{resourceId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'