Referral Sources
The Referral Sources feature allows the user to view the list of configured values of where the patient has heard about this 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 referral sources
GET
/v1/{practiceid}/referralsources
Retrieves the list of referral sources configured in the system
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
limit
integer
Number of entries to return (default 1500, max 5000)
offset
integer
Starting point of entries; 0-indexed
Output Parameters
Expand all
name
string
The name of this referral source.
ordering
string
The ordering in which this source is displayed.
referralsourceid
string
The referral source ID.
Example Code