This tool is provided as an example and is available on an As-Is basis. You must assume all the risks and costs associated with the use of the sample tool, including, without limitation, any damage to any equipment, software, information or data. In addition, we are not obligated to provide any maintenance, technical or other support for the sample tool. In order to improve our products, we may at any time, and without warning, change the design, presentation, or functionality of the software.
Vehicle Id | Id | Date | Latitude | Longitude | Speed | Diagnostic | Value |
---|
Overview
This example shows you how you can implement polling for multiple sources of data.
Work flow
We retrieve new information by setting up JavaScript intervals which invoke a function every few seconds. This function is responsible for building a set of API requests using MultiCall to reduce network traffic. After we have the results from the API response, we dynamically build an HTML table with all the data.
Skill level
Advanced