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 3 Next »

This service will return the same response as the PeopleService, but it is a GET request for either 1 individual if searching by netid, upi, idcard, proxnumber or a small subset if searching by name parameters.

NOTE: If your service account does not have access to id card number and prox number you cannot filter by those identifiers. Parameters are limited to fields of access.

Service Contract:

DRAFT_GetChangesService.xlsx

For XML Parsing please see these notes: XML Parsing

Example SOAPUI Project: Coming Soon

Endpoints:

Dev (Less stable (ongoing build process), can use for failure testing, or getting queries correct):

https://gw-dev.its.yale.edu/soa-gateway/PeopleHub/v1/GetChangesService

Test (Preferred Endpoint, more stable):

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

Production (Not Available until Workday R4 Go-Live July 1 2017):

https://gw.its.yale.edu/soa-gateway/PeopleHub/v1/GetChangesService

 

Parameters: These can be added in any amount, all can be used, just one, or any combination of them. However, at least 1 parameter value must be used for this service. To use multiple parameters place "&" in between the parameters. See service contract for details.

pagenumber=

recordsperpage=

changestartdate=

changetodate=

showallchanges=

 

Examples:

https://gw-tst.its.yale.edu/soa-gateway/PeopleHub/v1/GetChangesService?pagenumber=1&recordsperpage=100&changestartdate=2017-03-26

https://gw-tst.its.yale.edu/soa-gateway/PeopleHub/v1/GetChangesService?pagenumber=1&recordsperpage=100&changestartdate=2017-04-27

https://gw-tst.its.yale.edu/soa-gateway/PeopleHub/v1/GetChangesService?pagenumber=1&recordsperpage=200&showallchanges=N

 

 

 

  • No labels