v1
latestOpenAPI 3.0.02026-07-26550199.6 KBpatient-form
Get a single patient-form
Get patient-form data by id
get/patient-forms/{id}
Path parameters
idinteger required
Example:1
Response
Object with patient-form data.
Example response
{
"id": 1,
"title": "Form Title",
"uuid": "e2753e11-22a2-4886-be76-df5113632f0d",
"brandingColor": "blue",
"headerImage": "https://sampleImage.com",
"content": "[{\"title\":\"Section title\",\"questions\":[{\"type\":\"Paragraph\",\"title\":\"Paragraph title\",\"answerText\":\"\"}]}]}]",
"submittedMessage": "Message",
"patientId": 1,
"organisationId": 1,
"appointmentId": 1,
"status": "Completed",
"templateId": 1
}