The request is intended to receive files of unit.
&svc=get_unit_files¶ms={ "id_unit": integer, "from": timestamp, "to": timestamp }
Parameter | Description |
---|---|
id_unit | Unique Unit ID |
from | Start time of unit messages |
to | End time of unit messages |
[ { "time": 1516107143, // File recording time "url": "http://ftp.geliospro.ru/gelios_mp_5432109876/1516107143.jpg" // Path to the file location }, ... ]