get_persons.php

Last modified by YellowFox_RD on 2024/12/19 10:11

Table of Contents

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

ParameterDescriptionTypeNoteMandatory
companyRTI company keystringyes
importRTI import key for all vehicles/personsstringyes

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

ColumnDescription
NAMEthe person name
KEYlatest personal key
EMPL_NRemployee number

Example Calls

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"