Forms

Number of APIs: 9

  1. View form GET {{baseUrl}}/forms/:id?subdomain={{subdomain}}&location_id={{location_id}}

  2. View forms GET {{baseUrl}}/forms?subdomain={{subdomain}}&location_id={{location_id}}

  3. 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>

  4. 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>

  5. Download form submission GET {{baseUrl}}/forms/requests/:id/download?subdomain={{subdomain}}&location_id={{location_id}}&form_id=<string>

  6. Sync form request POST {{baseUrl}}/forms/requests/:id/sync?subdomain={{subdomain}}&location_id={{location_id}}

  7. View form request GET {{baseUrl}}/forms/requests/:id?subdomain={{subdomain}}&location_id={{location_id}}

  8. Create form response POST {{baseUrl}}/forms/responses?subdomain={{subdomain}}&location_id={{location_id}}

  9. Edit form response PATCH {{baseUrl}}/forms/responses/:id?subdomain={{subdomain}}&location_id={{location_id}}