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 8 Current »

This service queries the People Hub dbo.YUPH_PEOPLE_GENERAL_HIST_RSET_V view and returns all records in that view or top of stack for the date(s) specified depending on the parameters sent. 

The response includes the same fields as the PeopleService and as allowed for the Service Account making the request with one addition:

<Validity>

<StartDate></StartDate>

<EndDate></EndDate>

</Validity>

Service Contract:  GetChangesService_v1.xlsx

For XML Parsing please see these notes: XML Parsing

Example SOAPUI Project: Coming Soon

Response XSD: ChangesService_Response_v1.xsd 

Endpoints:


Test:

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

Production:

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