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).
Stable, opaque identifier for the event group.
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
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/eventgroup
- 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/eventgroup' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"category": "example",
"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"
}'Eventgroup created 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
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/eventgroup
- 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/eventgroup?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&category=string&description=string&locationId=123e4567-e89b-12d3-a456-426614174000&name=string&organizationId=123e4567-e89b-12d3-a456-426614174000&status=active' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- 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 GET \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/eventgroup/{eventgroupId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Eventgroup found
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" }