GetSupervisoryOrgs
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
Endpoints:
Test:
https://gw-tst.its.yale.edu/soa-gateway/Workday/v1/GetSupervisoryOrgs
Production:
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:
Example Response
<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>
Example JSON:
Example Response
{"SupervisoryOrg": { "Header": { "Count": "4579", "Version": "1.0" }, "xmlns:xd": "http://www.oxygenxml.com/ns/doc/xsl", "xmlns:functx": "http://www.functx.com", "Organization": [ { "ManagerEmpID": "89555", "Nm": "Academic and Scientific Affairs - BBS Prog (Ellis, Bonnie S.)", "CostCenter": "CC0902", "Inactive": "0", "Cd": "SO89555", "ManagerNm": "Ellis, Bonnie S.", "SuperiorOrgCd": "SO18155BBS", "SuperiorOrgNm": "Biological and Biomedical Sciences (Alvaro, John Dominic)", "ManagerUPI": "12299709" }, { "ManagerEmpID": "18155", "Nm": "Academic and Scientific Affairs - Central Postdoctoral Affairs (Alvaro, John Dominic)", "CostCenter": "CC0898", "Inactive": "0", "Cd": "SO200096", "ManagerNm": "Alvaro, John Dominic", "SuperiorOrgCd": "SO97770", "SuperiorOrgNm": "Deputy Provost - Science and Technology (D'Angelo, Lisa Bertetto)", "ManagerUPI": "10305592" } ], "xmlns:wd": "urn:com.workday.report/YUIT_Web_Services_SupervisoryOrg_Info", "xmlns:xtt": "urn:com.workday/xtt" }}