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/user
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/user
- 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/user' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"code": "string",
"displayName": "string",
"extensions": {},
"isActive": true,
"isSalesperson": true,
"isVeterinarian": true,
"userId": "123e4567-e89b-12d3-a456-426614174000"
}'{ "code": "string", "createdAt": "2025-01-01T00:00:00.000Z", "displayName": "string", "extensions": {}, "isActive": true, "isSalesperson": true, "isVeterinarian": true, "updatedAt": "2025-01-01T00:00:00.000Z", "userId": "123e4567-e89b-12d3-a456-426614174000" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/user
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/user
- 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/user?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&code=string&displayName=string&isActive=true&isSalesperson=true&isVeterinarian=true' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/user/{userId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/user/{userId}
- 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/user/{userId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "code": "string", "createdAt": "2025-01-01T00:00:00.000Z", "displayName": "string", "extensions": {}, "isActive": true, "isSalesperson": true, "isVeterinarian": true, "updatedAt": "2025-01-01T00:00:00.000Z", "userId": "123e4567-e89b-12d3-a456-426614174000" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/user/{userId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/user/{userId}
- 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/user/{userId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"code": "string",
"displayName": "string",
"extensions": {},
"isActive": true,
"isSalesperson": true,
"isVeterinarian": true
}'{ "code": "string", "createdAt": "2025-01-01T00:00:00.000Z", "displayName": "string", "extensions": {}, "isActive": true, "isSalesperson": true, "isVeterinarian": true, "updatedAt": "2025-01-01T00:00:00.000Z", "userId": "123e4567-e89b-12d3-a456-426614174000" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/user/{userId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/user/{userId}
- 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/user/{userId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"code": "string",
"displayName": "string",
"extensions": {},
"isActive": true,
"isSalesperson": true,
"isVeterinarian": true
}'{ "code": "string", "createdAt": "2025-01-01T00:00:00.000Z", "displayName": "string", "extensions": {}, "isActive": true, "isSalesperson": true, "isVeterinarian": true, "updatedAt": "2025-01-01T00:00:00.000Z", "userId": "123e4567-e89b-12d3-a456-426614174000" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/user/{userId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/user/{userId}
- 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/user/{userId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'