Wiki source code of do_track_once_group.asp
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 | (((Table of Contents))) |
![]() |
1.1 | 3 | {{toc/}} |
4 | |||
5 | (% class="red mark" %)DEPRECATED(%%) | ||
![]() |
2.1 | 6 | Single tracking for a vahicle group. |
7 | = Description = | ||
![]() |
1.1 | 8 | //**do_track_once_group.asp?company**=RTI_COMPANYKEY**&group**=RTI_GROUPKEY**&ts**=yyyymmddhhmmsszzzzzzzz |
9 | // | ||
10 | = Parameter = | ||
![]() |
2.1 | 11 | |=parameter|=description|=type|=note|=required |
12 | |company|RTIcompany key|string||yes | ||
13 | |group|RTI vehicle group key|string|A vehicle group always corresponds to a vehicle group in the YellowFox-Portal.|yes | ||
14 | |ts|Time stamp|string|Format: YYYYMMDDHHMMSSZZZZ|yes | ||
![]() |
1.1 | 15 | |
![]() |
2.1 | 16 | = Return = |
17 | A **string** is returned. On success the answer "**SESSKEY:SESSIONKEY**" is returned. Otherwise a "(% class="error" %)**ERROR:Description**(%%)" is returned. | ||
18 | = Example call = | ||
![]() |
1.1 | 19 | |
20 | {{code language="java"}}https://map.yellowfox.de/rti/do_track_once_group.asp?company=RTI_COMPANYKEY&group=RTI_GROUPKEY&ts=20150912143000{{/code}} | ||
21 |