Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
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": "string",
"description": "string",
"eventgroupId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"locationId": "123e4567-e89b-12d3-a456-426614174000",
"name": "string",
"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.
{ "category": "string", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "eventgroupId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "locationId": "123e4567-e89b-12d3-a456-426614174000", "name": "string", "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.
{ "category": "string", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "eventgroupId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "locationId": "123e4567-e89b-12d3-a456-426614174000", "name": "string", "organizationId": "123e4567-e89b-12d3-a456-426614174000", "status": "active", "updatedAt": "2025-01-01T00:00:00.000Z" }
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": "string",
"description": "string",
"extensions": {},
"locationId": "123e4567-e89b-12d3-a456-426614174000",
"name": "string",
"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.
{ "category": "string", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "eventgroupId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "locationId": "123e4567-e89b-12d3-a456-426614174000", "name": "string", "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": "string",
"description": "string",
"extensions": {},
"locationId": "123e4567-e89b-12d3-a456-426614174000",
"name": "string",
"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.
{ "category": "string", "createdAt": "2025-01-01T00:00:00.000Z", "description": "string", "eventgroupId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "locationId": "123e4567-e89b-12d3-a456-426614174000", "name": "string", "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>'