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