# List Form Responses Retrieves a list of all form responses. Endpoint: GET /v2/form_responses Version: 1.0.0 Security: apiKeyAuth, practiceGroupId ## Query parameters: - `page_index` (string) - `page_size` (string) - `order_by` (string) Enum: "patient_first_name", "patient_last_name", "patient_full_name", "form_title", "form_type", "created_at", "updated_at" - `status` (string) Enum: "success", "failed", "not_written" - `order_descending` (boolean) - `patient_first_name` (string) - `patient_last_name` (string) - `patient_full_name` (string) - `form_title` (string) - `form_type` (string) - `patient_id` (string) - `created_at[]` (array) ## Response 200 fields (application/json): - `data` (array, required) - `data.id` (string,null) - `data.patient` (object,null) - `data.patient.title` (string,null) Enum: "Baron", "Baroness", "Brigadier", "Count", "Colonel", "Countess", "Captain", "Dame", "The Dowager Viscountess", "Dr", "Duchess", "Duke", "Earl", "His Excellency", "Father", "H.E. Ambassador Mr", "H.E. Mr", "H.E. Mrs", "Her Grace", "His Grace", "The Hon", "The Hon Mr", "The Hon Mrs", "HRH", "HRH Prince", "HRH Princess", "Insurance", "HM King", "Lady", "Lord", "Major", "Master", "Miss", "Mr", "Mrs", "Ms", "Mss", "Mx", "Pr", "Professor", "HM Queen", "Rabbi", "Reverend", "Sheikh", "Sheikha", "Sir", "The", "", "Viscount", "Viscountess" - `data.patient.first_name` (string,null) - `data.patient.last_name` (string,null) - `data.write_to_record` (object,null) - `data.write_to_record.write_to_record_at` (string,null) - `data.write_to_record.status` (string,null) - `data.write_to_record.failure_reason` (string,null) - `data.created_at` (string,null) - `data.updated_at` (string,null) - `data.form_type` (string,null) - `data.form_title` (string,null) - `count` (number, required) ## Response 400 fields (application/json): - `error` (boolean, required) - `statusCode` (number, required) - `message` (array, required) - `message.code` (string, required) - `message.expected` (string, required) - `message.path` (array, required) ## Response 401 fields ## Response 404 fields ## Response 500 fields