Forms
Number of APIs: 9
-
View form GET {{baseUrl}}/forms/:id?subdomain={{subdomain}}&location_id={{location_id}}
-
View forms GET {{baseUrl}}/forms?subdomain={{subdomain}}&location_id={{location_id}}
-
Create form request POST {{baseUrl}}/forms/requests?subdomain={{subdomain}}&location_id={{location_id}}&patient_id=<integer>&form_ids[]=<string>&form_ids[]=<string>&appointment_id=<integer>&due_date=<date>
-
View form requests GET {{baseUrl}}/forms/requests?subdomain={{subdomain}}&location_id={{location_id}}&sort=-created_at&page=1&per_page=5&patient_id=<integer>&appointment_id=<integer>
-
Download form submission GET {{baseUrl}}/forms/requests/:id/download?subdomain={{subdomain}}&location_id={{location_id}}&form_id=<string>
-
Sync form request POST {{baseUrl}}/forms/requests/:id/sync?subdomain={{subdomain}}&location_id={{location_id}}
-
View form request GET {{baseUrl}}/forms/requests/:id?subdomain={{subdomain}}&location_id={{location_id}}
-
Create form response POST {{baseUrl}}/forms/responses?subdomain={{subdomain}}&location_id={{location_id}}
-
Edit form response PATCH {{baseUrl}}/forms/responses/:id?subdomain={{subdomain}}&location_id={{location_id}}