_getNotes

Returns the notes for an Appointment.

Parameters

id

The ID of the Appointment.

Example

FM_api('Appointment_getNotes', ['id' => '1']);

On Success

{'notes':'[Report to front desk]'}

Last updated