Forms
The Forms feature allows a user to authorize the release of information for specific documents.
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 client forms
GET
/v1/{practiceid}/patients/clientforms
Retrieves a list of client forms
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
hidepdfs
boolean
Hides PDF forms if set
departmentid
integer
The department id
limit
integer
Number of entries to return (default 100, max 1000)Please note that this endpoint has a different default and max than normal.
offset
integer
Starting point of entries; 0-indexed
Output Parameters
Expand all
clientformid
string
Client form ID
clientformname
string
Name of the client form
Example Code