Staff

/rest/staff/all

  • Get 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>

From 13.2.2: Added changed by_id and date info.

/rest/staff/all_and_old

  • Get all incl. old members of staff
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>

From 13.2.2: Added changed by_id and date info.