Last modified by YellowFox_RD on 2025/01/23 08:58

From version 2.1
edited by YellowFox_RD
on 2025/01/23 08:58
Change comment: There is no comment for this version
To version 1.1
edited by YellowFox_RD
on 2024/12/19 10:11
Change comment: Imported from XAR

Summary

Details

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