Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
High-level category or type of event group (e.g., workflow, reminder-set, campaign).
Primary location associated with this event group, if applicable.
Owning organization or practice for this event group.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/eventgroup/{eventgroupId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/eventgroup/{eventgroupId}
- 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/eventgroup/{eventgroupId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"category": "example",
"description": "Example description",
"extensions": {},
"locationId": "123e4567-e89b-12d3-a456-426614174000",
"name": "Example Name",
"organizationId": "123e4567-e89b-12d3-a456-426614174000",
"status": "active"
}'Eventgroup updated successfully
High-level category or type of event group (e.g., workflow, reminder-set, campaign).
Timestamp when the event group was created.
Stable, opaque identifier for the event group.
Primary location associated with this event group, if applicable.
Owning organization or practice for this event group.
Lifecycle status of the event group.
{ "category": "example", "createdAt": "2025-01-01T00:00:00.000Z", "description": "Example description", "eventgroupId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "locationId": "123e4567-e89b-12d3-a456-426614174000", "name": "Example Name", "organizationId": "123e4567-e89b-12d3-a456-426614174000", "status": "active", "updatedAt": "2025-01-01T00:00:00.000Z" }
High-level category or type of event group (e.g., workflow, reminder-set, campaign).
Primary location associated with this event group, if applicable.
Owning organization or practice for this event group.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/eventgroup/{eventgroupId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/eventgroup/{eventgroupId}
- 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/eventgroup/{eventgroupId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"category": "example",
"description": "Example description",
"extensions": {},
"locationId": "123e4567-e89b-12d3-a456-426614174000",
"name": "Example Name",
"organizationId": "123e4567-e89b-12d3-a456-426614174000",
"status": "active"
}'Eventgroup replaced successfully
High-level category or type of event group (e.g., workflow, reminder-set, campaign).
Timestamp when the event group was created.
Stable, opaque identifier for the event group.
Primary location associated with this event group, if applicable.
Owning organization or practice for this event group.
Lifecycle status of the event group.
{ "category": "example", "createdAt": "2025-01-01T00:00:00.000Z", "description": "Example description", "eventgroupId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "locationId": "123e4567-e89b-12d3-a456-426614174000", "name": "Example Name", "organizationId": "123e4567-e89b-12d3-a456-426614174000", "status": "active", "updatedAt": "2025-01-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/eventgroup/{eventgroupId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/eventgroup/{eventgroupId}
- 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/eventgroup/{eventgroupId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'