Reminder Call Settings
The Reminder Call Settings feature allows the user to view the Reminder Call settings for the provider and department specified. If the settings for the provider are not found or if no provider is specified, the department settings will be returned. If no department is found or is not specified, the practice settings will be returned. If no practice settings are found, global settings will be returned.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Get reminder-call settings
GET
/v1/{practiceid}/misc/remindercallsettings
Retrieves the reminder call settings
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
departmentid
integer
The ID of the department. Required if also passing in the provider ID.
providerid
integer
The ID of the provider.
Output Parameters
Expand all
earlyleaddays
integer
Number of days before an appointment that an early call gets made.
endtime
string
leaddays
integer
Number of days before an appointment that a call is made.
source
string
starttime
string
status
string
Example Code