Text Macros Reference
The Text Macros Reference allows the user to view a list of all the text macros configured for a practice user.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Reference
Get list of text-macros
GET
/v1/{practiceid}/textmacros
Retrieves a list of text macros
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
username
string
The username of the person for which to get the accessible macros.
limit
integer
Number of entries to return (default 1500, max 5000)
offset
integer
Starting point of entries; 0-indexed
Output Parameters
Expand all
expansion
string
The full string of text that replaces the macro shortcut.
providers
string
A single string of usernames of users that have access to the macro. The usernames are delimited by tabs. If there are no usernames associated with the macro, all users have access to the macro.
section
string
A string representing the clinical section that the macro is associated with. If there is no section specified, a macro can be invoked from all clinical sections that support macros.
shortcut
string
The string used to invoke the text macro. Must be between 2 and 50 characters and should not contain spaces.
Example Code