Created
July 21, 2026 14:03
-
-
Save r4hulp/982e5e0c7abbcebd531e269e21cbbce7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://wd3-impl-services1.workday.com/ccx/service/your_tenant/Human_Resources/v46.2 | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <soapenv:Envelope | |
| xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" | |
| xmlns:wd="urn:com.workday/bsvc" | |
| xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> | |
| <soapenv:Header> | |
| <wsse:Security soapenv:mustUnderstand="1"> | |
| <wsse:UsernameToken> | |
| <wsse:Username>YOUR_ISU_USERNAME@YOUR_TENANT</wsse:Username> | |
| <wsse:Password | |
| Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText"> | |
| YOUR_ISU_PASSWORD | |
| </wsse:Password> | |
| </wsse:UsernameToken> | |
| </wsse:Security> | |
| <wd:Workday_Common_Header> | |
| <wd:Include_Reference_Descriptors_In_Response>true</wd:Include_Reference_Descriptors_In_Response> | |
| </wd:Workday_Common_Header> | |
| </soapenv:Header> | |
| <soapenv:Body> | |
| <wd:Get_Workers_Request wd:version="v46.2"> | |
| <wd:Request_Criteria> | |
| <!-- Hire transactions only --> | |
| <wd:Transaction_Log_Criteria_Data> | |
| <wd:Transaction_Date_Range_Data> | |
| <!-- Hire was entered into Workday during this period --> | |
| <wd:Updated_From> | |
| 2026-07-20T00:00:00.000+02:00 | |
| </wd:Updated_From> | |
| <wd:Updated_Through> | |
| 2026-07-21T23:59:59.999+02:00 | |
| </wd:Updated_Through> | |
| <!-- Hire becomes effective during this period --> | |
| <wd:Effective_From> | |
| 2026-07-20T00:00:00.000+02:00 | |
| </wd:Effective_From> | |
| <wd:Effective_Through> | |
| 2026-07-21T23:59:59.999+02:00 | |
| </wd:Effective_Through> | |
| </wd:Transaction_Date_Range_Data> | |
| <wd:Transaction_Type_References> | |
| <!-- Employees --> | |
| <wd:Transaction_Type_Reference> | |
| <wd:ID wd:type="Business_Process_Type"> | |
| Hire Employee | |
| </wd:ID> | |
| </wd:Transaction_Type_Reference> | |
| <!-- Contingent workers --> | |
| <wd:Transaction_Type_Reference> | |
| <wd:ID wd:type="Business_Process_Type"> | |
| Contract Contingent Worker | |
| </wd:ID> | |
| </wd:Transaction_Type_Reference> | |
| </wd:Transaction_Type_References> | |
| </wd:Transaction_Log_Criteria_Data> | |
| <!-- Netherlands --> | |
| <wd:Country_Reference> | |
| <wd:ID wd:type="ISO_3166-1_Alpha-2_Code">NL</wd:ID> | |
| </wd:Country_Reference> | |
| <!-- Include employees --> | |
| <wd:Exclude_Employees>false</wd:Exclude_Employees> | |
| <!-- Include contingent workers --> | |
| <wd:Exclude_Contingent_Workers>false</wd:Exclude_Contingent_Workers> | |
| <!-- Only active workers --> | |
| <wd:Exclude_Inactive_Workers>true</wd:Exclude_Inactive_Workers> | |
| </wd:Request_Criteria> | |
| <wd:Response_Filter> | |
| <!-- Worker data as it exists today --> | |
| <wd:As_Of_Effective_Date> | |
| 2026-07-21 | |
| </wd:As_Of_Effective_Date> | |
| <wd:As_Of_Entry_DateTime> | |
| 2026-07-21T23:59:59.999+02:00 | |
| </wd:As_Of_Entry_DateTime> | |
| <wd:Page>1</wd:Page> | |
| <!-- Maximum 10 records in this page --> | |
| <wd:Count>10</wd:Count> | |
| </wd:Response_Filter> | |
| <wd:Response_Group> | |
| <wd:Include_Reference>true</wd:Include_Reference> | |
| <wd:Include_Personal_Information>true</wd:Include_Personal_Information> | |
| <wd:Include_Employment_Information>true</wd:Include_Employment_Information> | |
| <wd:Include_Organizations>true</wd:Include_Organizations> | |
| <wd:Include_Transaction_Log_Data>true</wd:Include_Transaction_Log_Data> | |
| <!-- Keep unnecessary sections out --> | |
| <wd:Exclude_Organization_Support_Role_Data>true</wd:Exclude_Organization_Support_Role_Data> | |
| <wd:Exclude_Location_Hierarchies>true</wd:Exclude_Location_Hierarchies> | |
| <wd:Exclude_Cost_Center_Hierarchies>true</wd:Exclude_Cost_Center_Hierarchies> | |
| <wd:Exclude_Company_Hierarchies>true</wd:Exclude_Company_Hierarchies> | |
| <wd:Exclude_Matrix_Organizations>true</wd:Exclude_Matrix_Organizations> | |
| <wd:Exclude_Pay_Groups>true</wd:Exclude_Pay_Groups> | |
| <wd:Exclude_Regions>true</wd:Exclude_Regions> | |
| <wd:Exclude_Region_Hierarchies>true</wd:Exclude_Region_Hierarchies> | |
| <wd:Exclude_Business_Units>true</wd:Exclude_Business_Units> | |
| <wd:Exclude_Business_Unit_Hierarchies>true</wd:Exclude_Business_Unit_Hierarchies> | |
| </wd:Response_Group> | |
| </wd:Get_Workers_Request> | |
| </soapenv:Body> | |
| </soapenv:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment