_getAsTiff
Generate a PDF of the Appointment and return a TIFF version of that PDF.
Parameters
id
The ID of the Appointment to return.
Example
FM_api('Appointment_getAsTiff', ['id' => '222404']);
Result
On Success
Returns a binary file in .tiff format.
On Appointment Not Existing
'no such meeting?'
Last updated