Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Reference to the animal on which the operation was performed.
Reference to the consult associated with this operation.
Canonical identifier for the operation record.
Date and time when the operation was performed.
Reference to a therapeutic or procedure definition associated with this operation.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/operation
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/operation
- 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/operation' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"operationId": "123e4567-e89b-12d3-a456-426614174000",
"outcome": "string",
"performedAt": "2025-01-01T00:00:00.000Z",
"specifics": "string",
"therapeuticId": "123e4567-e89b-12d3-a456-426614174000",
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Operation created successfully
Reference to the animal on which the operation was performed.
Reference to the consult associated with this operation.
Timestamp when the operation record was created.
Canonical identifier for the operation record.
Date and time when the operation was performed.
Reference to a therapeutic or procedure definition associated with this operation.
Timestamp when the operation record was last updated.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "operationId": "123e4567-e89b-12d3-a456-426614174000", "outcome": "string", "performedAt": "2025-01-01T00:00:00.000Z", "specifics": "string", "therapeuticId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
Reference to the animal on which the operation was performed.
Reference to the consult associated with this operation.
Reference to a therapeutic or procedure definition associated with this operation.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/operation
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/operation
- 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/operation?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&animalId=123e4567-e89b-12d3-a456-426614174000&consultId=123e4567-e89b-12d3-a456-426614174000&isActive=true&outcome=string&specifics=string&therapeuticId=123e4567-e89b-12d3-a456-426614174000&vetId=123e4567-e89b-12d3-a456-426614174000' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/operation/{operationId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/operation/{operationId}
- 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/operation/{operationId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Operation found
Reference to the animal on which the operation was performed.
Reference to the consult associated with this operation.
Timestamp when the operation record was created.
Canonical identifier for the operation record.
Date and time when the operation was performed.
Reference to a therapeutic or procedure definition associated with this operation.
Timestamp when the operation record was last updated.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "operationId": "123e4567-e89b-12d3-a456-426614174000", "outcome": "string", "performedAt": "2025-01-01T00:00:00.000Z", "specifics": "string", "therapeuticId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
Reference to the animal on which the operation was performed.
Reference to the consult associated with this operation.
Date and time when the operation was performed.
Reference to a therapeutic or procedure definition associated with this operation.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/operation/{operationId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/operation/{operationId}
- 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/operation/{operationId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"outcome": "string",
"performedAt": "2025-01-01T00:00:00.000Z",
"specifics": "string",
"therapeuticId": "123e4567-e89b-12d3-a456-426614174000",
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Operation updated successfully
Reference to the animal on which the operation was performed.
Reference to the consult associated with this operation.
Timestamp when the operation record was created.
Canonical identifier for the operation record.
Date and time when the operation was performed.
Reference to a therapeutic or procedure definition associated with this operation.
Timestamp when the operation record was last updated.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "operationId": "123e4567-e89b-12d3-a456-426614174000", "outcome": "string", "performedAt": "2025-01-01T00:00:00.000Z", "specifics": "string", "therapeuticId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
Reference to the animal on which the operation was performed.
Reference to the consult associated with this operation.
Date and time when the operation was performed.
Reference to a therapeutic or procedure definition associated with this operation.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/operation/{operationId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/operation/{operationId}
- 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/operation/{operationId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"outcome": "string",
"performedAt": "2025-01-01T00:00:00.000Z",
"specifics": "string",
"therapeuticId": "123e4567-e89b-12d3-a456-426614174000",
"vetId": "123e4567-e89b-12d3-a456-426614174000"
}'Operation replaced successfully
Reference to the animal on which the operation was performed.
Reference to the consult associated with this operation.
Timestamp when the operation record was created.
Canonical identifier for the operation record.
Date and time when the operation was performed.
Reference to a therapeutic or procedure definition associated with this operation.
Timestamp when the operation record was last updated.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "operationId": "123e4567-e89b-12d3-a456-426614174000", "outcome": "string", "performedAt": "2025-01-01T00:00:00.000Z", "specifics": "string", "therapeuticId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z", "vetId": "123e4567-e89b-12d3-a456-426614174000" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/operation/{operationId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/operation/{operationId}
- 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/operation/{operationId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'