v2
Forms App
AWS

Create Form Request For Plan Manager

Generates a form request for the Plan Manager provided.

This is used by the forms app to generate new forms.

Supports two modes:

  1. Legacy: Pass plan_manager_id to use the default template for that org
  2. Multi-template: Pass forms_org_admin_id to use a specific template row (plan_manager_id is optional in this case as it's derived from the row)

Optional linking:

  • linked_participant_id: Link form to a participant (results will be associated with them)
  • linked_pm_provider_id: Link form to a provider (results will be associated with them)
post/api/v2/aws/forms-app/create-form-request

Request body

plan_manager_idstring uuid nullable
retool_user_sidstring nullable
create_type'generation_id' | 'caresquare_platform' nullable
forms_org_admin_idstring uuid nullable
linked_participant_idstring uuid nullable
linked_pm_provider_idstring uuid nullable

Response

Successful Response

Changes