Data Source: Workday
This service will query for all Supervisory Organizations, their Superior Org, the manager of that Org, and the default Cost Center.
GetSupervisoryOrgs Service Contract: GetSupervisoryOrgs_v1.xlsx
...
https://gw.its.yale.edu/soa-gateway/Workday/v1/GetSupervisoryOrgs
Examples:
XML Request: https://gw-tst.its.yale.edu/soa-gateway/Workday/v1/GetSupervisoryOrgs
JSON Request: https://gw-tst.its.yale.edu/soa-gateway/Workday/v1/GetSupervisoryOrgs?outputformat=JSON
Example XML:
Code Block | ||||
---|---|---|---|---|
| ||||
<SupervisoryOrg xmlns:functx="http://www.functx.com" xmlns:wd="urn:com.workday.report/YUIT_Web_Services_SupervisoryOrg_Info" xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl" xmlns:xtt="urn:com.workday/xtt"> <Header> <Version>1.0</Version> <Count>4579</Count> </Header> <Organization> <Cd>SO89555</Cd> <Nm>Academic and Scientific Affairs - BBS Prog (Ellis, Bonnie S.)</Nm> <Inactive>0</Inactive> <SuperiorOrgCd>SO18155BBS</SuperiorOrgCd> <SuperiorOrgNm>Biological and Biomedical Sciences (Alvaro, John Dominic)</SuperiorOrgNm> <ManagerNm>Ellis, Bonnie S.</ManagerNm> <ManagerUPI>12299709</ManagerUPI> <ManagerEmpID>89555</ManagerEmpID> <CostCenter>CC0902</CostCenter> </Organization> <Organization> <Cd>SO200096</Cd> <Nm>Academic and Scientific Affairs - Central Postdoctoral Affairs (Alvaro, John Dominic)</Nm> <Inactive>0</Inactive> <SuperiorOrgCd>SO97770</SuperiorOrgCd> <SuperiorOrgNm>Deputy Provost - Science and Technology (D'Angelo, Lisa Bertetto)</SuperiorOrgNm> <ManagerNm>Alvaro, John Dominic</ManagerNm> <ManagerUPI>10305592</ManagerUPI> <ManagerEmpID>18155</ManagerEmpID> <CostCenter>CC0898</CostCenter> </Organization> </SupervisoryOrg> |
...