API documentation for HeyDonto API
https://docs.heydonto.com/_mock/apis/heydonto/openapi/
https://api-staging.heydonto.com/
https://api.heydonto.com/
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/practice-management-system
- Sandbox
https://api-staging.heydonto.com/practice-management-system
- Production
https://api.heydonto.com/practice-management-system
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/practice-management-system?title=Dentrix&isEnabled=true&page=0&pageSize=10&sortBy%5B0%5D%5Bfield%5D=id&sortBy%5B0%5D%5Bdir%5D=asc&sortBy%5B1%5D%5Bfield%5D=id&sortBy%5B1%5D%5Bdir%5D=asc' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'List of practice management systems retrieved successfully.
Array of Practice Management Systems
Indicates whether the practice management system is cloud based
The industry type this practice management system serves
The date the practice management system was created
{ "data": [ { … } ], "meta": { "page": 0, "pageSize": 10, "total": 150, "totalPages": 15, "hasNext": true, "hasPrevious": false } }
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/practice-management-system
- Sandbox
https://api-staging.heydonto.com/practice-management-system
- Production
https://api.heydonto.com/practice-management-system
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.heydonto.com/_mock/apis/heydonto/openapi/practice-management-system \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"title": "OpenDental",
"isCloudBased": true,
"isEnabled": true,
"industryType": "DENTAL"
}'{ "title": "OpenDental", "isCloudBased": true, "isEnabled": true, "industryType": "DENTAL", "id": 123, "createdAt": "2021-07-01T00:00:00.000Z", "updatedAt": "2021-07-01T00:00:00.000Z" }
The industry type this practice management system serves
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/practice-management-system/{practiceManagementSystemId}
- Sandbox
https://api-staging.heydonto.com/practice-management-system/{practiceManagementSystemId}
- Production
https://api.heydonto.com/practice-management-system/{practiceManagementSystemId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/practice-management-system/{practiceManagementSystemId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"title": "OpenDental",
"isCloudBased": true,
"isEnabled": true,
"industryType": "DENTAL",
"id": 123
}'{ "title": "OpenDental", "isCloudBased": true, "isEnabled": true, "industryType": "DENTAL", "id": 123, "createdAt": "2021-07-01T00:00:00.000Z", "updatedAt": "2021-07-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/practice-management-system/{practiceManagementSystemId}
- Sandbox
https://api-staging.heydonto.com/practice-management-system/{practiceManagementSystemId}
- Production
https://api.heydonto.com/practice-management-system/{practiceManagementSystemId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/practice-management-system/{practiceManagementSystemId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'