Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Identifier of the parent diagnostic result this item belongs to.
Canonical identifier for this diagnostic result item.
Timestamp when the measurement or observation was made, if known.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-result-item
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result-item
- 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/diagnostic-result-item' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000",
"diagnosticResultItemId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"name": "string",
"notes": "string",
"observedAt": "2025-01-01T00:00:00.000Z",
"qualifier": "string",
"quantity": {
"value": 0,
"unit": "string",
"system": "string"
},
"referenceRange": {},
"value": "string"
}'Diagnostic Result Item created successfully
Timestamp when this item was created.
Identifier of the parent diagnostic result this item belongs to.
Canonical identifier for this diagnostic result item.
Timestamp when the measurement or observation was made, if known.
Timestamp when this item was last updated.
{ "createdAt": "2025-01-01T00:00:00.000Z", "diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000", "diagnosticResultItemId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "isActive": true, "name": "string", "notes": "string", "observedAt": "2025-01-01T00:00:00.000Z", "qualifier": "string", "quantity": { "value": 0, "unit": "string", "system": "string" }, "referenceRange": {}, "updatedAt": "2025-01-01T00:00:00.000Z", "value": "string" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-result-item
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result-item
- 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/diagnostic-result-item?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&diagnosticResultId=123e4567-e89b-12d3-a456-426614174000&isActive=true&name=string¬es=string&qualifier=string&value=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-result-item/{diagnosticResultItemId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result-item/{diagnosticResultItemId}
- 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/diagnostic-result-item/{diagnosticResultItemId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Diagnostic Result Item found
Timestamp when this item was created.
Identifier of the parent diagnostic result this item belongs to.
Canonical identifier for this diagnostic result item.
Timestamp when the measurement or observation was made, if known.
Timestamp when this item was last updated.
{ "createdAt": "2025-01-01T00:00:00.000Z", "diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000", "diagnosticResultItemId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "isActive": true, "name": "string", "notes": "string", "observedAt": "2025-01-01T00:00:00.000Z", "qualifier": "string", "quantity": { "value": 0, "unit": "string", "system": "string" }, "referenceRange": {}, "updatedAt": "2025-01-01T00:00:00.000Z", "value": "string" }
Identifier of the parent diagnostic result this item belongs to.
Timestamp when the measurement or observation was made, if known.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-result-item/{diagnosticResultItemId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result-item/{diagnosticResultItemId}
- 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/diagnostic-result-item/{diagnosticResultItemId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"name": "string",
"notes": "string",
"observedAt": "2025-01-01T00:00:00.000Z",
"qualifier": "string",
"quantity": {
"value": 0,
"unit": "string",
"system": "string"
},
"referenceRange": {},
"value": "string"
}'Diagnostic Result Item updated successfully
Timestamp when this item was created.
Identifier of the parent diagnostic result this item belongs to.
Canonical identifier for this diagnostic result item.
Timestamp when the measurement or observation was made, if known.
Timestamp when this item was last updated.
{ "createdAt": "2025-01-01T00:00:00.000Z", "diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000", "diagnosticResultItemId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "isActive": true, "name": "string", "notes": "string", "observedAt": "2025-01-01T00:00:00.000Z", "qualifier": "string", "quantity": { "value": 0, "unit": "string", "system": "string" }, "referenceRange": {}, "updatedAt": "2025-01-01T00:00:00.000Z", "value": "string" }
Identifier of the parent diagnostic result this item belongs to.
Timestamp when the measurement or observation was made, if known.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-result-item/{diagnosticResultItemId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result-item/{diagnosticResultItemId}
- 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/diagnostic-result-item/{diagnosticResultItemId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"name": "string",
"notes": "string",
"observedAt": "2025-01-01T00:00:00.000Z",
"qualifier": "string",
"quantity": {
"value": 0,
"unit": "string",
"system": "string"
},
"referenceRange": {},
"value": "string"
}'Diagnostic Result Item replaced successfully
Timestamp when this item was created.
Identifier of the parent diagnostic result this item belongs to.
Canonical identifier for this diagnostic result item.
Timestamp when the measurement or observation was made, if known.
Timestamp when this item was last updated.
{ "createdAt": "2025-01-01T00:00:00.000Z", "diagnosticResultId": "123e4567-e89b-12d3-a456-426614174000", "diagnosticResultItemId": "123e4567-e89b-12d3-a456-426614174000", "extensions": {}, "isActive": true, "name": "string", "notes": "string", "observedAt": "2025-01-01T00:00:00.000Z", "qualifier": "string", "quantity": { "value": 0, "unit": "string", "system": "string" }, "referenceRange": {}, "updatedAt": "2025-01-01T00:00:00.000Z", "value": "string" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/diagnostic-result-item/{diagnosticResultItemId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/diagnostic-result-item/{diagnosticResultItemId}
- 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/diagnostic-result-item/{diagnosticResultItemId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'