Wiki source code of dt_rdl.php (Command: download)
Last modified by YellowFox_RD on 2024/12/19 10:11
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | (% class="box" %) |
![]() |
2.1 | 2 | ((( |
![]() |
5.1 | 3 | Table of Contents |
![]() |
2.1 | 4 | ))) |
5 | |||
![]() |
1.1 | 6 | {{toc/}} |
7 | |||
![]() |
2.1 | 8 | (% class="mark red" %)DEPRECATED(%%) |
![]() |
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. | ||
![]() |
2.1 | 11 | |
![]() |
5.1 | 12 | = Description = |
![]() |
2.1 | 13 | |
14 | **dt_rdl.php?company**=//COMPANY_RTIKEY//**&vehicle**=//VEHICLE_RTIKEY//**&command**=download**&download**//=id//**&markdowload**//=0// | ||
15 | |||
![]() |
1.1 | 16 | = Parameter = |
![]() |
2.1 | 17 | |
![]() |
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 | ||
![]() |
1.1 | 27 | |
![]() |
5.1 | 28 | = Return = |
![]() |
2.1 | 29 | |
![]() |
5.1 | 30 | File as download. In case of error it returns "(% class="error" %)**ERROR:Description**(%%)". |
![]() |
2.1 | 31 | |
![]() |
5.1 | 32 | = Example Calls = |
![]() |
2.1 | 33 | |
![]() |
5.1 | 34 | **Request for download** |
![]() |
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 |