_get

Retrieve Appointment Recurrence details.

Parameters

id

The ID of the Appointment Recurrence.

Example

FM_api('AppointmentRecurrence_get', ['ids' => '22']);

Result

On Success

{"id":"29","name":"Asset Maintenance: Service","ids":"70","cdate":"2018-10-05","edate":"0000-00-00","active":"1","every":"3","on_arr":"100","customer_id":"2","customer_type":"1","next_date":null,"user_id":"0","notes":null,"files":null,"edited_uuid":"AppointmentRecurrence_clean","last_edited":"2018-10-08 17:14:37","days_in_advance":"30","copy_user":null,"copy_cust_ref":null}

Last updated