wsdlGetEmployees

Description

Input

Parameter Requirement Level Default Comment
badgeno optional Not set Optional parameter to retrive a specific employee based on thier unique Badge nunber. Exclude this parameter to retrive all employees.
districtid Required if Unit ID not specified n/a Unique District ID to query all business units. Do not include unitid if District ID is used.
unitid Required if District ID not specified n/a Unique Business Unit ID. Do not include districtid if Business ID is applied

Output

  • List of employees or single employee JSON object. Example output:
  • [ { "id": 2179240, "badgeNo": "392236", "givenName": "Kevin", "familyName": "Arnold", "address1": null, "address2": null, "zip": null, "city": null, ...
  • Example Query

    https://falckws.com/wsdlGetEmployees?districtid=10291&badgeNo=1234