Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Canonical identifier for the file.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/file
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/file
- 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/file' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"downloadUrl": "string",
"extensions": {},
"fileId": "123e4567-e89b-12d3-a456-426614174000",
"isActive": true,
"mimeType": "string",
"name": "string",
"notes": "string",
"sizeBytes": 0
}'{ "createdAt": "2025-01-01T00:00:00.000Z", "downloadUrl": "string", "extensions": {}, "fileId": "123e4567-e89b-12d3-a456-426614174000", "isActive": true, "mimeType": "string", "name": "string", "notes": "string", "sizeBytes": 0, "updatedAt": "2025-01-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/file
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/file
- 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/file?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&downloadUrl=string&isActive=true&mimeType=string&name=string¬es=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/file/{fileId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/file/{fileId}
- 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/file/{fileId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "createdAt": "2025-01-01T00:00:00.000Z", "downloadUrl": "string", "extensions": {}, "fileId": "123e4567-e89b-12d3-a456-426614174000", "isActive": true, "mimeType": "string", "name": "string", "notes": "string", "sizeBytes": 0, "updatedAt": "2025-01-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/file/{fileId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/file/{fileId}
- 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/file/{fileId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"downloadUrl": "string",
"extensions": {},
"isActive": true,
"mimeType": "string",
"name": "string",
"notes": "string",
"sizeBytes": 0
}'{ "createdAt": "2025-01-01T00:00:00.000Z", "downloadUrl": "string", "extensions": {}, "fileId": "123e4567-e89b-12d3-a456-426614174000", "isActive": true, "mimeType": "string", "name": "string", "notes": "string", "sizeBytes": 0, "updatedAt": "2025-01-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/file/{fileId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/file/{fileId}
- 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/{fileId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"downloadUrl": "string",
"extensions": {},
"isActive": true,
"mimeType": "string",
"name": "string",
"notes": "string",
"sizeBytes": 0
}'{ "createdAt": "2025-01-01T00:00:00.000Z", "downloadUrl": "string", "extensions": {}, "fileId": "123e4567-e89b-12d3-a456-426614174000", "isActive": true, "mimeType": "string", "name": "string", "notes": "string", "sizeBytes": 0, "updatedAt": "2025-01-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/file/{fileId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/file/{fileId}
- 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/{fileId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'