Inhaltsverzeichnis

Staff

GET

Get staff list

/rest/staff/all

Example result
<?xml version="1.0" encoding="UTF-8"?>
<xml>
    <item0 id="1" holiday_rate_id="1" staff_name="Administrator" company_name="stammfirma" company_currency_id="" fullname="Administrator (stammfirma)" />
    <item1 id="2" holiday_rate_id="0" staff_name="Mitarbeiter" company_name="stammfirma" company_currency_id="" fullname="Mitarbeiter (stammfirma)" />
</xml>

Get full staff list [From X2 13178]

/rest/staff/all_and_old

Example result
<?xml version="1.0" encoding="UTF-8"?>
<xml>
    <item0 id="1" holiday_rate_id="1" staff_name="Administrator" company_name="stammfirma" company_currency_id="" fullname="Administrator (stammfirma)" />
    <item1 id="2" holiday_rate_id="0" staff_name="Mitarbeiter" company_name="stammfirma" company_currency_id="" fullname="Mitarbeiter (stammfirma)" />
</xml>