Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This is a minor version, which indicates that if you do not want any of the new features your existing code will continue to work. This change is currently in Test and is pending deployment to Production by 8/30/2019.

Details on how to use the API: SearchByIndividual Service Making Requests

Enhancements:

1.In Previous versions of SearchByIndividual, ID searches were always using the "Equals" function to draw an exact match and Name searches were always doing a "BeginsWith". A new query parameter of "comparator" allows the user to override this functionality if required to use a different comparison method. However, if you use anything, but "equals" with date of birth, you may see incorrect results.

2. Additional query parameters of DOB, SSN, Cost Center, Employee ID, and Comparator are added.

All Query Parameters you can now pass:

Query Parameters
UPI
Netid
Firstname
Lastname
Idcard
Proxnumber
Role (Staff, Faculty, Student, Affiliate, Employee, Member)
Includefuture (Y, N (default is N))
DOB (date of birth, format yyyy-MM-dd works best)
SSN (national identifier, if you have access)
Costcenter
employeeid
Comparator (Equals, Beginswith, Like, In, Contains)



  • No labels