API Reference

Recall Types

🚧

Supported integrations

For now, recall types are only supported for Cloud9, Curve, Denticon, Dentrix, Dentrix Ascend, Dentrix Enterprise, Eaglesoft, Opendental, Practiceworks, Orthotrac, and Dolphin.

Recall types define the different types of recall appointments a practice schedules for patients. These typically include routine check-ups, cleanings, periodontal maintenance, and other preventive care visits. Each recall type has a predefined interval (e.g., every 6 months) to ensure patients return for regular care.

You can use the endpoint to access and manage recall categories, automate scheduling, and ensure patients receive timely reminders for upcoming appointments.

Recall types response

{
  "code": false,
  "description": [
    [
      "Description"
    ]
  ],
  "error": [
    [
      "Error"
    ]
  ],
  "data": [
    {
      "id": 1,
      "name": "PROPHY",
      "description": "A recall description",
      "foreign_id": "1",
      "foreign_id_type": "msg-mdland-Institution-3",
      "interval_num": 8,
      "interval_unit": "M",
      "location_id": 1,
      "created_at": "2019-09-13T15:11:282Z",
      "updated_at": "2019-09-13T15:11:282Z"
    }
  ],
  "count": 2
}