Wiki source code of dt_rdl.php (Command: download)

Last modified by YellowFox_RD on 2024/12/19 10:11

Hide last authors
YellowFox_RD 1.1 1 (% class="box" %)
Dominic Lippmann 2.1 2 (((
Dominic Lippmann 5.1 3 Table of Contents
Dominic Lippmann 2.1 4 )))
5
YellowFox_RD 1.1 6 {{toc/}}
7
Dominic Lippmann 2.1 8 (% class="mark red" %)DEPRECATED(%%)
Dominic Lippmann 5.1 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.
Dominic Lippmann 2.1 11
Dominic Lippmann 5.1 12 = Description =
Dominic Lippmann 2.1 13
14 **dt_rdl.php?company**=//COMPANY_RTIKEY//**&vehicle**=//VEHICLE_RTIKEY//**&command**=download**&download**//=id//**&markdowload**//=0//
15
YellowFox_RD 1.1 16 = Parameter =
Dominic Lippmann 2.1 17
Dominic Lippmann 5.1 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
YellowFox_RD 1.1 27
Dominic Lippmann 5.1 28 = Return =
Dominic Lippmann 2.1 29
Dominic Lippmann 5.1 30 File as download. In case of error it returns "(% class="error" %)**ERROR:Description**(%%)".
Dominic Lippmann 2.1 31
Dominic Lippmann 5.1 32 = Example Calls =
Dominic Lippmann 2.1 33
Dominic Lippmann 5.1 34 **Request for download**
YellowFox_RD 1.1 35 {{code language="java"}}https://map.yellowfox.de/rti/dt_rdl.php?company=(HEXKEY)&vehicle=(HEXKEY)&command=download&download=123456&markdownload=1{{/code}}
36