wsdlGetSchedulesV3

Description

Input

Parameter Requirement Level Default Comment
badgeno optional Not set Optional parameter to retrive a specific employee's agreement template 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
fromdate Required current date Format: “YYYY-MM-DD”
todate Required current date Format: “YYYY-MM-DD”

Output

  • List of employees or single employee Schedule template in JSON object format. Example output:
  • [ { "scheduleId": 624540169, "Name": "Cagliarini, Anthony", "Badge No.": "391367", "Station": "ARU", "Shift Start Time": "2022-08-01 09:00:00", "Shift End Time": "2022-08-01 21:00:00", "Original Punch In": "2022-08-01 06:39:00", "Original Punch Out": "2022-08-01 22:04:12", "Punch In": "2022-08-01 07:00:00", "Punch Out": "2022-08-01 22:04:00", "Scheduled Hours": 11.0, "Punched Hours": 14.0667, "Punch Type": "valid", "Punched Changed": "Yes", "Overtime Hours": 3.0667, "Employee Comments": null } ... ]
  • Example Query

    https://falckws.com/wsdlgetSchedulesV3?districtid=10291&startdate=2022/05/29&enddate=2022/05/30