Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sv translation
languageen

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

Description

Status
colourGreen
titleGET
 get_persons.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY

Parameters

parameterParameter
descriptionDescription
typeType
noteNote
mandatoryMandatory
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

separatorSeparatorsemicolon ( ; )
Delimiterdouble quote ( " )
Line break0x0D 0x0A (CarriageReturn LineFeed)
Headerline 1
EncodingUTF-8

Columns

columnColumn
descriptionDescription
NAMEthe person name
KEY

latest personal key

EMPL_NRemployee number
 

Example Calls

Example call
Code Block
 code
title
example call
https://map.yellowfox.de/rti/get_persons.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY


Code Block
titleExample response
code
"NAME";"KEY";"EMPL_NR"
"Mr. Miller";"SP12345";""
"Mrs. Meier";"SP48234";"1234"