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 consult associated with this link.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/presenting-problem-link/{presentingProblemLinkId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/presenting-problem-link/{presentingProblemLinkId}
- 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/presenting-problem-link/{presentingProblemLinkId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"presentingProblemId": "123e4567-e89b-12d3-a456-426614174000"
}'Presenting Problem Link updated successfully
Identifier of the consult associated with this link.
Timestamp when this link was created.
Identifier of the presenting problem associated with this link.
Unique identifier for this presenting problem link.
{ "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "presentingProblemId": "123e4567-e89b-12d3-a456-426614174000", "presentingProblemLinkId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z" }
Identifier of the consult associated with this link.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/presenting-problem-link/{presentingProblemLinkId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/presenting-problem-link/{presentingProblemLinkId}
- 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/presenting-problem-link/{presentingProblemLinkId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"consultId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"presentingProblemId": "123e4567-e89b-12d3-a456-426614174000"
}'Presenting Problem Link replaced successfully
Identifier of the consult associated with this link.
Timestamp when this link was created.
Identifier of the presenting problem associated with this link.
Unique identifier for this presenting problem link.
{ "consultId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "presentingProblemId": "123e4567-e89b-12d3-a456-426614174000", "presentingProblemLinkId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/presenting-problem-link/{presentingProblemLinkId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/presenting-problem-link/{presentingProblemLinkId}
- 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/presenting-problem-link/{presentingProblemLinkId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'