_getDetails

Retrieve Task details.

Parameters

ids

The IDs of the tasks.

Example

FM_api('Tasks_getDetails', ['ids' => array('1', '2', '3']);

Result

On Success

{"id":"1","client_id":"0","type":"3","details":"Call customer to confirm call in","resolution":"","status":"0","cdate":"2018-09-19 11:58:38","last_update":"2018-09-19 11:58:38","created_by":"82878","assigned_to":"82878"},{"id":"2","client_id":"2","type":"2","details":"review health and safety documents","resolution":"","status":"0","cdate":"2018-09-19 14:28:51","last_update":"2018-09-19 14:28:51","created_by":"82878","assigned_to":"82878"},{"id":"3","client_id":"4","type":"1","details":"Email to confirm job","resolution":"","status":"0","cdate":"2018-10-01 17:13:42","last_update":"2018-10-01 17:13:42","created_by":"82878","assigned_to":"82878"}

Last updated