_getById

Returns given appointments details

Parameters

ids

The IDs of the appointments to be retrieved

Example

FM_api('Appointments_getById', ['ids'=>['98', '99', '100']]);

On Success

{"id":"98","form_id":"3","form_type":"0","form_num":"19","user_id":"82878","user_type":"0","customer_id":"1","location":null,"meeting_time":"2018-10-11 14:51:00","form_values":null,"is_complete":"1","last_edited":"2018-11-15 09:58:19","on_app":"1","meta":"{\"minutes_worked\":{\"normal\":0,\"overtime\":0}}","appId":"127571277022494","created_by":"82878","cdate":"2018-10-11 14:50:57","notes":"[]","edited_uuid":"Appointment_setStatusToComplete","job_ref":"26","user_status":"0","subform_values":null,"stock_use"...

Last updated