Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Response

200 - application/json
id
integer
required

Patient Form Id

title
string

Form Title

uuid
string

uuid

brandingColor
string | null

Branding color

headerImage
string | null

Link of the image

content
string

Content of form

submittedMessage
string | null

Submitted message

submittedAt
required

Submitted time in YYYY:MM:DD HH:mm:ss format

patientId
integer
required

Patient id

organisationId
integer
required

Organisation id

appointmentId
integer | null
required

Appointment id

status
enum<string>

Status

Available options:
Incomplete,
In progress,
Completed
templateId
integer | null
required

Template id

createdAt
required

Object creation date time

updatedAt
required

Object update date time