Schedulefly API
The Schedulefly API is a web service that allows you to programatically access Schedulefly data.
The following operations are supported. For a formal definition, please review the Service Description.
-
getAdminScheduledShifts
Returns the scheduled shifts for the given date range. Use mm/dd/yyyy. -
getAllStaff
Returns all active and inactive Employees in your account. For a list of just active staff use getStaff(). -
getJobOpenings
Returns Job posts created in Schedulefly. -
getJobOpenings2
Returns Job posts created in Schedulefly. This one allows you to pass a param to include or not include applications. Pass 1 to include them. 0 to not. -
getScheduledShifts
Returns the scheduled shifts for the given date range. Use mm/dd/yyyy. -
getScheduledShiftsForEmployee
Returns the scheduled shifts for the given date range. Use mm/dd/yyyy. -
getStaff
Returns all active Employees in your account. For a list of all staff (active and inactive) use getAllStaff(). -
getStaffCategories
Returns all Employee Categories (schedule names) in your account. -
getStaffDetails
Returns the Employee for the given ID. -
getStaffInfo
Returns the Employee who made the request.