You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Shows a list of cars which are affected by a RTI request.

Description

get_cars.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY

Parameter

ParameterBeschreibungTypHinweisPflicht
companyRTI company keystring yes
vehicleRTI vehicle keystringeither vehicle, group or import parameter(yes)
groupRTI group keystringeither vehicle, group or import parameter(yes)
importRTI import keystringeither vehicle, group or import parameter(yes)

Return

Return a string. In case of error it returns "ERROR:Description".

Meta informations

SeparatorSemicolon ( ; )
DelimiterDouble quote ( " )
Line break0x0D 0x0A (CarriageReturn LineFeed)
HeaderLine 1
EncodingUTF-8

Columns

Column
Description
CARNAMEname of the vehicle

 

Example

"CARNAME";
"CAR1";
"CAR2";
"CAR3";
"CAR4";
"CAR5";
"CAR6";

Example Calls

Name of one vehicle
http://map.yellowfox.de/rti/get_cars.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY
Returns all cars of a group
http://map.yellowfox.de/rti/get_cars.php?company=COMPANY_RTIKEY&group=GROUP_RTIKEY
All cars, which are requestable over the RTI
http://map.yellowfox.de/rti/get_cars.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY


  • No labels