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 animal this health status belongs to.
General attitude/mentation.
Capillary refill time category.
Identifier of the consult/visit associated with this health status.
Canonical identifier for this health status record.
Mucous membrane color/character.
Pulse quality assessment.
Date and time when this health status was recorded.
Respiratory effort assessment.
Location of uterine cysts, if present.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/health-status
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/health-status
- 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/health-status' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"attitude": "bar",
"bloodPressure": {
"value": 0,
"unit": "string",
"system": "string"
},
"bodyConditionScore": {},
"capillaryRefillTime": "lt_1_sec",
"cervixCytologyScore": 0,
"cervixTone": 0,
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"dentalScore": {},
"extensions": {},
"healthStatusId": "123e4567-e89b-12d3-a456-426614174000",
"heartRate": {
"value": 0,
"unit": "string",
"system": "string"
},
"isActive": true,
"isPregnant": true,
"leftOvary": {},
"mucousMembraneColor": "blue",
"notes": "string",
"painScore": {},
"pulseQuality": "bounding",
"recordedAt": "2025-01-01T00:00:00.000Z",
"respiratoryEffort": "normal",
"respiratoryRate": {
"value": 0,
"unit": "string",
"system": "string"
},
"rightOvary": {},
"temperature": {
"value": 0,
"unit": "string",
"system": "string"
},
"uterineCystLocation": "body",
"uterineCytologyScore": 0,
"uterineEdema": 0,
"uterineFluid": "positive",
"uterineTone": 0,
"weight": {
"value": 0,
"unit": "string",
"system": "string"
}
}'Health Status created successfully
Identifier of the animal this health status belongs to.
General attitude/mentation.
Capillary refill time category.
Identifier of the consult/visit associated with this health status.
Timestamp when this record was created in the source system.
Canonical identifier for this health status record.
Mucous membrane color/character.
Pulse quality assessment.
Date and time when this health status was recorded.
Respiratory effort assessment.
Timestamp when this record was last updated in the source system.
Location of uterine cysts, if present.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "attitude": "bar", "bloodPressure": { "value": 0, "unit": "string", "system": "string" }, "bodyConditionScore": {}, "capillaryRefillTime": "lt_1_sec", "cervixCytologyScore": 0, "cervixTone": 0, "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "dentalScore": {}, "extensions": {}, "healthStatusId": "123e4567-e89b-12d3-a456-426614174000", "heartRate": { "value": 0, "unit": "string", "system": "string" }, "isActive": true, "isPregnant": true, "leftOvary": {}, "mucousMembraneColor": "blue", "notes": "string", "painScore": {}, "pulseQuality": "bounding", "recordedAt": "2025-01-01T00:00:00.000Z", "respiratoryEffort": "normal", "respiratoryRate": { "value": 0, "unit": "string", "system": "string" }, "rightOvary": {}, "temperature": { "value": 0, "unit": "string", "system": "string" }, "updatedAt": "2025-01-01T00:00:00.000Z", "uterineCystLocation": "body", "uterineCytologyScore": 0, "uterineEdema": 0, "uterineFluid": "positive", "uterineTone": 0, "weight": { "value": 0, "unit": "string", "system": "string" } }
Field to sort by
Identifier of the animal this health status belongs to.
Capillary refill time category.
Identifier of the consult/visit associated with this health status.
Mucous membrane color/character.
Pulse quality assessment.
Location of uterine cysts, if present.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/health-status
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/health-status
- 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/health-status?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&animalId=123e4567-e89b-12d3-a456-426614174000&attitude=bar&capillaryRefillTime=lt_1_sec&consultId=123e4567-e89b-12d3-a456-426614174000&isActive=true&isPregnant=true&mucousMembraneColor=blue¬es=string&pulseQuality=bounding&respiratoryEffort=normal&uterineCystLocation=body&uterineFluid=positive' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/health-status/{healthStatusId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/health-status/{healthStatusId}
- 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/health-status/{healthStatusId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Health Status found
Identifier of the animal this health status belongs to.
General attitude/mentation.
Capillary refill time category.
Identifier of the consult/visit associated with this health status.
Timestamp when this record was created in the source system.
Canonical identifier for this health status record.
Mucous membrane color/character.
Pulse quality assessment.
Date and time when this health status was recorded.
Respiratory effort assessment.
Timestamp when this record was last updated in the source system.
Location of uterine cysts, if present.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "attitude": "bar", "bloodPressure": { "value": 0, "unit": "string", "system": "string" }, "bodyConditionScore": {}, "capillaryRefillTime": "lt_1_sec", "cervixCytologyScore": 0, "cervixTone": 0, "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "dentalScore": {}, "extensions": {}, "healthStatusId": "123e4567-e89b-12d3-a456-426614174000", "heartRate": { "value": 0, "unit": "string", "system": "string" }, "isActive": true, "isPregnant": true, "leftOvary": {}, "mucousMembraneColor": "blue", "notes": "string", "painScore": {}, "pulseQuality": "bounding", "recordedAt": "2025-01-01T00:00:00.000Z", "respiratoryEffort": "normal", "respiratoryRate": { "value": 0, "unit": "string", "system": "string" }, "rightOvary": {}, "temperature": { "value": 0, "unit": "string", "system": "string" }, "updatedAt": "2025-01-01T00:00:00.000Z", "uterineCystLocation": "body", "uterineCytologyScore": 0, "uterineEdema": 0, "uterineFluid": "positive", "uterineTone": 0, "weight": { "value": 0, "unit": "string", "system": "string" } }
Identifier of the animal this health status belongs to.
General attitude/mentation.
Capillary refill time category.
Identifier of the consult/visit associated with this health status.
Mucous membrane color/character.
Pulse quality assessment.
Date and time when this health status was recorded.
Respiratory effort assessment.
Location of uterine cysts, if present.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/health-status/{healthStatusId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/health-status/{healthStatusId}
- 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/health-status/{healthStatusId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"attitude": "bar",
"bloodPressure": {
"value": 0,
"unit": "string",
"system": "string"
},
"bodyConditionScore": {},
"capillaryRefillTime": "lt_1_sec",
"cervixCytologyScore": 0,
"cervixTone": 0,
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"dentalScore": {},
"extensions": {},
"heartRate": {
"value": 0,
"unit": "string",
"system": "string"
},
"isActive": true,
"isPregnant": true,
"leftOvary": {},
"mucousMembraneColor": "blue",
"notes": "string",
"painScore": {},
"pulseQuality": "bounding",
"recordedAt": "2025-01-01T00:00:00.000Z",
"respiratoryEffort": "normal",
"respiratoryRate": {
"value": 0,
"unit": "string",
"system": "string"
},
"rightOvary": {},
"temperature": {
"value": 0,
"unit": "string",
"system": "string"
},
"uterineCystLocation": "body",
"uterineCytologyScore": 0,
"uterineEdema": 0,
"uterineFluid": "positive",
"uterineTone": 0,
"weight": {
"value": 0,
"unit": "string",
"system": "string"
}
}'Health Status updated successfully
Identifier of the animal this health status belongs to.
General attitude/mentation.
Capillary refill time category.
Identifier of the consult/visit associated with this health status.
Timestamp when this record was created in the source system.
Canonical identifier for this health status record.
Mucous membrane color/character.
Pulse quality assessment.
Date and time when this health status was recorded.
Respiratory effort assessment.
Timestamp when this record was last updated in the source system.
Location of uterine cysts, if present.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "attitude": "bar", "bloodPressure": { "value": 0, "unit": "string", "system": "string" }, "bodyConditionScore": {}, "capillaryRefillTime": "lt_1_sec", "cervixCytologyScore": 0, "cervixTone": 0, "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "dentalScore": {}, "extensions": {}, "healthStatusId": "123e4567-e89b-12d3-a456-426614174000", "heartRate": { "value": 0, "unit": "string", "system": "string" }, "isActive": true, "isPregnant": true, "leftOvary": {}, "mucousMembraneColor": "blue", "notes": "string", "painScore": {}, "pulseQuality": "bounding", "recordedAt": "2025-01-01T00:00:00.000Z", "respiratoryEffort": "normal", "respiratoryRate": { "value": 0, "unit": "string", "system": "string" }, "rightOvary": {}, "temperature": { "value": 0, "unit": "string", "system": "string" }, "updatedAt": "2025-01-01T00:00:00.000Z", "uterineCystLocation": "body", "uterineCytologyScore": 0, "uterineEdema": 0, "uterineFluid": "positive", "uterineTone": 0, "weight": { "value": 0, "unit": "string", "system": "string" } }
Identifier of the animal this health status belongs to.
General attitude/mentation.
Capillary refill time category.
Identifier of the consult/visit associated with this health status.
Mucous membrane color/character.
Pulse quality assessment.
Date and time when this health status was recorded.
Respiratory effort assessment.
Location of uterine cysts, if present.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/health-status/{healthStatusId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/health-status/{healthStatusId}
- 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/health-status/{healthStatusId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"animalId": "123e4567-e89b-12d3-a456-426614174000",
"attitude": "bar",
"bloodPressure": {
"value": 0,
"unit": "string",
"system": "string"
},
"bodyConditionScore": {},
"capillaryRefillTime": "lt_1_sec",
"cervixCytologyScore": 0,
"cervixTone": 0,
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"dentalScore": {},
"extensions": {},
"heartRate": {
"value": 0,
"unit": "string",
"system": "string"
},
"isActive": true,
"isPregnant": true,
"leftOvary": {},
"mucousMembraneColor": "blue",
"notes": "string",
"painScore": {},
"pulseQuality": "bounding",
"recordedAt": "2025-01-01T00:00:00.000Z",
"respiratoryEffort": "normal",
"respiratoryRate": {
"value": 0,
"unit": "string",
"system": "string"
},
"rightOvary": {},
"temperature": {
"value": 0,
"unit": "string",
"system": "string"
},
"uterineCystLocation": "body",
"uterineCytologyScore": 0,
"uterineEdema": 0,
"uterineFluid": "positive",
"uterineTone": 0,
"weight": {
"value": 0,
"unit": "string",
"system": "string"
}
}'Health Status replaced successfully
Identifier of the animal this health status belongs to.
General attitude/mentation.
Capillary refill time category.
Identifier of the consult/visit associated with this health status.
Timestamp when this record was created in the source system.
Canonical identifier for this health status record.
Mucous membrane color/character.
Pulse quality assessment.
Date and time when this health status was recorded.
Respiratory effort assessment.
Timestamp when this record was last updated in the source system.
Location of uterine cysts, if present.
{ "animalId": "123e4567-e89b-12d3-a456-426614174000", "attitude": "bar", "bloodPressure": { "value": 0, "unit": "string", "system": "string" }, "bodyConditionScore": {}, "capillaryRefillTime": "lt_1_sec", "cervixCytologyScore": 0, "cervixTone": 0, "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "dentalScore": {}, "extensions": {}, "healthStatusId": "123e4567-e89b-12d3-a456-426614174000", "heartRate": { "value": 0, "unit": "string", "system": "string" }, "isActive": true, "isPregnant": true, "leftOvary": {}, "mucousMembraneColor": "blue", "notes": "string", "painScore": {}, "pulseQuality": "bounding", "recordedAt": "2025-01-01T00:00:00.000Z", "respiratoryEffort": "normal", "respiratoryRate": { "value": 0, "unit": "string", "system": "string" }, "rightOvary": {}, "temperature": { "value": 0, "unit": "string", "system": "string" }, "updatedAt": "2025-01-01T00:00:00.000Z", "uterineCystLocation": "body", "uterineCytologyScore": 0, "uterineEdema": 0, "uterineFluid": "positive", "uterineTone": 0, "weight": { "value": 0, "unit": "string", "system": "string" } }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/health-status/{healthStatusId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/health-status/{healthStatusId}
- 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/health-status/{healthStatusId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'