Changes for page get_personnel.php
Last modified by YellowFox_RD on 2025/01/23 10:16
From version 2.1
edited by Dominic Lippmann
on 2025/01/23 10:14
on 2025/01/23 10:14
Change comment:
There is no comment for this version
To version 5.1
edited by YellowFox_RD
on 2025/01/23 10:16
on 2025/01/23 10:16
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. yf-dominic1 +XWiki.YellowFox_RD - Content
-
... ... @@ -35,7 +35,7 @@ 35 35 * 0 - return all results containing the searched string 36 36 * 1 - return only results matching exactly the searched string 37 37 )))default: 1 38 -this setting modifies the behaviour for parameters:// id, name, pkey, group|no 38 +this setting modifies the behaviour for parameters:~/~/ id, name, pkey, group|no 39 39 40 40 = Return = 41 41 ... ... @@ -62,9 +62,7 @@ 62 62 |BKRFQG_VALID_TO|bkrfqg[valid_to]|qualification by keynumber 95 valid to|expiration date of german "**B**erufs**kr**aft**f**ahrer**q**ualifikations**g**esetz"|only filled, if tacho archive active|format: YYYY-MM-DD HH:MM:SS 63 63 |BIRTHDATE|birthdate|date of birth|date of birth of person|only filled, if tacho archive active 64 64 If day and/or month are unknown, the birthdate is filled up with "XX" for the unknown values according to german passport law 65 - 66 66 (example: 1980-06-XX or 1980-XX-XX)|format: YYYY-MM-DD HH:MM:SS 67 - 68 68 |JOB_START_DATE|job_start_date|employee since|start date of beeing an employee at this company|only filled, if tacho archive active|format: YYYY-MM-DD HH:MM:SS 69 69 |DRV_LICENCE_CHECK_TAG_ID|drv_licence_check[tag_id]|NFC tag id|id of nfc tag for driver licence check| | 70 70 |DRV_LICENCE_CHECK_LAST_CHECK|drv_licence_check[last_check]|last [driver licence] check|date of latest driver licence check| |format: YYYY-MM-DD HH:MM:SS ... ... @@ -272,11 +272,11 @@ 272 272 == Examples == 273 273 274 274 **Abfrage aller Personen im CSV Format** 275 -{{code language=" xml"}}https://map.yellowfox.de/rti/get_personnel.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY&format=csv{{/code}}273 +{{code language="java"}}https://map.yellowfox.de/rti/get_personnel.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY&format=csv{{/code}} 276 276 277 277 **Abfrage aller Personen der Gruppe "Fahrer" mit allen Schlüsseln** 278 -{{code language=" xml"}}https://map.yellowfox.de/rti/get_personnel.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY&format=xml&group=Fahrer&history=1{{/code}}276 +{{code language="java"}}https://map.yellowfox.de/rti/get_personnel.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY&format=xml&group=Fahrer&history=1{{/code}} 279 279 280 280 **Abfrage der Daten einer Person mit einer bestimmten ID** 281 -{{code language=" xml"}}https://map.yellowfox.de/rti/get_personnel.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY&format=json&history=1&id=1234&strict=1{{/code}}279 +{{code language="java"}}https://map.yellowfox.de/rti/get_personnel.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY&format=json&history=1&id=1234&strict=1{{/code}} 282 282