Dictation Settings
The Dictation Settings feature allows the user view the dictation vendor preference for each provider in the practice.
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 list of dictation settings configured for providers
GET
/v1/{practiceid}/providers/dictationsettings
Retrieves the dictation settings for the provider
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
providerid
array
If provided, this will filter the results to only included the given providers. Multiple IDs (either as a comma delimited list or multiple POSTed values) are allowed.
limit
integer
Number of entries to return (default 1500, max 5000)
offset
integer
Starting point of entries; 0-indexed
Output Parameters
Expand all
dictationtype
string
Either Internal or External, drives whether or not the user will see the dictation controlls in athenanet
providerid
integer
The id for this provider
Example Code