Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languagede

Gibt die personen liste zurück. Diese besteht aus Personen name und dem aktuellsten Personen Schlüssel.

Beschreibung

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

 

parameterdescriptiontypenoterequired
companyRTI company keystring/yes
importRTI import key for all vehicles/personsstring/

yes

Return

Rückgabe

Es wird eine Zeichenkette zurück gegebenA 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

Example:

 

Code Block
"NAME";"KEY";
"Mr. Miller";"SP12345";
"Mrs. Meier";"SP48234"

 

Sv translation
languageen

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

Example:

Code Block
"NAME";"KEY";
"Mr. Miller";"SP12345";
"Mrs. Meier";"SP48234"