_appointmentsGetDT
returns all appointments linked to an asset
Parameters
draw
start
where to start from e.g, by default, page 2 should be set to 10
length
number of results
aid
id of asset
Example
FM_api('Asset_appointmentsGetDT',['draw'=>'1','start'=>'0','length'=>'10','aid'=>'1']);
Last updated