Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/external-hotlink
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/external-hotlink
- 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/external-hotlink?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&description=string&resourceId=123e4567-e89b-12d3-a456-426614174000&resourceType=string&status=active&url=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/external-hotlink/{externalHotlinkId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/external-hotlink/{externalHotlinkId}
- 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/external-hotlink/{externalHotlinkId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'External Hotlink found
Timestamp when this hotlink was created.
Human-readable description or label for the hotlink.
Canonical identifier for this external hotlink.
Identifier of the resource this hotlink is associated with.
Type of resource this hotlink is associated with (e.g., animal, contact, invoice).
Lifecycle status of the external hotlink.
Timestamp when this hotlink was last updated.
{ "createdAt": "2025-01-01T00:00:00.000Z", "description": "Example description", "extensions": {}, "externalHotlinkId": "123e4567-e89b-12d3-a456-426614174000", "resourceId": "123e4567-e89b-12d3-a456-426614174000", "resourceType": "example", "status": "active", "updatedAt": "2025-01-01T00:00:00.000Z", "url": "https://example.com" }
Human-readable description or label for the hotlink.
Identifier of the resource this hotlink is associated with.
Type of resource this hotlink is associated with (e.g., animal, contact, invoice).
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/external-hotlink/{externalHotlinkId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/external-hotlink/{externalHotlinkId}
- 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/external-hotlink/{externalHotlinkId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"description": "Example description",
"extensions": {},
"resourceId": "123e4567-e89b-12d3-a456-426614174000",
"resourceType": "example",
"status": "active",
"url": "https://example.com"
}'External Hotlink updated successfully
Timestamp when this hotlink was created.
Human-readable description or label for the hotlink.
Canonical identifier for this external hotlink.
Identifier of the resource this hotlink is associated with.
Type of resource this hotlink is associated with (e.g., animal, contact, invoice).
Lifecycle status of the external hotlink.
Timestamp when this hotlink was last updated.
{ "createdAt": "2025-01-01T00:00:00.000Z", "description": "Example description", "extensions": {}, "externalHotlinkId": "123e4567-e89b-12d3-a456-426614174000", "resourceId": "123e4567-e89b-12d3-a456-426614174000", "resourceType": "example", "status": "active", "updatedAt": "2025-01-01T00:00:00.000Z", "url": "https://example.com" }