Topic: report - execute all vehicles
Hi all,
I am trying to execute via api connection some output where I can store in db certain data for all vehicles.
I do not fully understand the instructions on the manual https://sdk.wialon.com/wiki/en/local/re … xec_report
I am using the following code - however I do not know how to distinguish what is:
report - resource
report - template
report table ID
object ID and how to input all objects (units)
Can anyone help?
p.s. I did requested and stored ID of template IDs, but I did not fully get the differences between resources vs. templates
$executeReport = array(
"reportResourceId" => 64403,
"reportTemplateId" => 1,
"reportObjectId" => 63702,
"reportObjectSecId" => 0,
"interval" => array(
"from" => $timestamp_from_DTB,
"to" => $timestamp_aktual_time,
"flags" => 0
));