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

Compare with Current View Page History

« Previous Version 18 Next »

Returns the personal list. This is the personal name with it newest personal key.

Description

get_persons.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY

Parameters

parameter
description
type
note
required
companyRTI company keystring yes
importRTI import key for all vehicles/personsstring 

yes

Return

A string is returned. On error the "403 - Forbidden: Access Denied " HTTP-Header is send.

CSV format

If the request is valid, the personal data are returned as CSV (Comma Separated Value) format. The first response line is always
the header, defining the column names. After it the personal data follows.

Meta informations

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

Columns

Column
Description
NAMEThe person name
KEY

latest personal key

EMPL_NREmployee Number

 

Example call

 

http://map.yellowfox.de/rti/get_persons.php?company=5B9E415563FB83E36714F70F03B3ECCC&import=27A2274DDF475B62EB70FF7B9DE5E756

Example response

 

"NAME";"KEY";"EMPL_NR"
"Mr. Miller";"SP12345";""
"Mrs. Meier";"SP48234";"1234"
  • No labels