_getLinkedUsers

List all users linked to the Appointment either directly, or as an attendee, or mentioned within the form or tables.

Parameters

id

The ID of the Appointment to check.

Example

FM_api('Appointment_getLinkedUsers', ['id' => '32']);

Result

On Success

{'assigned':32,'attendees':[80488],'main_form':[81819],'tables':[80489]}

Last updated