Returns the personal list. This is the personal name with it newest personal key.
Description
GET get_persons.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY
Parameters
parameter | description | type | note | mandatory |
---|---|---|---|---|
company | RTI company key | string | yes | |
import | RTI import key for all vehicles/persons | string | 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
separator | semicolon ( ; ) |
---|---|
Delimiter | double quote ( " ) |
Line break | 0x0D 0x0A (CarriageReturn LineFeed) |
Header | line 1 |
Encoding | UTF-8 |
Columns
column | description |
---|---|
NAME | the person name |
KEY | latest personal key |
EMPL_NR | employee number |
Example call
https://map.yellowfox.de/rti/get_persons.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY
Example response
"NAME";"KEY";"EMPL_NR" "Mr. Miller";"SP12345";"" "Mrs. Meier";"SP48234";"1234"