Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DRAFT_SearchbyIndividual.xlsx

 

Endpoints:

Dev (please switch off this before Jan 20th as Endpoint URLs will be changing and will break your connection):

https://gw-dev.its.yale.edu/soa-gateway/PeopleHub/SearchByIndividual?

Test (Use this going forward unless you have a need for Dev, this will be more stable):

https://gw-tst.its.yale.edu/soa-gateway/PeopleHub/v1/SearchByIndividual?

 

Parameters: These can be added in any amount, all 6 can be used, just one, or any combination of the 6them. However, at least 1 parameter value must be used for this service. In order to use "roles" you must use it with an identifier parameter, like name. To use multiple parameters place "&" in between the parameter names.

...

lastname=   (Partial or full names are allowed, if partial name it must be the first portion of the name)

idcard=

proxnumber=

role= View service contract for details on valid entries

outputformat=   (enter xml or json), if no output format is defined, it will default to xml

 

Examples:

https://gw-devtst.its.yale.edu/soa-gateway/PeopleHub/v1/SearchByIndividual?lastname=Young&firstname=Br&outputformat=xml

 

https://gw-devtst.its.yale.edu/soa-gateway/PeopleHub/v1/SearchByIndividual?lastname=Young&firstname=Br&outputformat=json

 

https://gw-devtst.its.yale.edu/soa-gateway/PeopleHub/v1/SearchByIndividual?netid=sl2393

 

Example SOAPUI Project:

SearchByIndividual-soapui-project.xml

...