Operations at https://interdev.dot.state.fl.us/fel4_u/StaffService.svc

This page describes the service operations at this endpoint.

Uri Method Description
/staff/ GET Returns a list of IStaffMember containing ALL staff.
/staff/{staffId}/ GET Returns an IStaffMember by id.
/staff/{staffId}/signature/{newSignature}/ PUT Updates the signature for the specified staff member.
/staff/bycriteria GET Returns a list of IStaffMember matching IStaffSearchCriteria (as JSON-serialized string).
/staff/district/{districtCode}/ GET Returns a list of IStaffMember within the specified district. Includes active and inactive staff.
/staff/district/{districtCode}/active/ GET Returns a list of IStaffMember within the specified district who are active.
/staff/group/{group}/ GET Returns a list of IStaffMember active and in the specified Active Directory group.
/staff/inactive/{inactivatedDate}/ GET Returns a list of IStaffMember inactive as of the specified date.
/staff/name/{firstName}/{lastName}/ GET Returns a list of IStaffMember by first and/or last name.
/staff/name/partial/{partialName}/ GET Returns a list of IStaffMember by partial name.
/staff/peoplefirst/{peopleFirstId}/ GET Returns an IStaffMember by PeopleFirst id.
/staff/position/{position}/active/ GET Returns a list of IStaffMember active and in the specified position.
/staff/racf/{racfId}/ GET Returns an IStaffMember by RACF id.
/staff/search/ GET Returns an empty IStaffSearchCriteria.
/staff/typecodes/ GET Returns a list of the staff type codes as IStaffTypeCode.
/staff/version/ GET Returns the current service version.
GetAllStaffByDistrict GET Returns a list of IStaffMember within the specified district. Includes only active staff by default.
GetInactiveStaffByInactivatedDate GET Returns a list of IStaffMember inactive as of the specified date.
GetStaffById GET Returns an IStaffMember by id.
GetStaffByIds POST Returns a list of IStaffMember by id.
GetStaffByRacfIds POST Returns a list of IStaffMember by RACF id.
SearchStaffBySearchCriteria POST Returns a list of IStaffMember matching IStaffSearchCriteria.
UpdateSignature GET Updates the signature for the specified staff member.