Get Forms List
Get complete form data of a specific form
GET
https://api.formdr.com/api/v1/practice/{practiceId}/forms
Path Parameters
Name
Type
Description
practiceId*
String
Practice ID
Query Parameters
Name
Type
Description
showNetworkForms
boolean
If true, and if the auth token is from a network account, will include in the response all forms from practices that belong to the network.
showPreviousVersions
boolean
If true, also returns previous form versions (which have the currentVersionId property set)
Last updated