Get Participant Form Data
Returns decrypted, labeled form submission data for all form requests linked to the given participant.
Covers two linkage scenarios:
- form_request.linked_participant_id = participant_id (explicit pre-link)
- form_request.processing_outcomes['Participant Lead Created'] = str(participant_id) (participant created from the form on completion)
Results are scoped to the given plan_manager_id for security. Each result includes service_agreement_url from forms_org_admin if configured.
get/api/v1/cs-forms/participant-form-data
Query parameters
participant_idstring uuid required
plan_manager_idstring uuid required
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.