Changes Service Making Requests
Data Source: People Hub
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>
GetChangesService Contract: GetChangesService_v1.xlsx
For XML Parsing please see these notes: XML Parsing
Response XSD: ChangesService_Response_v1.xsd
Example SOAPUI Project: Coming Soon
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:
Related articles