Wiki source code of dt_rdl.php (Command: download)
Last modified by YellowFox_RD on 2025/01/23 08:58
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | (% class="box" %) | ||
| 2 | ((( | ||
| 3 | Table of Contents | ||
| 4 | ))) | ||
| 5 | |||
| 6 | {{toc/}} | ||
| 7 | |||
| 8 | (% class="mark red" %)DEPRECATED(%%) | ||
| 9 | Please use [[get_file.php>>doc:YellowFox Remote Tracking Interface.Funktionen.Abfrageseiten.get_file\.php.WebHome]]. | ||
| 10 | Offers for download selected signed file of digital tachograph. | ||
| 11 | |||
| 12 | = Description = | ||
| 13 | |||
| 14 | **dt_rdl.php?company**=//COMPANY_RTIKEY//**&vehicle**=//VEHICLE_RTIKEY//**&command**=download**&download**//=id//**&markdowload**//=0// | ||
| 15 | |||
| 16 | = Parameter = | ||
| 17 | |||
| 18 | |=Parameter|=Description|=Type|=Note|=Mandatory | ||
| 19 | |company|RTI company key|string| |yes | ||
| 20 | |vehicle|RTI vehcile key|string|vehicle or group parameter|(yes) | ||
| 21 | |group|RTI group key|string|vehicle or group parameter|(yes) | ||
| 22 | |import|RTI import key|string|or import parameter for all vehicles|(yes) | ||
| 23 | |command|command: download|string| |yes | ||
| 24 | |download|ID of download file|string|use command: 'list' to require this ID|yes | ||
| 25 | |markdownload|mark file|string|0 - file will not be marked after download | ||
| 26 | 1 - fill will be marked if download was successful|yes | ||
| 27 | |||
| 28 | = Return = | ||
| 29 | |||
| 30 | File as download. In case of error it returns "(% class="error" %)**ERROR:Description**(%%)". | ||
| 31 | |||
| 32 | = Example Calls = | ||
| 33 | |||
| 34 | **Request for download** | ||
| 35 | {{code language="java"}}https://map.yellowfox.de/rti/dt_rdl.php?company=(HEXKEY)&vehicle=(HEXKEY)&command=download&download=123456&markdownload=1{{/code}} | ||
| 36 |

