Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
MIME type of the uploaded file (e.g., 'application/pdf', 'image/jpeg').
Original file name as provided by the client or system.
Optional notes or description associated with the file.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/file-upload/{fileUploadId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/file-upload/{fileUploadId}
- 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/file-upload/{fileUploadId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"contentType": "example",
"extensions": {},
"fileName": "123e4567-e89b-12d3-a456-426614174000",
"notes": "Example description",
"sizeBytes": 1.23
}'File Upload replaced successfully
MIME type of the uploaded file (e.g., 'application/pdf', 'image/jpeg').
Timestamp when the file was created/uploaded in the system.
Original file name as provided by the client or system.
Canonical identifier for this file upload.
Optional notes or description associated with the file.
{ "contentType": "example", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "fileName": "123e4567-e89b-12d3-a456-426614174000", "fileUploadId": "123e4567-e89b-12d3-a456-426614174000", "notes": "Example description", "sizeBytes": 1.23, "updatedAt": "2025-01-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/file-upload/{fileUploadId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/file-upload/{fileUploadId}
- 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/file-upload/{fileUploadId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'