The CData Sync App provides a straightforward way to continuously pipeline your Workday data to any database, data lake, or data warehouse, making it easily available for Analytics, Reporting, AI, and Machine Learning.
The Workday connector can be used from the CData Sync application to pull data from Workday and move it to any of the supported destinations.
The Sync App leverages the Workday API to enable access to Workday.
For required properties, see the Settings tab.
For connection properties that are not typically required, see the Advanced tab.
After you set the parameters for the desired API and have created a custom OAuth and/or Azure AD API client, you are ready to connect.
| API | Prerequisites | Connection Parameters |
| WQL | Enable WQL service (See below) | ConnectionType: WQL |
| Reports as a Service | Set up catalog report (see Fine-Tuning Data Access) | ConnectionType: Reports |
| REST | Automatically enabled | ConnectionType: REST |
| SOAP | Automatically enabled | See Workday SOAP API, below |
To obtain the BaseURL and Tenant properties, log into Workday and search for View API Clients. On this screen, Workday displays the Workday REST API Endpoint, a URL that includes both the BaseURL and Tenant.
The format of the REST API Endpoint is:
https://domain.com/subdirectories/mycompany, where:
For example, in the REST API endpoint https://wd3-impl-services1.workday.com/ccx/api/v1/mycompany, the BaseURL is https://wd3-impl-services1.workday.com and the Tenant is mycompany.
This section describes both methods of authentication.
Note: Because they facilitate authentication to Workday APIs, this document frequently refers to custom OAuth applications as custom API Clients.
After you have an API client configured, set the following properties to connect using Workday credentials:
Standard OAuth User
AzureAD User
To authenticate as an ISU, you must first create either an API Client or an API Client for Integrations, as described in Creating a Custom API Client Application. You can create either of these clients using the JWT bearer grant type.
After you set the appropriate properties, you are ready to connect.
API Client for Integrations
API Client (JWT)
To use Basic authentication, set these connection parameters:
Other authentication methods are configured the same way as for the WQL and reporting services.
These permissions are defined by access scopes, which determine what data your application can access and what actions it can perform.
This topic provides information about the required access scopes and endpoint domains for the Workday Sync App.
Scopes are a way to limit an application's access to a user's data. They define the specific actions that an application can perform on behalf of the user.
For example, a read-only scope might allow an application to view data, while a full access scope might allow it to modify data.
| Scope | Description |
| System | List views and columns. Required for read access. |
| Tenant Non-Configurable | Access and execute reports as a service. |
| Workday Owned Scope | Include items or components owned and managed by Workday. Required for read access. |
Endpoint domains are the specific URLs that the application needs to communicate with in order to authenticate, retrieve records, and perform other essential operations.
Allowlisting these domains ensures that the network traffic between your application and the API is not blocked by firewalls or security settings.
Note: Most users do not need to make any special configurations. Allowlisting is typically only necessary for environments with strict security measures, such as restricted outbound network traffic.
| Domain | Always Required | Description |
| <Base URL> | TRUE | The base URL of your Workday REST API Endpoint, as specified in the BaseURL connection property. |
| community.workday.com | FALSE | The base URL for the Workday SOAP API. Required if using SOAP for your ConnectionType. |
| <CustomReportURL> | FALSE | The URL of your report catalog. Required if using Reports for your ConnectionType. |
| login.microsoft.com | FALSE | The base URL for AzureAD SSO. Required if using AzureAD as your AuthScheme |
This page describes:
Note: Because they facilitate authentication to Workday APIs, this document frequently refers to custom OAuth applications as custom API Clients.
Note: Be aware that Workday restricts each custom application to a single redirection URI. Therefore, if you have a mix of Desktop and Web users, you will probably need to create more than one custom application.
After the application is created, Workday loads the View API Client page with all the information for the new application. Save the Client ID and Client Secret so they can be used with the OAuthClientId and OAuthClientSecret connection properties.
After the application is created, Workday loads the View API Client page with all the information for the new app. Save the Client ID and Client Secret so they can be used with the OAuthClientId and OAuthClientSecret connection properties.
The following steps register an ISU with the API client you just created.
After the ISU is registered, Workday load sa page showing the Refresh Token for the ISU. Save this value so it can be used with the OAuthRefreshToken property.
To register the certificate in Workday:
Note: If you want to authenticate with OAuthJWT, you need to register an API Client for Integrations has to be registered with a specific ISU. After it is registered you can use the API Client to authenticate. If you do not already have an ISU, you must create one first, as described in Creating an Integration System User (ISU).
Thus, authenticating with Azure Active Directory requires two applications to be configured in your Azure tenant:
After the application is created:
When connecting with ConnectionType set to SOAP, the following properties will determine what tables are exposed:
When connecting with ConnectionType set to Reports, the Sync App supports reading reports that have been exposed through Workday Reports as a Service (RaaS). Workday does not have a built-in way for the Sync App to determine which reports have been exposed via RaaS, so you must create a custom report to use this feature:
After the report is created, you need to add a few columns and filters:
Note that the Current User filter is optional but recommended. It is there to ensure that the Sync App does not surface reports that your account does not have permissions to view. However, if the report has performance issues then the filter can be removed.
The final step is to find the URL associated with the report. This URL is used to set the CustomReportURL connection property.
The permissions used by the Begin and Submit stored procedures (see REST) are configured differently to other REST resources. The permissions for each change resource is determined by its underlying business process. For example, executing BeginOrganizationAssignmentChange triggers the Change Organization Assignments for Worker business process within Workday
If you find that the the Sync App is unable to start a business process, update the processs security policy as follows:
The Sync App discovers reports by accessing the catalog report indicated by the CustomReportURL property. If the output of the catalog report is not valid, the Sync App states that the report "does not list any valid RaaS reports" and fails the connection. There are a few common reasons for this:
While connecting to the SOAP service, you may receive an error stating "Invalid Request". This is a server-side Workday error. It often indicates that your user account has not been granted the permissions required to either connect via the API, or to obtain the specific information you have requested.
The tables and columns are retrieved from a publicly available service that requires no authentication, so this error may appear while either testing the connection, or when trying to retrieve data after metadata has been obtained.
While connecting, you may receive an error stating "Processing error occurred. The task submitted is not authorized".
This is a server-side error Workday error. This error typically indicates that your Workday account does not have the necessary module activated to access the table or Service you are attempting to connect to.
Ensure the correct module is activated if you receive this error. The Sync App is unable to dynamically determine which modules are available at runtime, but the exposed services can be configured via the Service connection property.
This section details a selection of advanced features of the Workday Sync App.
The Sync App supports the use of user defined views, virtual tables whose contents are decided by a pre-configured user defined query. These views are useful when you cannot directly control queries being issued to the drivers. For an overview of creating and configuring custom views, see User Defined Views .
Use SSL Configuration to adjust how Sync App handles TLS/SSL certificate negotiations. You can choose from various certificate formats;. For further information, see the SSLServerCert property under "Connection String Options" .
Configure the Sync App for compliance with Firewall and Proxy, including Windows proxies and HTTP proxies. You can also set up tunnel connections.
For further information, see Query Processing.
By default, the Sync App attempts to negotiate TLS with the server. The server certificate is validated against the default system trusted certificate store. You can override how the certificate gets validated using the SSLServerCert connection property.
To specify another certificate, see the SSLServerCert connection property.
To authenticate to an HTTP proxy, set the following:
Set the following properties:
The Sync App exposes two kinds of data sources:
The Sync App does not list all the data sources defined within Workday. It only exposes data sources that are accessible to the authenticating user. For example, if the authenticating user has only HR roles, they may view data sources containing employee records, but not data sources about financial assets.
The Sync App only supports one data source filter per data source. When the unfiltered version of the data source is available, it picks the first filter when a filter is required. For further information, see WQLDataSourceFilters.
To work around this limitation, use UseSplitTables to split each data source into multiple views with fewer columns.
When ConnectionType is set to Reports, the Sync App also grants access to reports that are exposed using Reports as a Service (RaaS). These reports are exposed as views within the Reports schema. Accessing these reports requires extra connection setup beyond the basic settings for WQL access. For details on what it required, see Fine-Tuning Data Access.
SELECT * FROM [Account Balance Data]
WHERE Company_Prompt IN ('1234567890abcdef', 'f1234567890abcde')
AND Region_Prompt = 'ef1234567890abcd'
AND Include_Managers_Prompt = TRUE
AND Start_Date_Prompt = '2022-01-01'
Other filters may be included with prompts.
These do not affect the way Workday generates the report, but the Sync App removes non-matching rows from the response:
SELECT * FROM [Account Balance Data]
/* Prompts */
WHERE Company_Prompt IN ('1234567890abcdef', 'f1234567890abcde')
AND Region_Prompt = 'ef1234567890abcd'
AND Include_Managers_Prompt = TRUE
AND Start_Date_Prompt = '2022-01-01'
/* Other filters */
AND Department = 'Sales and Marketing'
AND Account_Type = 'LIABILITY'
Normally the Sync App matches a request reference to its data field. When this happens the Sync App exposes only the data field and translates filters on the data field into request reference parameters. However, if the Sync App cannot match a request reference to a data field, it instead adds a separate _RequestRef column. These columns are used exactly the same way as _Prompt columns within queries.
Sometimes this is not possible because the prompt contains complex repeated values that must appear together. For these cases the Sync App supports aggregate prompts provided as XML. The XML must have a root element called Rows, which contains child elements that match the criteria field. The criteria field itself has a different structure depending upon the specific table and prompt you are using. Refer to the Workday SOAP documentation for full definitions of each criteria type.
For example, the Workers table in the Human Resources schema has a prompt called Eligibility_Criteria_Data_Prompt.
Workday documents the Eligibility_Criteria_Data structure as having three values: a single field, an optional effective date, and an optional entry timestamp.
The following query provides two of these eligibility criteria values:
SELECT * FROM Human_Resources.Workers WHERE Eligibility_Criteria_Data_Prompt =
'<Row>
<Eligibility_Criteria_Data>
<Field_Reference Descriptor="field a">
<ID type="WID">abc123</ID>
</Field_Reference>
<As_Of_Effective_Date>2024-05-28</As_Of_Effective_Date>
</Eligibility_Criteria_Data>
<Eligibility_Criteria_Data>
<Field_Reference Descriptor="field b">
<ID type="WID">def456</ID>
</Field_Reference>
<As_Of_Entry_DateTime>2024-05-28T14:27:42-05:00</As_Of_Entry_DateTime>
</Eligibility_Criteria_Data>
</Row>'
Note the following differences between the XML you provide here and what Workday natively accepts:
This section contains examples of views that may be accessible when ConnectionType is set to WQL. All the data sources used by these views are part of core Workday and the HCM module.
Views are similar to tables in the way that data is represented; however, views are read-only.
Queries can be executed against a view as if it were a normal table.
| Name | Description |
| allAllowancePlans | Accesses the Allowance Plan as the primary object and returns one row per plan. Includes all allowance plans. Does not contain built-in prompts. This data source delivers the additions and removals for plans over time. |
| allBonusPlans | Accesses the Bonus Plan as the primary object and returns one row per bonus plan. Includes all active bonus plans. Does not contain built-in prompts. The data source delivers the additions and removals for bonus plans over time. |
| allCompensationPlans | Accesses the Compensation Plan as the primary object and returns one row per plan. Includes all active plans. Does not contain built-in prompts. This data source delivers the additions and removals for plans over time. |
| allCompensationRuleAssignments | Accesses the Compensation Rule as its primary object. The Compensation Rule object returns one row per Compensation Rule. Includes all Compensation Rules. Does not contain any built-in prompts. |
| allJobProfiles | Accesses Job Profile as the primary object and returns one row per job profile. Includes all active and inactive job profiles. Does not contain built-in prompts. |
| allMeritPlans | Accesses the Merit Plan as the primary object and returns one row per plan. Includes all active and inactive plans. Does not contain any built-in prompts. The data source delivers the additions and removals for plans over time. |
| allOpenPositions | Accesses the Position as its primary object. The Position object returns one row per position. Includes only open positions that are in supervisory organizations that the user has access. Does not contain any built-in prompts. |
| allPre_Hires | Accesses Pre-Hire as the primary object and returns one row per pre-hire. Includes all pre-hires as well as pre-hires converted to hires. Does not contain built-in prompts. |
| allWorkdayAccounts | Accesses the Workday Account object and returns one row per Workday account. Includes all Workday accounts ever created, either currently enabled or not. Does not contain built-in prompts. This data source will show settings of the user login information and preferences in Workday. |
| allWorkers | Accesses the Worker as its primary object and returns one row per worker. Includes all workers even workers to be hired in the future. Does not contain any built-in prompts. This data source can be used to build reports on all workers. Helpful Tips - 1) If the worker is hired in the future, all fields will be returned based on the effective date. 2) If no effective date is specified, the system will use the current date as the effective date. 3) If the effective date is less than the worker's hire date, no effective dated information (such as position information, compensation information and so on) will be returned. 4) If effective dated behavior is desired, use the "All Active and Terminated workers" data source instead. |
| classes | Returns all classes accessible by the current user |
| organizationsIManage | Accesses the Organization as its primary object. The Organization object returns one row per organization. Only includes supervisory organizations that the user manages. Prompts the user at run-time for Supervisory Organization to automatically filter the report results. |
| positionsValidForCompensationSelectionRule | Accesses the Position Group as its primary object. The Position Group object returns one row per Position Group. Includes all unfilled and filled Positions. Prompts the user at run-time for a Compensation Rule to automatically filter the report results. |
| topLevelOrganizations | Accesses the Organization object and returns one row per organization. Includes all active and inactive organizations with no superior. Does not contain built-in prompts. |
| topLevelOrganizationsAndSubordinates | Accesses the Organization as its primary object. The Organization object returns one row per organization. |
Accesses the Allowance Plan as the primary object and returns one row per plan. Includes all allowance plans. Does not contain built-in prompts. This data source delivers the additions and removals for plans over time.
| Name | Type | References | Description |
| classOfInstance1_id | String | Class of Instance id | |
| classOfInstance1_descriptor | String | Class of Instance descriptor | |
| cf_CompensationPlanEqualToHourly | Bool | Compensation Plan = Hourly | |
| cf_FrequencyForCompensationPlan_id | String | Frequency for Compensation Plan id | |
| cf_FrequencyForCompensationPlan_descriptor | String | Frequency for Compensation Plan descriptor | |
| cf_CompensationPlanEqualToAllowance | Bool | Compensation Plan = Allowance | |
| cf_CompensationPlanEqualToBonus | Bool | Compensation Plan = Bonus | |
| cf_CompensationPlanTypeEqualToMerit | Bool | Compensation Plan Type = Merit | |
| cf_CompensationPlanEqualToCommission | Bool | Compensation Plan = Commission | |
| cf_CompensationPlanEqualToStock | Bool | Compensation Plan = Stock | |
| cf_CompensationPlanEqualToSalaryPlanUnitPeriodOrSalary | Bool | Compensation Plan = Salary Plan (Unit, Period or Salary) | |
| compensationPlanName | String | Compensation Plan Name | |
| description | String | Description | |
| compensationPlanDefaults_id | String | Compensation Plan Defaults id | |
| compensationPlanDefaults_descriptor | String | Compensation Plan Defaults descriptor | |
| compensationPlanProcessHistory | String | Compensation Plan Process History | |
| compensationPackages | String | Compensation Packages | |
| eligibilityRules | String | Eligibility Rules | |
| compensationPlan_id | String | Compensation Plan id | |
| compensationPlan_descriptor | String | Compensation Plan descriptor | |
| positionsInCompensationPlan | String | Positions in Compensation Plan | |
| employeesInCompensationPlan | String | Employees in Compensation Plan | |
| calculationType_id | String | Calculation Type id | |
| calculationType_descriptor | String | Calculation Type descriptor | |
| calculation_id | String | Calculation id | |
| calculation_descriptor | String | Calculation descriptor | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Accesses the Bonus Plan as the primary object and returns one row per bonus plan. Includes all active bonus plans. Does not contain built-in prompts. The data source delivers the additions and removals for bonus plans over time.
| Name | Type | References | Description |
| classOfInstance1_id | String | Class of Instance id | |
| classOfInstance1_descriptor | String | Class of Instance descriptor | |
| cf_CompensationPlanEqualToHourly | Bool | Compensation Plan = Hourly | |
| cf_FrequencyForCompensationPlan_id | String | Frequency for Compensation Plan id | |
| cf_FrequencyForCompensationPlan_descriptor | String | Frequency for Compensation Plan descriptor | |
| cf_CompensationPlanEqualToAllowance | Bool | Compensation Plan = Allowance | |
| cf_CompensationPlanEqualToBonus | Bool | Compensation Plan = Bonus | |
| cf_CompensationPlanTypeEqualToMerit | Bool | Compensation Plan Type = Merit | |
| cf_CompensationPlanEqualToCommission | Bool | Compensation Plan = Commission | |
| cf_CompensationPlanEqualToStock | Bool | Compensation Plan = Stock | |
| cf_CompensationPlanEqualToSalaryPlanUnitPeriodOrSalary | Bool | Compensation Plan = Salary Plan (Unit, Period or Salary) | |
| compensationPlanName | String | Compensation Plan Name | |
| description | String | Description | |
| compensationPlanDefaults_id | String | Compensation Plan Defaults id | |
| compensationPlanDefaults_descriptor | String | Compensation Plan Defaults descriptor | |
| compensationPlanProcessHistory | String | Compensation Plan Process History | |
| compensationPackages | String | Compensation Packages | |
| eligibilityRules | String | Eligibility Rules | |
| compensationPlan_id | String | Compensation Plan id | |
| compensationPlan_descriptor | String | Compensation Plan descriptor | |
| positionsInCompensationPlan | String | Positions in Compensation Plan | |
| employeesInCompensationPlan | String | Employees in Compensation Plan | |
| calculationType_id | String | Calculation Type id | |
| calculationType_descriptor | String | Calculation Type descriptor | |
| calculation_id | String | Calculation id | |
| calculation_descriptor | String | Calculation descriptor | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Accesses the Compensation Plan as the primary object and returns one row per plan. Includes all active plans. Does not contain built-in prompts. This data source delivers the additions and removals for plans over time.
| Name | Type | References | Description |
| classOfInstance1_id | String | Class of Instance id | |
| classOfInstance1_descriptor | String | Class of Instance descriptor | |
| cf_CompensationPlanEqualToHourly | Bool | Compensation Plan = Hourly | |
| cf_FrequencyForCompensationPlan_id | String | Frequency for Compensation Plan id | |
| cf_FrequencyForCompensationPlan_descriptor | String | Frequency for Compensation Plan descriptor | |
| cf_CompensationPlanEqualToAllowance | Bool | Compensation Plan = Allowance | |
| cf_CompensationPlanEqualToBonus | Bool | Compensation Plan = Bonus | |
| cf_CompensationPlanTypeEqualToMerit | Bool | Compensation Plan Type = Merit | |
| cf_CompensationPlanEqualToCommission | Bool | Compensation Plan = Commission | |
| cf_CompensationPlanEqualToStock | Bool | Compensation Plan = Stock | |
| cf_CompensationPlanEqualToSalaryPlanUnitPeriodOrSalary | Bool | Compensation Plan = Salary Plan (Unit, Period or Salary) | |
| compensationPlanName | String | Compensation Plan Name | |
| description | String | Description | |
| compensationPlanDefaults_id | String | Compensation Plan Defaults id | |
| compensationPlanDefaults_descriptor | String | Compensation Plan Defaults descriptor | |
| compensationPlanProcessHistory | String | Compensation Plan Process History | |
| compensationPackages | String | Compensation Packages | |
| eligibilityRules | String | Eligibility Rules | |
| compensationPlan_id | String | Compensation Plan id | |
| compensationPlan_descriptor | String | Compensation Plan descriptor | |
| positionsInCompensationPlan | String | Positions in Compensation Plan | |
| employeesInCompensationPlan | String | Employees in Compensation Plan | |
| workdayID | String | Workday ID | |
| referenceID1 | String | Reference ID | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Accesses the Compensation Rule as its primary object. The Compensation Rule object returns one row per Compensation Rule. Includes all Compensation Rules. Does not contain any built-in prompts.
| Name | Type | References | Description |
| classOfInstance1_id | String | Class of Instance id | |
| classOfInstance1_descriptor | String | Class of Instance descriptor | |
| positionsAndPositionGroupsSelectedByCompensationRule | String | Positions and Position Groups Selected by Compensation Rule | |
| compensationRuleName | String | Compensation Rule Name | |
| compensationRuleAssignment_id | String | Compensation Rule Assignment id | |
| compensationRuleAssignment_descriptor | String | Compensation Rule Assignment descriptor | |
| compensationComponents | String | Compensation Components | |
| employeesSelectedByCompensationRule | String | Employees Selected by Compensation Rule | |
| compensationGradeProfiles | String | Compensation Grade Profiles | |
| compensationGrades | String | Compensation Grades | |
| compensationPlans | String | Compensation Plans | |
| compensationPackages | String | Compensation Packages | |
| workdayID | String | Workday ID | |
| compensationEligibilityRule_id | String | Compensation Eligibility Rule id | |
| compensationEligibilityRule_descriptor | String | Compensation Eligibility Rule descriptor | |
| referenceID | String | Reference ID | |
| createdMoment | Date | Created Moment | |
| lastFunctionallyUpdated | Date | Last Functionally Updated | |
| currentOMSVersion_id | String | Current OMS Version id | |
| currentOMSVersion_descriptor | String | Current OMS Version descriptor | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Accesses Job Profile as the primary object and returns one row per job profile. Includes all active and inactive job profiles. Does not contain built-in prompts.
| Name | Type | References | Description |
| cf_JobProfileDegrees | String | Job Profile Degrees | |
| cf_CompensationSurvey | String | Compensation Survey | |
| cf_JobEvaluationScore | String | Job Evaluation Score | |
| classOfInstance1_id | String | Class of Instance id | |
| classOfInstance1_descriptor | String | Class of Instance descriptor | |
| cf_countriesWherePayRateTypeEqualToSalaried | String | Countries where Pay Rate Type = Salaried | |
| cf_countriesWherePayRateTypeEqualToHourly | String | Countries where Pay Rate Type = Hourly | |
| cf_CompensationGroup_id | String | Compensation Group id | |
| cf_CompensationGroup_descriptor | String | Compensation Group descriptor | |
| jobProfileName | String | Job Profile Name | |
| jobFamilyGroupAndFamily | String | All Job Families and Groups for Job Profile | |
| jobProfileSummary | String | Job Profile Summary | |
| jobProfile_id | String | Job Profile id | |
| jobProfile_descriptor | String | Job Profile descriptor | |
| jobClassifications | String | Job Classifications | |
| managementLevel_id | String | Management Level id | |
| managementLevel_descriptor | String | Management Level descriptor | |
| ID | String | ID | |
| compensationGradesImpactedByRules | String | Compensation Grades impacted by rules | |
| jobExempt | Bool | Job Exempt | |
| averagePay_Amount_value | Decimal | Average Pay - Amount value | |
| averagePay_Amount_currency | String | Average Pay - Amount currency | |
| employeeCount | Int | Employee Count | |
| highestPay_Amount_value | Decimal | Highest Pay - Amount value | |
| highestPay_Amount_currency | String | Highest Pay - Amount currency | |
| lowestPay_Amount_value | Decimal | Lowest Pay - Amount value | |
| lowestPay_Amount_currency | String | Lowest Pay - Amount currency | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Accesses the Merit Plan as the primary object and returns one row per plan. Includes all active and inactive plans. Does not contain any built-in prompts. The data source delivers the additions and removals for plans over time.
| Name | Type | References | Description |
| classOfInstance1_id | String | Class of Instance id | |
| classOfInstance1_descriptor | String | Class of Instance descriptor | |
| cf_CompensationPlanEqualToHourly | Bool | Compensation Plan = Hourly | |
| cf_FrequencyForCompensationPlan_id | String | Frequency for Compensation Plan id | |
| cf_FrequencyForCompensationPlan_descriptor | String | Frequency for Compensation Plan descriptor | |
| cf_CompensationPlanEqualToAllowance | Bool | Compensation Plan = Allowance | |
| cf_CompensationPlanEqualToBonus | Bool | Compensation Plan = Bonus | |
| cf_CompensationPlanTypeEqualToMerit | Bool | Compensation Plan Type = Merit | |
| cf_CompensationPlanEqualToCommission | Bool | Compensation Plan = Commission | |
| cf_CompensationPlanEqualToStock | Bool | Compensation Plan = Stock | |
| cf_CompensationPlanEqualToSalaryPlanUnitPeriodOrSalary | Bool | Compensation Plan = Salary Plan (Unit, Period or Salary) | |
| compensationPlanName | String | Compensation Plan Name | |
| description | String | Description | |
| compensationPlanDefaults_id | String | Compensation Plan Defaults id | |
| compensationPlanDefaults_descriptor | String | Compensation Plan Defaults descriptor | |
| compensationPlanProcessHistory | String | Compensation Plan Process History | |
| compensationPackages | String | Compensation Packages | |
| eligibilityRules | String | Eligibility Rules | |
| compensationPlan_id | String | Compensation Plan id | |
| compensationPlan_descriptor | String | Compensation Plan descriptor | |
| positionsInCompensationPlan | String | Positions in Compensation Plan | |
| employeesInCompensationPlan | String | Employees in Compensation Plan | |
| workdayID | String | Workday ID | |
| referenceID1 | String | Reference ID | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Accesses the Position as its primary object. The Position object returns one row per position. Includes only open positions that are in supervisory organizations that the user has access. Does not contain any built-in prompts.
| Name | Type | References | Description |
| cf_SupervisoryOrganizationHierarchy_id | String | Supervisory Organization Hierarchy id | |
| cf_SupervisoryOrganizationHierarchy_descriptor | String | Supervisory Organization Hierarchy descriptor | |
| cf_EarliestHireDate_Quarter | String | Earliest Hire Date - Quarter | |
| cf_MonthsFromEarliestHireDate | Int | Months from Earliest Hire Date | |
| cf_TimeToFill1 | Int | Time to Fill | |
| cf_OpenPositionCountAtEndOfLastQuarter | Int | Open Position Count at End of Last Quarter | |
| cf_ExecutiveGroup1_id | String | Executive Group id | |
| cf_ExecutiveGroup1_descriptor | String | Executive Group descriptor | |
| cf_AnnualPositionBurdenInUSD1_value | Decimal | Annual Position Burden in USD value | |
| cf_AnnualPositionBurdenInUSD1_currency | String | Annual Position Burden in USD currency | |
| cf_DaysFromEarliestHireDate | Int | Days from Earliest Hire Date | |
| cf_NumberOfMonthsPositionUnfilled | Int | # of Months Position Unfilled | |
| cf_PositionCount_Frozen | Int | Position Count - Frozen | |
| cf_AnnualPositionBurdenInUSDOpenPositionsOnly_value | Decimal | Annual Position Burden in USD (Open Positions Only) value | |
| cf_AnnualPositionBurdenInUSDOpenPositionsOnly_currency | String | Annual Position Burden in USD (Open Positions Only) currency | |
| cf_IsPositionOpenAndEarliestHireDateCurrent | Bool | Is Position Open and Earliest Hire Date Current | |
| cf_EarliestHireDate9Months1 | Date | Earliest Hire Date + 9 Months | |
| cf_CompensationRangeMidpointInUSD_value | Decimal | Compensation Range Midpoint in USD value | |
| cf_CompensationRangeMidpointInUSD_currency | String | Compensation Range Midpoint in USD currency | |
| cf_EarliestHireDate6Months1 | Date | Earliest Hire Date + 6 Months | |
| cf_OpenPositionCount_GAndA | Int | Open Position Count - G and A | |
| cf_TimeInPositionRange_id | String | Time in Position Range id | |
| cf_TimeInPositionRange_descriptor | String | Time in Position Range descriptor | |
| cf_IsInGAndA | Bool | Is in G and A | |
| cf_AvailableYearQuarter | String | Available Year Quarter | |
| cf_EarliestHireDate3Months1 | Date | Earliest Hire Date + 3 Months | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Accesses Pre-Hire as the primary object and returns one row per pre-hire. Includes all pre-hires as well as pre-hires converted to hires. Does not contain built-in prompts.
| Name | Type | References | Description |
| classOfInstance1_id | String | Class of Instance id | |
| classOfInstance1_descriptor | String | Class of Instance descriptor | |
| cf_WorkerCountryISOCodeOnExpensePayee | String | Worker Country ISO Code on Expense Payee | |
| pre_Hire_id | String | Pre-Hire id | |
| pre_Hire_descriptor | String | Pre-Hire descriptor | |
| source_id | String | Source id | |
| source_descriptor | String | Source descriptor | |
| referredBy | String | Referred by | |
| pre_HirePools | String | Pre-Hire Pools | |
| datePre_HireAddedToSystem | Date | Date Pre-Hire Added to System | |
| notEligibleForHireComment | String | Eligible for Rehire Comment | |
| comment | String | Comment | |
| resume | String | Resume | |
| pre_HireConsideration | String | Pre-Hire Consideration | |
| availableForHire | Bool | Available For Hire | |
| roleName | String | Role Name | |
| email_Primary | String | Email - Primary | |
| phone_Primary | String | Phone - Primary | |
| organizationRoleAssignments | String | Organization Role Assignments | |
| integrationIdentifier | String | Integration Identifier | |
| organizationRoles | String | Organization Roles | |
| externalIDForSystemID | String | External ID for System ID | |
| raceEthnicity_id | String | Race/Ethnicity id | |
| raceEthnicity_descriptor | String | Race/Ethnicity descriptor | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Accesses the Workday Account object and returns one row per Workday account. Includes all Workday accounts ever created, either currently enabled or not. Does not contain built-in prompts. This data source will show settings of the user login information and preferences in Workday.
| Name | Type | References | Description |
| forUnitTestingMulti | String | For Unit Testing Multi | |
| cf_ClickableAddedRoleAssignments | String | Clickable Added Role Assignments | |
| cf_ClickableRemovedRoleAssignments | String | Clickable Removed Role Assignments | |
| cf_SecurityGroupsWithAccessToSettlePayments_Payroll | String | Security Groups with Access to Settle Payments - Payroll | |
| cf_SecurityGroupsWithAccessToInputEditOrProcessPayroll | String | Security Groups with Access to Input , Edit or Process Payroll | |
| cf_SecurityGroupsWithAccessToRefundCustomers | String | Security Groups with access to refund customers | |
| cf_SecurityGroupsWithAccessToCreateModifyCustomers | String | Security Groups with access to create / modify customers | |
| cf_ReportsAndTasks_View | String | Reports and Tasks - View | |
| cf_SecurityGroupsWithAccessToCreateModifySuppliers | String | Security Groups with access to create / modify suppliers | |
| cf_ReportsAndTasks_Modify | String | Reports and Tasks - Modify | |
| cf_SecurityGroupsWithAccessToCreateEditSupplierInvoices | String | Security Groups with access to create / edit supplier invoices | |
| cf_BusinessProcessPolicy_Approve | String | Business Process Policy - Approve | |
| cf_BusinessProcessPolicy_Cancel | String | Business Process Policy - Cancel | |
| cf_SecurityGroupsWithAccessToSettlePayments_Suppliers | String | Security Groups with Access to Settle Payments - Suppliers | |
| cf_BusinessProcessPolicy_Rescind | String | Business Process Policy - Rescind | |
| cf_SecurityGroupsWithAccessToCreateModifyExpenseReports | String | Security Groups with access to create / modify expense reports | |
| cf_BusinessProcessPolicy_Initiate | String | Business Process Policy - Initiate | |
| cf_SecurityGroupsWithAccessToSettlePayments_Expenses | String | Security Groups with Access to Settle Payments - Expenses | |
| cf_BusinessProcessPolicy_View | String | Business Process Policy - View | |
| cf_BusinessProcessPolicy_ViewCompleted | String | Business Process Policy - View Completed | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Accesses the Worker as its primary object and returns one row per worker. Includes all workers even workers to be hired in the future. Does not contain any built-in prompts. This data source can be used to build reports on all workers. Helpful Tips - 1) If the worker is hired in the future, all fields will be returned based on the effective date. 2) If no effective date is specified, the system will use the current date as the effective date. 3) If the effective date is less than the worker's hire date, no effective dated information (such as position information, compensation information and so on) will be returned. 4) If effective dated behavior is desired, use the "All Active and Terminated workers" data source instead.
| Name | Type | References | Description |
| cf_ContractPayRateAnnualized_value | Decimal | Contract Pay Rate Annualized value | |
| cf_ContractPayRateAnnualized_currency | String | Contract Pay Rate Annualized currency | |
| cf_NumberOfTerminations | Int | # of Terminations | |
| cf_DisciplinaryActions_Completed | String | Disciplinary Actions - Completed | |
| cf_RetirementEligibility_id | String | Retirement Eligibility id | |
| cf_RetirementEligibility_descriptor | String | Retirement Eligibility descriptor | |
| cf_LocationSiteHierarchyLevel2_id | String | Location Site Hierarchy (Level 2) id | |
| cf_LocationSiteHierarchyLevel2_descriptor | String | Location Site Hierarchy (Level 2) descriptor | |
| cf_TotalBasePayAnnualizedInCAD_Amount_value | Decimal | Total Base Pay Annualized in CAD - Amount value | |
| cf_TotalBasePayAnnualizedInCAD_Amount_currency | String | Total Base Pay Annualized in CAD - Amount currency | |
| cf_TotalBasePayHourly_Amount_value | Decimal | Total Base Pay Hourly - Amount value | |
| cf_TotalBasePayHourly_Amount_currency | String | Total Base Pay Hourly - Amount currency | |
| cf_PrimaryAddressHomeStateText | String | Primary Address Home State (Text) | |
| cf_NumberOfHires | Int | # of Hires | |
| cf_SpendAuthorizationsNotInUseByActiveExpenseReports | String | Spend Authorizations Not In Use by Active Expense Reports | |
| cf_FormatPercentOfExpenseReportsWithWarningValidations | String | Format Percent of Expense Reports with Warning Validations | |
| cf_LegalName_LastNameUppercase | String | Legal Name - Last Name (Uppercase) | |
| cf_Apparel | String | Apparel | |
| cf_TopLevelSupervisoryOrganizationGMS_id | String | Top Level Supervisory Organization (GMS) id | |
| cf_TopLevelSupervisoryOrganizationGMS_descriptor | String | Top Level Supervisory Organization (GMS) descriptor | |
| cf_HireDate90Days | Date | Hire Date + 90 Days | |
| cf_TotalBasePayAnnualizedInEUR_Amount_value | Decimal | Total Base Pay Annualized in EUR - Amount value | |
| cf_TotalBasePayAnnualizedInEUR_Amount_currency | String | Total Base Pay Annualized in EUR - Amount currency | |
| cf_TotalBasePayMonthly_Amount_value | Decimal | Total Base Pay Monthly - Amount value | |
| cf_TotalBasePayMonthly_Amount_currency | String | Total Base Pay Monthly - Amount currency | |
| cf_PerformanceImprovementPlans_InProgressOrCompleted | String | Performance Improvement Plans - In Progress or Completed | |
| cf_ExternalPayrollActualHoursWorkedInLast12Months | Int | External Payroll Actual Hours Worked in Last 12 Months | |
| cf_PreferredName_LastNameUppercase | String | Preferred Name - Last Name (Uppercase) | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Returns all classes accessible by the current user
| Name | Type | References | Description |
| class1_id | String | Class id | |
| class1_descriptor | String | Class descriptor | |
| classOfInstance1_id | String | Class of Instance id | |
| classOfInstance1_descriptor | String | Class of Instance descriptor | |
| superclasses | String | Superclasses | |
| instanceSet1_id | String | Instance Set id | |
| instanceSet1_descriptor | String | Instance Set descriptor | |
| name1 | String | Name | |
| metadata | Bool | Metadata | |
| countClassReportFieldForClass | Int | Count Class Report Field for Class | |
| totalInstancesOfClassIncludingSubclasses | Int | Total Instances of Class Including Subclasses | |
| comment | String | Comment | |
| classReportFieldsForClassAndSuperClasses | String | Class Report Fields for Class and Super Classes | |
| DEPRECATED | Bool | DEPRECATED | |
| translatableDataForClassOrSupersOrSubs | String | Translatable Data for Class or Supers or Subs | |
| securityGroups1 | String | Security Groups | |
| iManSetupDataClass_id | String | iMan Setup Data class id | |
| iManSetupDataClass_descriptor | String | iMan Setup Data class descriptor | |
| setupDataClass_id | String | Setup Data class id | |
| setupDataClass_descriptor | String | Setup Data class descriptor | |
| workdayID | String | Workday ID | |
| businessObjectName | String | Business Object Name | |
| customerAccessibleReportFields | String | Customer Accessible Report Fields | |
| customerAccessibleDataSources | String | Customer Accessible Data Sources | |
| secured_id | String | Secured id | |
| secured_descriptor | String | Secured descriptor | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Accesses the Organization as its primary object. The Organization object returns one row per organization. Only includes supervisory organizations that the user manages. Prompts the user at run-time for Supervisory Organization to automatically filter the report results.
| Name | Type | References | Description |
| cf_BusinessUnitManager_id | String | Business Unit Manager id | |
| cf_BusinessUnitManager_descriptor | String | Business Unit Manager descriptor | |
| cf_EmployeeTerminationsCount_IncludingSubordinateOrganizations | Int | Employee Terminations Count - Including Subordinate Organizations | |
| cf_CompanyCostingManager_id | String | Company Costing Manager id | |
| cf_CompanyCostingManager_descriptor | String | Company Costing Manager descriptor | |
| cf_CostCenterManager_id | String | Cost Center Manager id | |
| cf_CostCenterManager_descriptor | String | Cost Center Manager descriptor | |
| cf_ManagerCount_IncludingSubordinateOrganizations | Int | Manager Count - Including Subordinate Organizations | |
| cf_BeginningEmployeeCount_IncludingSubordinateOrganizations | Int | Beginning Employee Count - Including Subordinate Organizations | |
| cf_RegionCostingManager_id | String | Region Costing Manager id | |
| cf_RegionCostingManager_descriptor | String | Region Costing Manager descriptor | |
| cf_MidYearReviewPercentCompleteRange_id | String | Mid Year Review Percent Complete Range id | |
| cf_MidYearReviewPercentCompleteRange_descriptor | String | Mid Year Review Percent Complete Range descriptor | |
| cf_EmployeeVoluntaryTerminationsCount | Int | Employee Voluntary Terminations Count | |
| cf_EndingEmployeeCount_IncludingSubordinateOrganizations | Int | Ending Employee Count - Including Subordinate Organizations | |
| cf_EmployeeVoluntaryTerminationsCount_IncludingSubordinateOrganizations | Int | Employee Voluntary Terminations Count - including Subordinate Organizations | |
| cf_EndingContingentWorkerCount_IncludingSubordinateOrganizations | Int | Ending Contingent Worker Count - Including Subordinate Organizations | |
| cf_AverageHeadcount_IncludingSubordinateOrganizations | Int | Average Headcount - Including Subordinate Organizations | |
| cf_SupervisoryOrganizationHierarchy_id | String | Supervisory Organization Hierarchy id | |
| cf_SupervisoryOrganizationHierarchy_descriptor | String | Supervisory Organization Hierarchy descriptor | |
| cf_BeginningContingentWorkerCountInclSubOrgs | Int | Beginning Contingent Worker Count (incl Sub Orgs) | |
| cf_TurnoverPercent_IncludingSubordinateOrganizations | Int | Turnover Percent - Including Subordinate Organizations | |
| cf_OrgHierarchy_id | String | Org Hierarchy id | |
| cf_OrgHierarchy_descriptor | String | Org Hierarchy descriptor | |
| cf_EmployeeToManagerRatio | Int | Employee to Manager Ratio | |
| cf_TopPerformerEmployeeCount | Int | Top Performer Employee Count | |
| cf_BeginningEmployeeCount | Int | Beginning Employee Count | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Accesses the Position Group as its primary object. The Position Group object returns one row per Position Group. Includes all unfilled and filled Positions. Prompts the user at run-time for a Compensation Rule to automatically filter the report results.
| Name | Type | References | Description |
| cf_SupervisoryOrganizationHierarchy_id | String | Supervisory Organization Hierarchy id | |
| cf_SupervisoryOrganizationHierarchy_descriptor | String | Supervisory Organization Hierarchy descriptor | |
| cf_TimeInPositionRange_id | String | Time in Position Range id | |
| cf_TimeInPositionRange_descriptor | String | Time in Position Range descriptor | |
| cf_PositionsFrozen | Int | Positions Frozen | |
| cf_QuarterAvailable | String | Quarter Available | |
| cf_PositionText | String | Position Text | |
| cf_AnnualPositionBurdenInUSD_value | Decimal | Annual Position Burden in USD value | |
| cf_AnnualPositionBurdenInUSD_currency | String | Annual Position Burden in USD currency | |
| cf_NumberOfMonthsUnfilledRange_id | String | Number of Months Unfilled Range id | |
| cf_NumberOfMonthsUnfilledRange_descriptor | String | Number of Months Unfilled Range descriptor | |
| cf_EarliestHireDate9Months | Date | Earliest Hire Date + 9 Months | |
| cf_TimeInPosition_Days | Int | Time in Position - Days | |
| cf_AnnualEmployeeBurdenInUSD_value | Decimal | Annual Employee Burden in USD value | |
| cf_AnnualEmployeeBurdenInUSD_currency | String | Annual Employee Burden in USD currency | |
| cf_DefaultCompensationRangeMidpointInUSD_value | Decimal | Default Compensation Range Midpoint in USD value | |
| cf_DefaultCompensationRangeMidpointInUSD_currency | String | Default Compensation Range Midpoint in USD currency | |
| cf_EarliestHireDate6Months | Date | Earliest Hire Date + 6 Months | |
| cf_AnnualContingentWorkerBurdenInUSD_value | Decimal | Annual Contingent Worker Burden in USD value | |
| cf_AnnualContingentWorkerBurdenInUSD_currency | String | Annual Contingent Worker Burden in USD currency | |
| cf_EarliestHireDate3Months | Date | Earliest Hire Date + 3 Months | |
| cf_MyOrganizations_id | String | My Organizations id | |
| cf_MyOrganizations_descriptor | String | My Organizations descriptor | |
| cf_PositionCount_AllStatuses | Int | Position Count - All Statuses | |
| cf_AnnualCompensationPayWithBurdenInUSD_value | Decimal | Annual Compensation / Pay with Burden in USD value | |
| cf_AnnualCompensationPayWithBurdenInUSD_currency | String | Annual Compensation / Pay with Burden in USD currency | |
| cf_Worker_id | String | Worker id | |
| cf_Worker_descriptor | String | Worker descriptor | |
| cf_AnnualCompensationPayInUSD_value | Decimal | Annual Compensation / Pay in USD value | |
| cf_AnnualCompensationPayInUSD_currency | String | Annual Compensation / Pay in USD currency | |
| cf_WorkerType_id | String | Worker Type id | |
| cf_WorkerType_descriptor | String | Worker Type descriptor | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Accesses the Organization object and returns one row per organization. Includes all active and inactive organizations with no superior. Does not contain built-in prompts.
| Name | Type | References | Description |
| cf_BusinessUnitManager_id | String | Business Unit Manager id | |
| cf_BusinessUnitManager_descriptor | String | Business Unit Manager descriptor | |
| cf_EmployeeTerminationsCount_IncludingSubordinateOrganizations | Int | Employee Terminations Count - Including Subordinate Organizations | |
| cf_CompanyCostingManager_id | String | Company Costing Manager id | |
| cf_CompanyCostingManager_descriptor | String | Company Costing Manager descriptor | |
| cf_CostCenterManager_id | String | Cost Center Manager id | |
| cf_CostCenterManager_descriptor | String | Cost Center Manager descriptor | |
| cf_ManagerCount_IncludingSubordinateOrganizations | Int | Manager Count - Including Subordinate Organizations | |
| cf_BeginningEmployeeCount_IncludingSubordinateOrganizations | Int | Beginning Employee Count - Including Subordinate Organizations | |
| cf_RegionCostingManager_id | String | Region Costing Manager id | |
| cf_RegionCostingManager_descriptor | String | Region Costing Manager descriptor | |
| cf_MidYearReviewPercentCompleteRange_id | String | Mid Year Review Percent Complete Range id | |
| cf_MidYearReviewPercentCompleteRange_descriptor | String | Mid Year Review Percent Complete Range descriptor | |
| cf_EmployeeVoluntaryTerminationsCount | Int | Employee Voluntary Terminations Count | |
| cf_EndingEmployeeCount_IncludingSubordinateOrganizations | Int | Ending Employee Count - Including Subordinate Organizations | |
| cf_EmployeeVoluntaryTerminationsCount_IncludingSubordinateOrganizations | Int | Employee Voluntary Terminations Count - including Subordinate Organizations | |
| cf_EndingContingentWorkerCount_IncludingSubordinateOrganizations | Int | Ending Contingent Worker Count - Including Subordinate Organizations | |
| cf_AverageHeadcount_IncludingSubordinateOrganizations | Int | Average Headcount - Including Subordinate Organizations | |
| cf_SupervisoryOrganizationHierarchy_id | String | Supervisory Organization Hierarchy id | |
| cf_SupervisoryOrganizationHierarchy_descriptor | String | Supervisory Organization Hierarchy descriptor | |
| cf_BeginningContingentWorkerCountInclSubOrgs | Int | Beginning Contingent Worker Count (incl Sub Orgs) | |
| cf_TurnoverPercent_IncludingSubordinateOrganizations | Int | Turnover Percent - Including Subordinate Organizations | |
| cf_OrgHierarchy_id | String | Org Hierarchy id | |
| cf_OrgHierarchy_descriptor | String | Org Hierarchy descriptor | |
| cf_EmployeeToManagerRatio | Int | Employee to Manager Ratio | |
| cf_TopPerformerEmployeeCount | Int | Top Performer Employee Count | |
| cf_BeginningEmployeeCount | Int | Beginning Employee Count | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Accesses the Organization as its primary object. The Organization object returns one row per organization.
| Name | Type | References | Description |
| cf_BusinessUnitManager_id | String | Business Unit Manager id | |
| cf_BusinessUnitManager_descriptor | String | Business Unit Manager descriptor | |
| cf_EmployeeTerminationsCount_IncludingSubordinateOrganizations | Int | Employee Terminations Count - Including Subordinate Organizations | |
| cf_CompanyCostingManager_id | String | Company Costing Manager id | |
| cf_CompanyCostingManager_descriptor | String | Company Costing Manager descriptor | |
| cf_CostCenterManager_id | String | Cost Center Manager id | |
| cf_CostCenterManager_descriptor | String | Cost Center Manager descriptor | |
| cf_ManagerCount_IncludingSubordinateOrganizations | Int | Manager Count - Including Subordinate Organizations | |
| cf_BeginningEmployeeCount_IncludingSubordinateOrganizations | Int | Beginning Employee Count - Including Subordinate Organizations | |
| cf_RegionCostingManager_id | String | Region Costing Manager id | |
| cf_RegionCostingManager_descriptor | String | Region Costing Manager descriptor | |
| cf_MidYearReviewPercentCompleteRange_id | String | Mid Year Review Percent Complete Range id | |
| cf_MidYearReviewPercentCompleteRange_descriptor | String | Mid Year Review Percent Complete Range descriptor | |
| cf_EmployeeVoluntaryTerminationsCount | Int | Employee Voluntary Terminations Count | |
| cf_EndingEmployeeCount_IncludingSubordinateOrganizations | Int | Ending Employee Count - Including Subordinate Organizations | |
| cf_EmployeeVoluntaryTerminationsCount_IncludingSubordinateOrganizations | Int | Employee Voluntary Terminations Count - including Subordinate Organizations | |
| cf_EndingContingentWorkerCount_IncludingSubordinateOrganizations | Int | Ending Contingent Worker Count - Including Subordinate Organizations | |
| cf_AverageHeadcount_IncludingSubordinateOrganizations | Int | Average Headcount - Including Subordinate Organizations | |
| cf_SupervisoryOrganizationHierarchy_id | String | Supervisory Organization Hierarchy id | |
| cf_SupervisoryOrganizationHierarchy_descriptor | String | Supervisory Organization Hierarchy descriptor | |
| cf_BeginningContingentWorkerCountInclSubOrgs | Int | Beginning Contingent Worker Count (incl Sub Orgs) | |
| cf_TurnoverPercent_IncludingSubordinateOrganizations | Int | Turnover Percent - Including Subordinate Organizations | |
| cf_OrgHierarchy_id | String | Org Hierarchy id | |
| cf_OrgHierarchy_descriptor | String | Org Hierarchy descriptor | |
| cf_EmployeeToManagerRatio | Int | Employee to Manager Ratio | |
| cf_TopPerformerEmployeeCount | Int | Top Performer Employee Count | |
| cf_BeginningEmployeeCount | Int | Beginning Employee Count | |
| effectiveAsOfDate | Date | Pseudo-column used to filter the data source | |
| effectiveAsOfMoment | Datetime | Pseudo-column used to filter the data source | |
| entryDate | Date | Pseudo-column used to filter the data source | |
| entryMoment | Datetime | Pseudo-column used to filter the data source |
Each type of table has its own rules for determining primary and foreign keys. Foreign keys are always prefixed with the name of the table they refer to. For example, the Requisitions_Id column on the RequisitionsWorktags child table refers to the Id column of the Requisitions parent table.
In addition, each type of table exposes different prompt columns. The next section goes into detail on when these prompts take effect.
Each type of table handles filters on its Id columns differently:
Each type of table also has its own behaviors around prompts:
Owned and owned child tables have the additional requirement that their owner's Id must be given in order to read from them.
This can be done in several ways:
-- Provide one or multiple owner Id values
SELECT * FROM RequisitionsRequisitionLines WHERE Requisitions_Id = '...'
SELECT * FROM RequisitionsRequisitionLines WHERE Requisitions_Id IN ('...', '...')
--- Provide a collection of owner Ids via subquery
SELECT * FROM RequisitionsRequisitionLines WHERE Requisitions_Id IN (SELECT Id FROM Requisitions)
-- If no subquery or values are given, the Sync App automatically adds the appropriate subquery
SELECT * FROM RequisitionsRequisitionLines
Prompts are also considered when the Sync App generates subqueries for owned and owned child entities.
For example, if this query is executed:
SELECT * FROM RequisitionsRequisitionLines WHERE FromDate_Prompt = 'January 1 2020' AND ToDate_Prompt = 'March 31 2020'
The Sync App includes the date prompts in the generated subquery because they are inherited from the Requisitions table:
SELECT * FROM RequisitionsRequisitionLines WHERE Requisisions_Id IN ( SELECT Id FROM Requisitions WHERE FromDate_Prompt = 'January 1 2020' AND ToDate_Prompt = 'March 31 2020' )
Note that some owned tables include prompts with a _Prompt_For_ suffix. This means that both the owned table and the owner table have a prompt with the same name. For example, DataSourcesDataSourceFilters includes a prompt called Alias_Prompt which accepts the alias of the filter, as well as a prompt called Alias_Prompt_For_DataSources which accepts the alias of the data source that owns the filter.
Some REST entities are tables that can be used with INSERT, UPDATE, or DELETE. However, note that not every table supports every operation.
To perform an INSERT, the query must specify owner and parent Ids (when the table has them) in addition to writable data fields.
An INSERT must never include values for the Id column or any prompts.
For example, all of these queries are valid INSERTs:
-- No Id on a base table
INSERT INTO ExpenseEntries(Amount_Currency, Amount_Value, Date) VALUES ('USD', 185.67, 'June 1 2021')
-- Parent Id on a child table
INSERT INTO ExpenseEntriesAttachments(ExpenseEntries_Id, ContentType_Id, FileName) VALUES ('...', '...', 'receipt.jpg')
-- Owner Id on an owned table
INSERT INTO WorkersBusinessTitleChanges(Workers_Id, ProposedBusinessTitle) VALUES ('...', 'Head of Security')
Ids are not required to perform an UPDATE or a DELETE.
If the Id, parent Id or owner Id is missing the Sync App will first find all matching rows and then update or delete them individually:
-- Delete a single row by Id DELETE FROM ExpenseEntries WHERE Id = '...' -- Delete a single child row by Id DELETE FROM ExpenseEntriesAttachments WHERE Id = '...' AND ExpenseEntries_Id = '...' -- Delete all children belonging to the same parent DELETE FROM ExpenseEntriesAttachments WHERE Id = '...'
The Workday REST API exposes several resources that allow you to discover ID values, which can be used for certain fields. All value tables have names ending in Values and share the same basic structure:
CollectionToken column and Collection_Prompt are used for hierarchical resources like location data or organizations. You must issue multiple queries to get prompt values out of these resources:
For example, the Change Organization Assignment business process has two stored procedures, BeginOrganizationAssignmentChange and SubmitOrganizationAssignmentChange, along with several tables that control the parameters of the business process. At a high level, the procedure for invoking these business processes is as follows:
The Sync App exposes two types of change tables: collection change tables and single-value change tables.
Collection change tables support SELECT, INSERT, UPDATE, and DELETE.
They represent bulk changes that are applied to an entity, such as adding multiple addresses or phone numbers to a single worker.
SELECT * FROM WorkContactInformationChangesWebAddresses WHERE WorkContactInformationChange_Id = 'abcxyz123'
INSERT INTO WorkContactInformationChangesWebAddresses( WorkContactInformationChange_Id, Url, Usage_Primary, Usage_UsageType_Id)
VALUES ('abcxyz123', 'https://www.company.com/~bobsmith', true, '...')
UPDATE WorkContactInformationChangesWebAddresses
SET Usage_Comment = 'Worker home page'
WHERE WorkContactInformationChange_Id = 'abcxyz123'
AND Id = '...'
DELETE FROM WorkContactInformationChangesWebAddresses
WHERE WorkContactInformationChange_Id = 'abcxyz123'
Single-value change tables support only SELECT and UPDATE.
They represent parameters that can have only a single value in the entire business process.
For example, when changing a job's organization, the job can only be moved to a single target company.
SELECT * FROM OrganizationAssignmentChangesCompany WHERE OrganizationAssignmentChange_Id = 'abcxyz123' UPDATE OrganizationAssignmentChangesCompany SET Company_Id = '...' WHERE OrganizationAssignmentChange_Id = 'abcxyz123'
For details on supported operations for each change table, see its documentation.
The Sync App models the data in Workday as a list of tables in a relational database that can be queried using standard SQL statements.
| Name | Description |
| AdHocProjectTimeTransactions | Retrieves a collection of ad hoc project time transactions. |
| Attachments | Uploads an attachment when creating a case. |
| AttributeAttributeValues | No description available. |
| AttributeAttributeValuesRestrictToEnvironments | Reads /restrictToEnvironments entries from the AttributeAttributeValues table. |
| BillableTransactions | Retrieves a single billable transaction instance. |
| Cases | Retrieves a list of cases that the user is secured to view. |
| CasesTimeline | Retrieves a list of comment timeline items for a case. |
| CasesTimelineAttachments | Reads /attachments entries from the CasesTimeline table. |
| Configurations | No description available. |
| ConfigurationsAttributes | No description available. |
| ConfigurationsAttributesValues | Reads /values entries from the ConfigurationsAttributes table. |
| Definitions | Retrieves a custom object definition. |
| DefinitionsConditionRules | Retrieves a collection of condition rules in a custom object definition. |
| DefinitionsFields | Retrieves a field in a custom object definition. |
| DefinitionsFieldsAuthorizedUsages | Reads /authorizedUsages entries from the DefinitionsFields table. |
| DefinitionsFieldsCategories | Reads /categories entries from the DefinitionsFields table. |
| DefinitionsFieldsDisplayOptions | Reads /displayOptions entries from the DefinitionsFields table. |
| DefinitionsFieldsPrompts | Reads /prompts entries from the DefinitionsFields table. |
| DefinitionsFieldsValidations | Reads /validations entries from the DefinitionsFields table. |
| DefinitionsValidations | Retrieves a collection of validations in a custom object definition. |
| EffectiveChanges | Generates effective change data for organizations or workers based on request parameters. |
| EffectiveChangesRequestCriteriaOrganizations | Reads /requestCriteria/organizations entries from the EffectiveChanges table. |
| EffectiveChangesRequestCriteriaResponseFilterAdditionalNameTypes | Reads /requestCriteria/responseFilter/additionalNameTypes entries from the EffectiveChanges table. |
| EffectiveChangesRequestCriteriaResponseFilterOrganizationRoles | Reads /requestCriteria/responseFilter/organizationRoles entries from the EffectiveChanges table. |
| EffectiveChangesRequestCriteriaResponseFilterOrganizationTypes | Reads /requestCriteria/responseFilter/organizationTypes entries from the EffectiveChanges table. |
| EffectiveChangesRequestCriteriaResponseFilterPaymentElectionRules | Reads /requestCriteria/responseFilter/paymentElectionRules entries from the EffectiveChanges table. |
| EffectiveChangesRequestCriteriaWorkerOverrides | Reads /requestCriteria/workerOverrides entries from the EffectiveChanges table. |
| EffectiveChangesResponseDataDocuments | Reads /responseData/documents entries from the EffectiveChanges table. |
| EventDrivenIntegrationVendorResponse | Updates a specific vendor response instance of Event-Driven Integration with the specified data after the third-party payroll system completes processing of the worker changes. |
| EventDrivenIntegrationVendorResponseErrorMessageSetErrors | Reads /errorMessageSet/errors entries from the EventDrivenIntegrationVendorResponse table. |
| ExpenseEntries | Retrieves a single instance of a Quick Expense. |
| ExpenseEntriesAttachments | Reads /attachments entries from the ExpenseEntries table. |
| ExpenseReports | Retrieves a single instance of an Expense Report. |
| ExternalCreators | Retrieves contact details for a single external case contact instance. |
| FieldTypes | Retrieves a collection of custom field types. |
| FieldTypesListInfoValues | Reads /listInfo/values entries from the FieldTypes table. |
| FieldTypesListValues | Retrieves a list value for a custom lists in a custom object definition. |
| GiveRequestedFeedbackEvents | Retrieves a collection of feedback given events about the user that responded to the feedback request. |
| GiveRequestedFeedbackEventsBusinessProcessParametersAttachments | Reads /businessProcessParameters/attachments entries from the GiveRequestedFeedbackEvents table. |
| GiveRequestedFeedbackEventsFeedbackComments | Reads /feedbackComments entries from the GiveRequestedFeedbackEvents table. |
| HomeContactInformationChangesAddresses | Retrieve all existing addresses staged for update by the parent business process |
| HomeContactInformationChangesEmailAddresses | Retrieve all existing addresses staged for update by the parent business process |
| HomeContactInformationChangesInstantMessengers | An instant messenger as it exists staged for update by the parent business process. |
| HomeContactInformationChangesPhoneNumbers | Retrieve all existing phone numbers staged for update by the parent business process |
| HomeContactInformationChangesWebAddresses | Retrieve all existing web addresses staged for update by the parent business process |
| ImmigrationEventsDependentImmigrationData | Retrieves a dependent immigration data instance for the specified student ID. |
| ImmigrationEventsImmigrationData | Retrieves an immigration data instance for the specified immigration event. |
| InterviewsFeedback | Usage information for the operation InterviewsFeedback.rsd. |
| JobChangesAdministrative | Retrieves the administrative options for the specified job change ID. |
| JobChangesBusinessTitle | Retrieves a business title for the specified job change ID. |
| JobChangesComment | Returns the comment information for the specified job change ID. |
| JobChangesContract | Retrieves the contract options for the specified change job ID. |
| JobChangesJobClassification | Retrieves a job classification for the specified job change ID. |
| JobChangesJobProfile | Retrieves a job profile for the specified job change ID. |
| JobChangesLocation | Returns the location information for the specified job change ID. |
| JobChangesMoveTeam | Retrieves a move team option from the specified job change ID. |
| JobChangesOpening | Retrieves the opening options for the specified job change ID. |
| JobChangesPosition | Retrieves a position for the specified job change ID. |
| JobChangesStartDetails | Retrieves the start details for the specified job change ID. |
| MessageTemplates | Retrieves a message template with the specific ID. |
| OrganizationAssignmentChangesBusinessUnit | Retrieves a business unit for the specified organization assignment change ID. |
| OrganizationAssignmentChangesComment | Retrieves the comment information for the specified organization assignment change ID. |
| OrganizationAssignmentChangesCompany | Retrieves a company for the specified organization assignment change ID. |
| OrganizationAssignmentChangesCostCenter | Retrieves a cost center for the specified organization assignment change ID. |
| OrganizationAssignmentChangesCosting | Retrieves the costing organizations for the specified organization assignment change ID. |
| OrganizationAssignmentChangesCustomOrganizations | Retrieves the custom organizations for the specified organization assignment change ID. |
| OrganizationAssignmentChangesRegion | Retrieves a region for the specified organization assignment change ID. |
| OrganizationAssignmentChangesStartDetails | Retrieves the start details for the specified organization assignment change ID. |
| PayGroupsPeriods | Retrieves a collection of payroll periods for the specified Payroll Interface pay group ID. |
| Payments | Retrieves a single customer invoice payment instance. |
| PaymentsRemittanceDetails | Retrieves a single customer invoice payment remittance line instance. |
| PayrollInputs | Retrieves a single payroll input instance. |
| PayrollInputsInputDetails | Reads /inputDetails entries from the PayrollInputs table. |
| PayrollInputsRunCategories | Reads /runCategories entries from the PayrollInputs table. |
| PayrollInputsWorktags | Reads /worktags entries from the PayrollInputs table. |
| PlanPhases | Retrieves a single project plan phase instance. |
| PlanTasks | Retrieves a collection of Project Plan Tasks for a specified Project or Project Plan Phase. |
| Projects | Retrieves a collection of Projects. |
| ProjectsBusinessEventRecords | Reads /businessEventRecords entries from the Projects table. |
| ProjectsGroups | Reads /groups entries from the Projects table. |
| ProjectsOptionalHierarchies | Reads /optionalHierarchies entries from the Projects table. |
| ProjectsProjectDependencies | Reads /projectDependencies entries from the Projects table. |
| ProjectsWorktags | Reads /worktags entries from the Projects table. |
| Prospects | Create prospects. |
| ProspectsCandidatePools | Reads /candidatePools entries from the Prospects table. |
| ProspectsCandidateTags | Reads /candidateTags entries from the Prospects table. |
| ProspectsEducations | Retrieves the education of a single prospect instance. |
| ProspectsExperiences | Retrieves a single experience instance for a prospect. |
| ProspectsLanguages | Retrieves a single language instance for a prospect. |
| ProspectsLanguagesAbilities | Reads /abilities entries from the ProspectsLanguages table. |
| ProspectsResumeAttachments | Retrieves a single resume attachment instance for a prospect. |
| ProspectsSkills | Retrieves a single skill instance for a prospect. |
| Requests | Retrieves the request with the specified ID. |
| RequestsQuestionnaireResponsesQuestionnaireAnswers | Reads /questionnaireResponses/questionnaireAnswers entries from the Requests table. |
| Requisitions | Retrieves a collection of requisitions. |
| RequisitionsAttachments | Retrieves the metadata or the attachment content of the specified requisition. |
| RequisitionsRequisitionLines | Retrieves a requisition line for the specified requisition. |
| RequisitionsRequisitionLinesWorktags | Reads /worktags entries from the RequisitionsRequisitionLines table. |
| RequisitionsWorktags | Reads /worktags entries from the Requisitions table. |
| ResourceForecastLinesAllocations | Retrieves a Resource Forecast Line Allocation for the specified ID. |
| ResourcePlanLines | Retrieves a single resource plan line instance. |
| ResourcePlanLinesExcludedWorkers | Reads /excludedWorkers entries from the ResourcePlanLines table. |
| ResourcePlanLinesRequirements | Reads /requirements entries from the ResourcePlanLines table. |
| ScorecardResults | Provides the ability to set up and retrieve Scores on Scorecard Results. |
| ScorecardResultsDefaultScorecardGoalsResultPerformanceScores | Reads /defaultScorecardGoalsResult/performanceScores entries from the ScorecardResults table. |
| ScorecardResultsProfileScorecardGoalsResult | Reads /profileScorecardGoalsResult entries from the ScorecardResults table. |
| Scorecards | Retrieves Compensation Scorecard information. |
| ScorecardsDefaultScorecardGoals | Reads /defaultScorecardGoals entries from the Scorecards table. |
| ScorecardsScorecardProfiles | Reads /scorecardProfiles entries from the Scorecards table. |
| StudentsPayments | Retrieves a single student payment instance for the specified student ID. |
| SupplierInvoiceRequests | Retrieves a collection of supplier invoices. |
| SupplierInvoiceRequestsAttachments | Retrieves a single attachment instance. |
| TaskResources | Retrieves a collection of Task Resources. |
| TaskResourcesProjectResources | Reads /projectResources entries from the TaskResources table. |
| TaxRates | Retrieves a single or a collection of company SUI rates. |
| TimeClockEvents | Retrieves a collection of time clock events for a worker for a date range. |
| WorkContactInformationChangesAddresses | An address as it exists staged for update by the parent business process. |
| WorkContactInformationChangesEmailAddresses | Retrieve all existing addresses staged for update by the parent business process |
| WorkContactInformationChangesInstantMessengers | An instant messenger as it exists staged for update by the parent business process. |
| WorkContactInformationChangesPhoneNumbers | A phone number as it exists staged for update by the parent business process. |
| WorkContactInformationChangesWebAddresses | A web address as it exists staged for update by the parent business process. |
| WorkersAnytimeFeedbackEvents | Retrieves a feedback given event instance with the specified ID. |
| WorkersAnytimeFeedbackEventsBusinessProcessParametersAttachments | Reads /businessProcessParameters/attachments entries from the WorkersAnytimeFeedbackEvents table. |
| WorkersAnytimeFeedbackEventsFeedbackAlsoAbout | Reads /feedbackAlsoAbout entries from the WorkersAnytimeFeedbackEvents table. |
| WorkersAnytimeFeedbackEventsWorkersToNotify | Reads /workersToNotify entries from the WorkersAnytimeFeedbackEvents table. |
| WorkersBusinessTitleChanges | Retrieves a business title change instance for a specific worker. |
| WorkersCheckIns | Retrieves a single Check-In instance. |
| WorkersCheckInsAssociatedTopics | Reads /associatedTopics entries from the WorkersCheckIns table. |
| WorkersCheckInsCheckInAttachments | Reads /checkInAttachments entries from the WorkersCheckIns table. |
| WorkersCheckInTopics | Retrieves a collection of Check-Ins topics. |
| WorkersCheckInTopicsAssociatedCheckIns | Reads /associatedCheckIns entries from the WorkersCheckInTopics table. |
| WorkersCheckInTopicsCheckInTopicAttachments | Reads /checkInTopicAttachments entries from the WorkersCheckInTopics table. |
| WorkersDevelopmentItems | Retrieves a single development item for the specified worker. |
| WorkersExplicitSkills | Get Explicit Skills for Skill Enabled |
| WorkersExplicitSkillsSkillSources | Reads /skillSources entries from the WorkersExplicitSkills table. |
| WorkersExternalSkillLevel | Retrieves all external skill level information for a worker. You can filter the external skill levels by externalSkillId. |
| WorkersRequestedFeedbackOnSelfEvents | Retrieves a single self-requested feedback event instance for the specified worker. |
| WorkersRequestedFeedbackOnSelfEventsBusinessProcessParametersAttachments | Reads /businessProcessParameters/attachments entries from the WorkersRequestedFeedbackOnSelfEvents table. |
| WorkersRequestedFeedbackOnSelfEventsFeedbackQuestions | Reads /feedbackQuestions entries from the WorkersRequestedFeedbackOnSelfEvents table. |
| WorkersRequestedFeedbackOnSelfEventsFeedbackResponders | Reads /feedbackResponders entries from the WorkersRequestedFeedbackOnSelfEvents table. |
| WorkersRequestedFeedbackOnWorkerEvents | Retrieves a single requested feedback event instance for the specified worker. |
| WorkersRequestedFeedbackOnWorkerEventsBusinessProcessParametersAttachments | Reads /businessProcessParameters/attachments entries from the WorkersRequestedFeedbackOnWorkerEvents table. |
| WorkersRequestedFeedbackOnWorkerEventsFeedbackQuestions | Reads /feedbackQuestions entries from the WorkersRequestedFeedbackOnWorkerEvents table. |
| WorkersRequestedFeedbackOnWorkerEventsFeedbackResponders | Reads /feedbackResponders entries from the WorkersRequestedFeedbackOnWorkerEvents table. |
| WorkersSkillItems | Returns skill items. |
Retrieves a collection of ad hoc project time transactions.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| BillingStatus_Descriptor | String | False |
A description of the instance |
| BillingStatus_Href | String | False |
A link to the instance |
| BillingStatus_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| Hours | Decimal | False |
The number of hours for an ad hoc project time transaction. |
| Href | String | False |
A link to the instance |
| IncludeCost | Bool | False |
If true, costs are calculated for the ad hoc project time transaction. |
| Memo | String | False |
The memo for the ad hoc project time transaction. |
| ProjectRole_Descriptor | String | False |
A description of the instance |
| ProjectRole_Href | String | False |
A link to the instance |
| ProjectRole_Id | String | False |
wid / id / reference id |
| Project_Descriptor | String | False |
A description of the instance |
| Project_Href | String | False |
A link to the instance |
| Project_Id | String | False |
wid / id / reference id |
| RateToBill_Currency | String | False |
The actual rate that the ad hoc project time transaction is billed at. |
| RateToBill_Value | Decimal | False |
The actual rate that the ad hoc project time transaction is billed at. |
| StandardCostRate_Currency | String | False |
The hourly standard cost rate for hours logged on the ad hoc project time transaction. |
| StandardCostRate_Value | Decimal | False |
The hourly standard cost rate for hours logged on the ad hoc project time transaction. |
| Task_Descriptor | String | False |
A description of the instance |
| Task_Href | String | False |
A link to the instance |
| Task_Id | String | False |
wid / id / reference id |
| TransactionDate | Datetime | False |
The date of the ad hoc project time transaction using the yyyy-mm-dd format. |
| Worker_Descriptor | String | False |
A description of the instance |
| Worker_Href | String | False |
A link to the instance |
| Worker_Id | String | False |
wid / id / reference id |
| ProjectOrProjectHierarchy_Prompt | String | False |
The Workday ID or reference ID of a project or project hierarchy. You can use a returned project id or primaryHierarchy {id} from GET /projects. |
Uploads an attachment when creating a case.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| ContentType_Descriptor | String | False |
A description of the instance |
| ContentType_Href | String | False |
A link to the instance |
| ContentType_Id | String | False |
wid / id / reference id |
| FileLength | Decimal | False |
File length of the attachment |
| FileName | String | False |
File name of the attachment |
No description available.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Attribute_Id [KEY] | String | False |
The Workday ID of the Attribute that owns this. |
| BooleanValue | Bool | False |
Supported for: SELECT, INSERT, UPDATE. Returns a boolean attribute value if it is allowed for the current environment. |
| Descriptor | String | False |
Supported for: SELECT, INSERT, UPDATE. A preview of the instance |
| NumericValue | Decimal | False |
Supported for: SELECT, INSERT, UPDATE. Returns a numeric attribute value if it is allowed for the current environment. |
| RestrictToEnvironments_Aggregate | String | False |
Supported for: INSERT. A JSON aggregate. Returns the environments that are able to view this Application Attribute Value. |
| StringValue | String | False |
Supported for: SELECT, INSERT, UPDATE. Returns a string attribute value if it is allowed for the current environment. |
Reads /restrictToEnvironments entries from the AttributeAttributeValues table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| AttributeAttributeValues_Id [KEY] | String | False |
The Workday ID of the AttributeAttributeValues that contains this. |
| Attribute_Id [KEY] | String | False |
The Workday ID of the Attribute that owns this. |
| Descriptor | String | False |
Supported for: SELECT, INSERT, UPDATE. A preview of the instance |
Retrieves a single billable transaction instance.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| AdjustmentCount | Decimal | False |
The count of the billing rate application for the billable transaction. |
| AdjustmentReason_Descriptor | String | False |
A description of the instance |
| AdjustmentReason_Href | String | False |
A link to the instance |
| AdjustmentReason_Id | String | False |
wid / id / reference id |
| AmountToBill_Currency | String | False |
The amount to bill for a billable transaction, excluding applicable tax. |
| AmountToBill_Value | Decimal | False |
The amount to bill for a billable transaction, excluding applicable tax. |
| BillableAmount_Currency | String | False |
The original amount to bill the customer, excluding extended amounts on tax only customer invoices. |
| BillableAmount_Value | Decimal | False |
The original amount to bill the customer, excluding extended amounts on tax only customer invoices. |
| BillableHours | Decimal | False |
The original hours to bill the customer. |
| BillableRate_Currency | String | False |
The original rate to bill the customer. |
| BillableRate_Value | Decimal | False |
The original rate to bill the customer. |
| BillingStatus_Descriptor | String | False |
A description of the instance |
| BillingStatus_Href | String | False |
A link to the instance |
| BillingStatus_Id | String | False |
wid / id / reference id |
| Category_Descriptor | String | False |
A description of the instance |
| Category_Href | String | False |
A link to the instance |
| Category_Id | String | False |
wid / id / reference id |
| Customer_Descriptor | String | False |
A description of the instance |
| Customer_Href | String | False |
A link to the instance |
| Customer_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| ExpenseDescriptor_Descriptor | String | False |
A description of the instance |
| ExpenseDescriptor_Href | String | False |
A link to the instance |
| ExpenseDescriptor_Id | String | False |
wid / id / reference id |
| HoursToBill | Decimal | False |
The actual hours available to bill for the billable transaction. |
| Href | String | False |
A link to the instance |
| InvoiceDescription | String | False |
The description for the supplier invoice line item, expense report line item, or usage-based transaction. |
| Memo | String | False |
The memo for the project billable transaction. |
| PreviouslyInvoiced | Bool | False |
If true, the billable transaction has been previously invoiced. |
| ProjectRole_Descriptor | String | False |
A description of the instance |
| ProjectRole_Href | String | False |
A link to the instance |
| ProjectRole_Id | String | False |
wid / id / reference id |
| ProjectTask_Descriptor | String | False |
A description of the instance |
| ProjectTask_Href | String | False |
A link to the instance |
| ProjectTask_Id | String | False |
wid / id / reference id |
| Project_Descriptor | String | False |
A description of the instance |
| Project_Href | String | False |
A link to the instance |
| Project_Id | String | False |
wid / id / reference id |
| RateToBill_Currency | String | False |
The actual rate that the billable transaction is billed at. |
| RateToBill_Value | Decimal | False |
The actual rate that the billable transaction is billed at. |
| ReasonForChange | String | False |
The reason for the rate change for the billable transaction. |
| ResourceProvider_Descriptor | String | False |
A description of the instance |
| ResourceProvider_Href | String | False |
A link to the instance |
| ResourceProvider_Id | String | False |
wid / id / reference id |
| RevenueStatus_Descriptor | String | False |
A description of the instance |
| RevenueStatus_Href | String | False |
A link to the instance |
| RevenueStatus_Id | String | False |
wid / id / reference id |
| TransactionDate | Datetime | False |
The date of the billable transaction. |
| TransactionSource_Descriptor | String | False |
A description of the instance |
| TransactionSource_Href | String | False |
A link to the instance |
| TransactionSource_Id | String | False |
wid / id / reference id |
| Worker_Descriptor | String | False |
A description of the instance |
| Worker_Href | String | False |
A link to the instance |
| Worker_Id | String | False |
wid / id / reference id |
| ZeroAmountToBill | Bool | False |
If true, the billable transaction has a zero rate. |
| BillingStatus_Prompt | String | False |
Filters the billable transactions by status. Specify the Workday ID of the status. You can specify multiple status query parameters. |
| Customer_Prompt | String | False |
The Workday ID of the customer associated with the project for the billable transaction. To get a valid ID, you can call GET /customers in the Customer Accounts REST service. |
| FromDate_Prompt | Date | False |
Filters the billable transactions with transaction date on or after the specified date. Use the yyyy-mm-dd format. |
| Phase_Prompt | String | False |
The Workday ID of the project phase associated with the billable transaction for the time entry. To get a valid ID, call GET /planPhases in the Projects REST service. |
| Project_Prompt | String | False |
The Workday ID of the project associated with the billable transactions. To get a valid ID, you can call GET /projects in the Projects REST service. |
| SpendCategory_Prompt | String | False |
The Workday ID of the spend category for the billable transaction associated with the expense report line. |
| Task_Prompt | String | False |
The Workday ID of the project task associated with the billable transaction for the time entry. To get a valid ID, call GET /planTasks in the Projects REST service. |
| TimeCode_Prompt | String | False |
The Workday ID of the time code for the billable transaction associated with the time entry. |
| ToDate_Prompt | Date | False |
Filters the billable transactions with transaction date on or before the specified date. Use the yyyy-mm-dd format. |
| TransactionSource_Prompt | String | False |
Filters the billable transactions by transaction source. Specify the Workday ID of the transaction source. |
| Worker_Prompt | String | False |
The Workday ID of the worker associated with the billable transaction. To get a valid ID, call GET /workers in the Staffing service. |
Retrieves a list of cases that the user is secured to view.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
contentType: { /* Content type of the attachment */
*id: Text /* wid / id / reference id */
}
descriptor: Text /* A preview of the instance */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* \~Case\~ Attachment ID. */
}]
[{
answerDate: Date /* The answer in a date format. */
answerMultipleChoices: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
answerNumeric: Numeric /* The answer in a numeric format. */
answerText: Text /* The text answer for a questionnaire. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
questionItem: { /* Question Item for Questionnaire Answer. Question item represents the question in a questionnaire. */
*id: Text /* wid / id / reference id */
}
questionnaireAttachments: [{
contentType: { /* Content type of the attachment */
*id: Text /* wid / id / reference id */
}
descriptor: Text /* A preview of the instance */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* Id of the instance */
}]
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| AboutWorker_Id | String | False |
wid / id / reference id |
| About_Descriptor | String | False |
A preview of the instance |
| About_Id | String | False |
Id of the instance |
| About_Person_Descriptor | String | False |
A description of the instance |
| About_Person_Href | String | False |
A link to the instance |
| About_Person_Id | String | False |
wid / id / reference id |
| Assignee_Descriptor | String | False |
A preview of the instance |
| Assignee_Id | String | False |
Id of the instance |
| Assignee_Person_Descriptor | String | False |
A description of the instance |
| Assignee_Person_Href | String | False |
A link to the instance |
| Assignee_Person_Id | String | False |
wid / id / reference id |
| Attachments_Aggregate | String | False |
Case Creation Attachments. |
| By_Descriptor | String | False |
A preview of the instance |
| By_ExternalCreator_Email | String | False |
External Case Creator Email. |
| By_ExternalCreator_Id | String | False |
Id of the instance |
| By_ExternalCreator_Name | String | False |
External Case Creator Name and External in Parenthesis or Purged External Case Creator text. |
| By_Id | String | False |
Id of the instance |
| By_Worker_Descriptor | String | False |
A preview of the instance |
| By_Worker_Id | String | False |
Id of the instance |
| By_Worker_Person_Descriptor | String | False |
A description of the instance |
| By_Worker_Person_Href | String | False |
A link to the instance |
| By_Worker_Person_Id | String | False |
wid / id / reference id |
| CaseID | String | False |
Case ID. |
| CaseLink | String | False |
The link to view the Case. |
| CaseReopenDetails_CaseReopenDueDate | String | False |
The details for the reopening of a case. This includes whether a worker can reopen a case and the last date that a worker can reopen a case. |
| CaseReopenDetails_CaseReopenStatus | Bool | False |
True if a worker can reopen a case. |
| CaseType_Id | String | False |
wid / id / reference id |
| Confidential | Bool | False |
If true, the case is confidential. |
| CreationDate | Datetime | False |
The date that the case was created on. |
| DetailedMessage | String | False |
The description of the case. |
| ForExternalCreator_Id | String | False |
wid / id / reference id |
| ForWorker_Id | String | False |
wid / id / reference id |
| For_Descriptor | String | False |
A preview of the instance |
| For_ExternalCreator_Email | String | False |
External Case Creator Email. |
| For_ExternalCreator_Id | String | False |
Id of the instance |
| For_ExternalCreator_Name | String | False |
External Case Creator Name and External in Parenthesis or Purged External Case Creator text. |
| For_Id | String | False |
Id of the instance |
| For_Worker_Descriptor | String | False |
A preview of the instance |
| For_Worker_Id | String | False |
Id of the instance |
| For_Worker_Person_Descriptor | String | False |
A description of the instance |
| For_Worker_Person_Href | String | False |
A link to the instance |
| For_Worker_Person_Id | String | False |
wid / id / reference id |
| FormattedCreationDate | String | False |
The creation date of the case formatted to include the year, month, day, hour and minute. The date format depends on the processing user's locale and uses the user's timezone. |
| QuestionnaireHolder_Id | String | False |
wid / id / reference id |
| QuestionnaireResponses_Descriptor | String | False |
A preview of the instance |
| QuestionnaireResponses_Id | String | False |
Id of the instance |
| QuestionnaireResponses_QuestionnaireAnswers_Aggregate | String | False |
The set of answers for a questionnaire. |
| QuestionnaireResponses_QuestionnaireTargetContext_Id | String | False |
wid / id / reference id |
| QuestionnaireResponses_QuestionnaireTarget_Id | String | False |
wid / id / reference id |
| SatisfactionSurvey_Active | Bool | False |
If true, the case has an active satisfaction survey |
| SatisfactionSurvey_Directive | String | False |
Returns the Survey Directive text for the Satisfaction Survey. |
| SatisfactionSurvey_Results_Comment | String | False |
Case satisfaction survey response comment. |
| SatisfactionSurvey_Results_FormattedCreationDate | String | False |
The creation date of the case satisfaction survey response formatted to include the year, month, day, hour and minute. The date format depends on the processing user's locale and uses the user's timezone. |
| SatisfactionSurvey_Results_Id | String | False |
Id of the instance |
| SatisfactionSurvey_Results_QuestionnaireResponse_Questionnaire_Descriptor | String | False |
A description of the instance |
| SatisfactionSurvey_Results_QuestionnaireResponse_Questionnaire_Href | String | False |
A link to the instance |
| SatisfactionSurvey_Results_QuestionnaireResponse_Questionnaire_Id | String | False |
wid / id / reference id |
| SatisfactionSurvey_Results_Score_Description | String | False |
Description of the case satisfaction survey response score. |
| SatisfactionSurvey_Results_Score_Number | Decimal | False |
Score for the case satisfaction survey response. |
| SatisfactionSurvey_Task | String | False |
If true, the Satisfaction Survey has been dismissed. |
| ServiceTeam_Descriptor | String | False |
A description of the instance |
| ServiceTeam_Href | String | False |
A link to the instance |
| ServiceTeam_Id | String | False |
wid / id / reference id |
| Source_Id | String | False |
wid / id / reference id |
| Status_Descriptor | String | False |
A preview of the instance |
| Status_Id | String | False |
Id of the instance |
| Title | String | False |
The title of the case. |
| Type_Confidential | Bool | False |
Case type confidential flag for REST service. |
| Type_Description | String | False |
Case Type Description. |
| Type_Id | String | False |
Id of the instance |
| Type_Inactive | Bool | False |
True if the case type is inactive. |
| Type_Name | String | False |
Returns the display id of the instance. |
| Type_ServiceCategory_Description | String | False |
The description of the service category. |
| Type_ServiceCategory_Id | String | False |
Id of the instance |
| Type_ServiceCategory_Name | String | False |
The name of the service category. |
| Desc_Prompt | Bool | False |
If true, sorts results in descending order. |
| MyCases_Prompt | Bool | False |
Retrieves cases owned by the processing user. |
| OpenCases_Prompt | Bool | False |
Retrieves open cases and cases that were resolved or canceled less than 7 days ago. |
| Sort_Prompt | String | False |
The field to sort results by. The default is creationDate. Note: Currently supports creationDate only. |
Retrieves a list of comment timeline items for a case.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
contentType: { /* Content type of the attachment */
*id: Text /* wid / id / reference id */
}
descriptor: Text /* A preview of the instance */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* \~Case\~ Attachment ID. */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False | |
| Cases_Id [KEY] | String | False |
The Workday ID of the Cases that owns this. |
| Attachments_Aggregate | String | False |
Case Timeline Item (Derived) has Case Attachment (Derived) [RL]. |
| Comment_Content | String | False |
returns rich text comment for a Case |
| Comment_TextBody | String | False |
returns normal text comment for a Case |
| CreationDate | Datetime | False |
The date that the case timeline item was created on. |
| Description | String | False |
Used by the Case Creation Timeline Item, contains the detailed message written by case creators. |
| FormattedCreationDate | String | False |
The creation date of the timeline item formatted to include the year, month, day, hour and minute. The date format depends on the processing user's locale and uses the user's timezone. |
| Guidance_KbArticle_Descriptor | String | False |
A preview of the instance |
| Guidance_KbArticle_Id | String | False |
Id of the instance |
| Guidance_UiTask_Descriptor | String | False |
A preview of the instance |
| Guidance_UiTask_Id | String | False |
Id of the instance |
| Guidance_UiTask_Url | String | False |
Returns the fully qualified URL for the given Task |
| QuestionnaireResponse_Questionnaire_Descriptor | String | False |
A description of the instance |
| QuestionnaireResponse_Questionnaire_Href | String | False |
A link to the instance |
| QuestionnaireResponse_Questionnaire_Id | String | False |
wid / id / reference id |
| SubmittedBy_Descriptor | String | False |
A preview of the instance |
| SubmittedBy_ExternalCreator_Email | String | False |
External Case Creator Email. |
| SubmittedBy_ExternalCreator_Id | String | False |
Id of the instance |
| SubmittedBy_ExternalCreator_Name | String | False |
External Case Creator Name and External in Parenthesis or Purged External Case Creator text. |
| SubmittedBy_Id | String | False |
Id of the instance |
| SubmittedBy_Worker_Descriptor | String | False |
A preview of the instance |
| SubmittedBy_Worker_Id | String | False |
Id of the instance |
| SubmittedBy_Worker_Person_Descriptor | String | False |
A description of the instance |
| SubmittedBy_Worker_Person_Href | String | False |
A link to the instance |
| SubmittedBy_Worker_Person_Id | String | False |
wid / id / reference id |
| Type_Descriptor | String | False |
A preview of the instance |
| Type_Id | String | False |
Id of the instance |
| Desc_Prompt | Bool | False |
If true, sorts results in descending order. |
| MyCases_Prompt | Bool | False |
Retrieves cases owned by the processing user. |
| OpenCases_Prompt | Bool | False |
Retrieves open cases and cases that were resolved or canceled less than 7 days ago. |
| Sort_Prompt | String | False |
The field to sort results by. The default is creationDate. Note: Currently supports creationDate only. |
Reads /attachments entries from the CasesTimeline table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| CasesTimeline_Id [KEY] | String | False |
The Workday ID of the CasesTimeline that contains this. |
| Cases_Id [KEY] | String | False |
The Workday ID of the Cases that owns this. |
| Comment | String | False |
Questionnaire attachment comment |
| ContentType_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| FileLength | Decimal | False |
File length of the attachment |
| FileName | String | False |
File name of the attachment |
| Href | String | False |
A link to the instance |
| Desc_Prompt | Bool | False |
If true, sorts results in descending order. |
| MyCases_Prompt | Bool | False |
Retrieves cases owned by the processing user. |
| OpenCases_Prompt | Bool | False |
Retrieves open cases and cases that were resolved or canceled less than 7 days ago. |
| Sort_Prompt | String | False |
The field to sort results by. The default is creationDate. Note: Currently supports creationDate only. |
No description available.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Application_Descriptor | String | False |
Supported for: SELECT, INSERT, UPDATE. A preview of the instance |
| Application_Id | String | False |
Supported for: SELECT, INSERT, UPDATE. Id of the instance |
| Description | String | False |
Supported for: SELECT, INSERT, UPDATE. Returns the description for this application attributes configuration. |
| Descriptor | String | False |
Supported for: SELECT, INSERT, UPDATE. A preview of the instance |
| Name | String | False |
Supported for: SELECT, INSERT, UPDATE. Returns the name of this application attributes configuration. |
| ReferenceIdValue | String | False |
Supported for: SELECT, INSERT, UPDATE. Returns the reference ID for this application attributes configuration. |
| Version | Decimal | False |
Supported for: SELECT, INSERT, UPDATE. Returns the version for this application attributes configuration. |
| Application_Prompt | String | False |
No description available. |
| Name_Prompt | String | False |
No description available. |
No description available.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Configurations_Id [KEY] | String | False |
The Workday ID of the Configurations that owns this. |
| Alias | String | False |
Supported for: SELECT, INSERT, UPDATE. Returns the alias of this application attribute. |
| Description | String | False |
Supported for: SELECT, INSERT, UPDATE. Returns the description of this application attribute. |
| Descriptor | String | False |
Supported for: SELECT, INSERT, UPDATE. A preview of the instance |
| Name | String | False |
Supported for: SELECT, INSERT, UPDATE. Returns name of this application attribute. |
| Required | Bool | False |
Supported for: SELECT, INSERT, UPDATE. Returns whether this application attribute is required or not. |
| Type_Descriptor | String | False |
Supported for: SELECT, INSERT, UPDATE. A preview of the instance |
| Type_Id | String | False |
Supported for: SELECT, INSERT, UPDATE. Id of the instance |
| Values_Aggregate | String | False |
Supported for: INSERT. A JSON aggregate. Returns Application Attribute Values owned by this Application Attribute. |
| AttributeType_Prompt | String | False |
No description available. |
| Application_Prompt | String | False |
Only used when a Configurations_Id filter is not provided. No description available. |
| Name_Prompt | String | False |
Only used when a Configurations_Id filter is not provided. No description available. |
Reads /values entries from the ConfigurationsAttributes table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| ConfigurationsAttributes_Id [KEY] | String | False |
The Workday ID of the ConfigurationsAttributes that contains this. |
| Configurations_Id [KEY] | String | False |
The Workday ID of the Configurations that owns this. |
| BooleanValue | Bool | False |
Supported for: SELECT, INSERT, UPDATE. Returns a boolean attribute value if it is allowed for the current environment. |
| Descriptor | String | False |
Supported for: SELECT, INSERT, UPDATE. A preview of the instance |
| NumericValue | Decimal | False |
Supported for: SELECT, INSERT, UPDATE. Returns a numeric attribute value if it is allowed for the current environment. |
| RestrictToEnvironments_Aggregate | String | False |
Supported for: SELECT, INSERT, UPDATE. A JSON aggregate. Returns the environments that are able to view this Application Attribute Value. |
| StringValue | String | False |
Supported for: SELECT, INSERT, UPDATE. Returns a string attribute value if it is allowed for the current environment. |
| AttributeType_Prompt | String | False |
No description available. |
| Application_Prompt | String | False |
Only used when a Configurations_Id filter is not provided. No description available. |
| Name_Prompt | String | False |
Only used when a Configurations_Id filter is not provided. No description available. |
Retrieves a custom object definition.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Active | Bool | False |
Indicates whether the custom object definition is active or a draft. |
| Alias | String | False |
The web service alias of the custom object. |
| BusinessObjectFilter_Descriptor | String | False |
A description of the instance |
| BusinessObjectFilter_Href | String | False |
A link to the instance |
| BusinessObjectFilter_Id | String | False |
wid / id / reference id |
| BusinessObject_Descriptor | String | False |
A description of the instance |
| BusinessObject_Href | String | False |
A link to the instance |
| BusinessObject_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| DisplayValue_Id | String | False |
wid / id / reference id |
| Domains_Aggregate | String | False |
Contains the Security Domains that secure this object. |
| Fields_Aggregate | String | False |
The custom fields for the custom object. |
| HelpText | String | False |
The help text for the custom object. |
| HideOnView | Bool | False |
If true, the field is hidden when unpopulated. |
| Href | String | False |
A link to the instance |
| MultiInstance | Bool | False |
If true, the custom object has multiple instances for the extended business object. |
| Name | String | False |
The name of the custom object. |
| ReferenceId_Id | String | False |
wid / id / reference id |
| UiVisibilityRule_Id | String | False |
wid / id / reference id |
Retrieves a collection of condition rules in a custom object definition.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Definitions_Id [KEY] | String | False |
The Workday ID of the Definitions that owns this. |
| Comment | String | False |
The comment entered for the condition rule. |
| ConditionItems_Aggregate | String | False |
The condition items composing the rule. |
| ConditionRuleId | String | False |
The Reference ID to use for lookups. Example: 'Organization_ID' for or supervisory organizations. |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
| RuleDescription | String | False |
The condition rule description provided by user. |
Retrieves a field in a custom object definition.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Definitions_Id [KEY] | String | False |
The Workday ID of the Definitions that owns this. |
| Alias | String | False |
The web service alias of the custom field. |
| AuthorizedUsages_Aggregate | String | False |
The parts of the application where a field is intended to be used. |
| Categories_Aggregate | String | False |
Contains one or more categories that have been associated with the report field. |
| Descriptor | String | False |
A preview of the instance |
| DisplayOptions_Aggregate | String | False |
Contains one or more display options that have been associated with the custom field. |
| Draft | Bool | False |
If true, the custom field is not activated yet and it is saved as a draft. |
| FieldType_Descriptor | String | False |
A description of the instance |
| FieldType_Href | String | False |
A link to the instance |
| FieldType_Id | String | False |
wid / id / reference id |
| Href | String | False |
A link to the instance |
| Inactive | Bool | False |
If true, the custom field should no longer be used. |
| Name | String | False |
The name of the custom field on the business object. |
| Order | String | False |
The order of the custom field. |
| Prompts_Aggregate | String | False |
The prompt IDs for the custom field. |
| Validations_Aggregate | String | False |
Contains one or more custom field validations that have been associated with the custom field. |
Reads /authorizedUsages entries from the DefinitionsFields table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| DefinitionsFields_Id [KEY] | String | False |
The Workday ID of the DefinitionsFields that contains this. |
| Definitions_Id [KEY] | String | False |
The Workday ID of the Definitions that owns this. |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
Reads /categories entries from the DefinitionsFields table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| DefinitionsFields_Id [KEY] | String | False |
The Workday ID of the DefinitionsFields that contains this. |
| Definitions_Id [KEY] | String | False |
The Workday ID of the Definitions that owns this. |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
Reads /displayOptions entries from the DefinitionsFields table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| DefinitionsFields_Id [KEY] | String | False |
The Workday ID of the DefinitionsFields that contains this. |
| Definitions_Id [KEY] | String | False |
The Workday ID of the Definitions that owns this. |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
Reads /prompts entries from the DefinitionsFields table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| DefinitionsFields_Id [KEY] | String | False |
The Workday ID of the DefinitionsFields that contains this. |
| Definitions_Id [KEY] | String | False |
The Workday ID of the Definitions that owns this. |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
Reads /validations entries from the DefinitionsFields table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| DefinitionsFields_Id [KEY] | String | False |
The Workday ID of the DefinitionsFields that contains this. |
| Definitions_Id [KEY] | String | False |
The Workday ID of the Definitions that owns this. |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
Retrieves a collection of validations in a custom object definition.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Definitions_Id [KEY] | String | False |
The Workday ID of the Definitions that owns this. |
| Alias | String | False |
The alias of the custom object validation. |
| ConditionRule_Descriptor | String | False |
A description of the instance |
| ConditionRule_Href | String | False |
A link to the instance |
| ConditionRule_Id | String | False |
wid / id / reference id |
| CustomField_Descriptor | String | False |
A description of the instance |
| CustomField_Href | String | False |
A link to the instance |
| CustomField_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
| MessageText | String | False |
The message displayed when the validation triggers. |
| Name | String | False |
The name of the validation. |
| OnlyOnOk | Bool | False |
If true, this validation only executes when the user clicks the OK button to submit the data. Otherwise, it triggers when the user enters data on the custom object. |
| SeverityLevel_Descriptor | String | False |
A description of the instance |
| SeverityLevel_Href | String | False |
A link to the instance |
| SeverityLevel_Id | String | False |
wid / id / reference id |
Generates effective change data for organizations or workers based on request parameters.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| RequestCriteria_AllEffective | Bool | False |
Default is false. Only set to true if you want all effective changes in the effective range. Otherwise, it will only give incremental changes entered within the entry range. |
| RequestCriteria_EffectiveFrom | Datetime | False |
The date from which the effective moment for the request should query data for. |
| RequestCriteria_EffectiveTo | Datetime | False |
The date up until which the entry moment for the request should query data for. |
| RequestCriteria_EntryMomentFrom | Datetime | False |
The date from which the entry moment for the request should query data for. |
| RequestCriteria_EntryMomentTo | Datetime | False |
The date up until which the entry moment for the request should query data for. |
| RequestCriteria_ExcludeWorkers | Bool | False |
If set to true, workers in the "workers" request parameter will be excluded from the output. By default, the parameter is inclusive. |
| RequestCriteria_ExtendedAllEffectiveTo | Datetime | False |
Upper limit of the optional extended all effective range. |
| RequestCriteria_Fields_FieldSetVersion | String | False |
Version of fields that changes are requested for. |
| RequestCriteria_Fields_OnlyInclude_Aggregate | String | False |
A list of fields that changes are requested for. |
| RequestCriteria_ForceRerun | Bool | False |
This boolean is used to force a new request to be generated even if the same parameters as a prior request are sent. Force Rerun should only be used if the previous request is complete or has failed for some reason. |
| RequestCriteria_IncludeRequestCriteriaInResponse | Bool | False |
Default is false. When true, the original request will be shown in the response. |
| RequestCriteria_Organizations_Aggregate | String | False |
Organization for external data request (e.g. pay group). |
| RequestCriteria_ResponseFilter_AdditionalNameTypes_Aggregate | String | False |
Filter Additional Names by Additional Name Types to include in output. |
| RequestCriteria_ResponseFilter_CountryNameFormat | String | False |
Format for Country Name. |
| RequestCriteria_ResponseFilter_CountryRegionNameFormat | String | False |
Format for Country Region Name. |
| RequestCriteria_ResponseFilter_ExcludeAdditionalJobs | Bool | False |
Exclude Additional Job data from output. |
| RequestCriteria_ResponseFilter_FullSnapshot | Bool | False |
If true, returns all workers in the request regardless if the worker has changes to report or not. |
| RequestCriteria_ResponseFilter_IncludeEndedContracts | Bool | False |
Include Ended Contracts in output. |
| RequestCriteria_ResponseFilter_OrganizationRoles_Aggregate | String | False |
Organization Roles to include in Position data section. |
| RequestCriteria_ResponseFilter_OrganizationTypes_Aggregate | String | False |
Filter Organizations by Organization Types. |
| RequestCriteria_ResponseFilter_PaymentElectionRules_Aggregate | String | False |
Filter Payment Elections by Payment Election Rules to include in output. |
| RequestCriteria_ResponseFilter_ReportPostTermCompensation | Bool | False |
Include Post Termination compensation changes in output. |
| RequestCriteria_SchemaOnly | Bool | False |
If true, the API only returns the schema file. If false, the API returns the schema file and other output files. Use this option to identify available API fields and map to external vendor fields as needed. |
| RequestCriteria_WorkerOverrides_Aggregate | String | False |
Worker Overrides for data request. |
| RequestCriteria_Workers_Aggregate | String | False |
Workers for data request. |
| ResponseData_Documents_Aggregate | String | False |
IDs of documents containing data produced with the parameters of the request. One can use the Blobitory REST API to retrieve the documents. |
| ResponseData_Status_Descriptor | String | False |
A description of the instance |
| ResponseData_Status_Href | String | False |
A link to the instance |
| ResponseData_Status_Id | String | False |
wid / id / reference id |
Reads /requestCriteria/organizations entries from the EffectiveChanges table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| EffectiveChanges_Id [KEY] | String | False |
The Workday ID of the EffectiveChanges that contains this. |
| Descriptor | String | False |
A preview of the instance |
Reads /requestCriteria/responseFilter/additionalNameTypes entries from the EffectiveChanges table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| EffectiveChanges_Id [KEY] | String | False |
The Workday ID of the EffectiveChanges that contains this. |
| Descriptor | String | False |
A preview of the instance |
Reads /requestCriteria/responseFilter/organizationRoles entries from the EffectiveChanges table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| EffectiveChanges_Id [KEY] | String | False |
The Workday ID of the EffectiveChanges that contains this. |
| Descriptor | String | False |
A preview of the instance |
Reads /requestCriteria/responseFilter/organizationTypes entries from the EffectiveChanges table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| EffectiveChanges_Id [KEY] | String | False |
The Workday ID of the EffectiveChanges that contains this. |
| Descriptor | String | False |
A preview of the instance |
Reads /requestCriteria/responseFilter/paymentElectionRules entries from the EffectiveChanges table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| EffectiveChanges_Id [KEY] | String | False |
The Workday ID of the EffectiveChanges that contains this. |
| Descriptor | String | False |
A preview of the instance |
Reads /requestCriteria/workerOverrides entries from the EffectiveChanges table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The worker to override. |
| EffectiveChanges_Id [KEY] | String | False |
The Workday ID of the EffectiveChanges that contains this. |
| EntryMomentFromOverride | Datetime | False |
Entry Moment override for the Worker. |
Reads /responseData/documents entries from the EffectiveChanges table.
| Name | Type | ReadOnly | Description |
| EffectiveChanges_Id [KEY] | String | False |
The Workday ID of the EffectiveChanges that contains this. |
| DocumentId | String | False |
Document ID for document. Can be used in conjunction with Blobitory API to retrieve the document. |
| DocumentTags_Aggregate | String | False |
Document Tags for document. |
| FileName | String | False |
File name for document. |
| Organization_Descriptor | String | False |
A preview of the instance |
| Organization_Id | String | False |
Id of the instance |
Updates a specific vendor response instance of Event-Driven Integration with the specified data after the third-party payroll system completes processing of the worker changes.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
diagnosis: Text /* An explanation for the root cause of the error. */
functionalArea: Text /* The functional area that was impacted by the error reported. Examples: Position, Compensation, Personal data. */
group: [{
groupData: [{
name: Text /* The name of the reported field attribute. Examples: Amount, Currency, Status. */
value: Text /* The value of the reported field attribute. Examples: 2000, USD, Active. */
}]
groupName: Text /* The group category holding the data being provided by the third-party payroll system. Examples: Allowance, Address. */
groupValue: Text /* The specific name of the type of data being provided by the third-party payroll system. Examples: Car Allowance, Home Address. */
}]
messageCategory: Text /* The category for where the error occurred. Examples: Worker Data, Organization, Supervisory, Staffing. */
messageNumber: Text /* An integer number identifying the error reported. */
procedure: Text /* The steps to fix the error. */
recordType: Text /* The type of error being recorded. Examples: Data error, Configuration error. */
*severity: { /* The severity level for the vendor-defined integration error message. */
*id: Text /* wid / id / reference id */
}
*vendorErrorMessage: Text /* Required detailed error message that explains what occurred in the third-party payroll system while processing the worker changes sent through event-driven integration. */
who: Text /* Lists the names, positions, or roles of the concerned audience for handling the error resolution. */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Required Workday ID for the Event-Driven Integration. Workday provides this to the third-party payroll vendor as part of the initial file delivery. |
| ErrorMessageSet_Errors_Aggregate | String | False |
A data set containing a group of payroll messages and exceptions returned by payroll vendor for the worker changes sent by Event Driven Integration. |
| OverallStatus_Descriptor | String | False |
A description of the instance |
| OverallStatus_Href | String | False |
A link to the instance |
| OverallStatus_Id | String | False |
wid / id / reference id |
| Relaunchable | Bool | False |
If true, Workday displays the Resend to Payroll button on the Review Event Driven Integration for Third Party Payroll step to resubmit worker changes after making any corrections. If false, Workday doesn't display the button. The field might be set to false if there isn’t anything the user can do to fix the errors and resubmitting the changes will result in the same errors. |
| SetLsrd | Bool | False |
If true, Workday updates the LSRD for that particular worker. The next time you run the batch PECI integration, only changes that occurred after running the Event-Driven Integration is included for the worker. If false, Workday sends the original data again during the next transmission, either through the event-driven integration or the Payroll Effective Change Interface integration. |
| SkipReview | Bool | False |
If true, Workday displays the Review Event Driven Integration for Third Party Payroll step on the Maintain Local Payroll Data task. |
| SkipReviewReason | String | False |
The reason that gives guidance whether or not to complete the Maintain Local Payroll Data step after the Review Event Driven Integration for Third Party Payroll step. This field applies when you configured the Hire business process with the Maintain Local Payroll Data step right after the Review Event Driven Integration for Third Party Payroll step. Workday displays this reason on the Maintain Local Payroll Data task after the Review Event Driven Integration for Third Party Payroll step. |
Reads /errorMessageSet/errors entries from the EventDrivenIntegrationVendorResponse table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
groupData: [{
name: Text /* The name of the reported field attribute. Examples: Amount, Currency, Status. */
value: Text /* The value of the reported field attribute. Examples: 2000, USD, Active. */
}]
groupName: Text /* The group category holding the data being provided by the third-party payroll system. Examples: Allowance, Address. */
groupValue: Text /* The specific name of the type of data being provided by the third-party payroll system. Examples: Car Allowance, Home Address. */
}]
| Name | Type | ReadOnly | Description |
| EventDrivenIntegrationVendorResponse_Id [KEY] | String | False |
The Workday ID of the EventDrivenIntegrationVendorResponse that contains this. |
| Diagnosis | String | False |
An explanation for the root cause of the error. |
| FunctionalArea | String | False |
The functional area that was impacted by the error reported. Examples: Position, Compensation, Personal data. |
| Group_Aggregate | String | False |
A group of optional data supplementing the main error being reported (Additional information). |
| MessageCategory | String | False |
The category for where the error occurred. Examples: Worker Data, Organization, Supervisory, Staffing. |
| MessageNumber | String | False |
An integer number identifying the error reported. |
| Procedure | String | False |
The steps to fix the error. |
| RecordType | String | False |
The type of error being recorded. Examples: Data error, Configuration error. |
| Severity_Descriptor | String | False |
A description of the instance |
| Severity_Href | String | False |
A link to the instance |
| Severity_Id | String | False |
wid / id / reference id |
| VendorErrorMessage | String | False |
Required detailed error message that explains what occurred in the third-party payroll system while processing the worker changes sent through event-driven integration. |
| Who | String | False |
Lists the names, positions, or roles of the concerned audience for handling the error resolution. |
Retrieves a single instance of a Quick Expense.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
contentType: { /* Content type of the attachment */
*id: Text /* wid / id / reference id */
}
descriptor: Text /* A preview of the instance */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Amount_Currency | String | False |
Amount for Expense Entry |
| Amount_Value | Decimal | False |
Amount for Expense Entry |
| Attachments_Aggregate | String | False |
CRF for Entries REST operation to expose Attachment related to Optical Character Recognition |
| Date | Datetime | False |
Date of Expense Entry |
| Descriptor | String | False |
A preview of the instance |
| EntryType_Descriptor | String | False |
A description of the instance |
| EntryType_Href | String | False |
A link to the instance |
| EntryType_Id | String | False |
wid / id / reference id |
| ExpenseEntryStatus_Descriptor | String | False |
A description of the instance |
| ExpenseEntryStatus_Href | String | False |
A link to the instance |
| ExpenseEntryStatus_Id | String | False |
wid / id / reference id |
| ExpenseItem_Descriptor | String | False |
A description of the instance |
| ExpenseItem_Href | String | False |
A link to the instance |
| ExpenseItem_Id | String | False |
wid / id / reference id |
| HasOCRReceipt | Bool | False |
Boolean value indicating whether the Mobile Expense has an OCR image. |
| Href | String | False |
A link to the instance |
| Image_Id | String | False |
wid / id / reference id |
| Memo | String | False |
Memo for the Entry |
| Merchant | String | False |
Expense Merchant Name |
| ScanStatus_Descriptor | String | False |
A description of the instance |
| ScanStatus_Href | String | False |
A link to the instance |
| ScanStatus_Id | String | False |
wid / id / reference id |
| EntryType_Prompt | String | False | |
| ExpenseEntryStatus_Prompt | String | False | |
| FromDate_Prompt | Date | False | |
| ToDate_Prompt | Date | False |
Reads /attachments entries from the ExpenseEntries table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| ExpenseEntries_Id [KEY] | String | False |
The Workday ID of the ExpenseEntries that contains this. |
| ContentType_Descriptor | String | False |
A description of the instance |
| ContentType_Href | String | False |
A link to the instance |
| ContentType_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| FileLength | Decimal | False |
File length of the attachment |
| FileName | String | False |
File name of the attachment |
| Href | String | False |
A link to the instance |
| EntryType_Prompt | String | False | |
| ExpenseEntryStatus_Prompt | String | False | |
| FromDate_Prompt | Date | False | |
| ToDate_Prompt | Date | False |
Retrieves a single instance of an Expense Report.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Company_Id | String | False |
wid / id / reference id |
| CreationDate | Datetime | False |
Creation Date label to be used for REST API |
| Descriptor | String | False |
A preview of the instance |
| ExpenseReportMemo | String | False |
Memo label to be used for REST API |
| ExpenseReportStatus_Descriptor | String | False |
A description of the instance |
| ExpenseReportStatus_Href | String | False |
A link to the instance |
| ExpenseReportStatus_Id | String | False |
wid / id / reference id |
| Href | String | False |
A link to the instance |
| Payee_Id | String | False |
wid / id / reference id |
| TotalAmount_Currency | String | False |
Total Amount for the Expense Report |
| TotalAmount_Value | Decimal | False |
Total Amount for the Expense Report |
| Worktag_Descriptor | String | False |
A preview of the instance |
| Worktag_Id | String | False |
Id of the instance |
| ExpenseReportMemo_Prompt | String | False | |
| ExpenseReportStatus_Prompt | String | False | |
| FromDate_Prompt | Date | False | |
| ToDate_Prompt | Date | False |
Retrieves contact details for a single external case contact instance.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Blocked | Bool | False |
If true, the external contact is blocked and they can't create cases. |
| String | False |
The email for the external case contact. | |
| Name | String | False |
The name for the external case contact. |
| Email_Prompt | String | False |
The email address that identifies the external case contact. |
| HideBlockedCreators_Prompt | Bool | False |
If true, blocked contacts are excluded from the response. |
Retrieves a collection of custom field types.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
alias: Text /* The web service alias of the custom list value. */
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
inactive: Boolean /* If true, the custom list value is not active and should not be used. */
name: Text /* The name of a custom list value. */
order: Text /* The order of the custom list value. */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Alias | String | False |
The web service alias of the custom field type. |
| CurrencyInfo_Max | Decimal | False |
The maximum value for a custom currency field. |
| CurrencyInfo_Min | Decimal | False |
The minimum value for a custom currency field. |
| CurrencyInfo_Precision | Decimal | False |
The precision for a custom currency field. |
| DecimalInfo_Max | Decimal | False |
The maximum value for a custom decimal field. |
| DecimalInfo_Min | Decimal | False |
The minimum value for a custom decimal field. |
| DecimalInfo_Precision | Decimal | False |
The precision for a custom decimal field. |
| Descriptor | String | False |
A preview of the instance |
| FieldType_Descriptor | String | False |
A preview of the instance |
| FieldType_Id | String | False |
Id of the instance |
| Href | String | False |
A link to the instance |
| Inactive | Bool | False |
If true, the custom field type is not active and should not be used. |
| IntegerInfo_Max | Decimal | False |
The maximum value for a custom integer field. |
| IntegerInfo_Min | Decimal | False |
The minimum value for a custom integer field. |
| ListInfo_Values_Aggregate | String | False |
An array containing the custom list values. |
| Name | String | False |
The name of the custom field type. |
| ParagraphInfo_MaxLength | Decimal | False |
The maximum length for the custom paragraph text. |
| TextInfo_MaxLength | Decimal | False |
The maximum length for the custom text. |
| FieldType_Prompt | String | False |
Reads /listInfo/values entries from the FieldTypes table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| FieldTypes_Id [KEY] | String | False |
The Workday ID of the FieldTypes that contains this. |
| Alias | String | False |
The web service alias of the custom list value. |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
| Inactive | Bool | False |
If true, the custom list value is not active and should not be used. |
| Name | String | False |
The name of a custom list value. |
| Order | String | False |
The order of the custom list value. |
| FieldType_Prompt | String | False |
Retrieves a list value for a custom lists in a custom object definition.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| FieldTypes_Id [KEY] | String | False |
The Workday ID of the FieldTypes that owns this. |
| Alias | String | False |
The web service alias of the custom list value. |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
| Inactive | Bool | False |
If true, the custom list value is not active and should not be used. |
| Name | String | False |
The name of a custom list value. |
| Order | String | False |
The order of the custom list value. |
| FieldType_Prompt | String | False |
Retrieves a collection of feedback given events about the user that responded to the feedback request.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| AboutWorker_Descriptor | String | False |
A description of the instance |
| AboutWorker_Href | String | False |
A link to the instance |
| AboutWorker_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_Action_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_Action_Href | String | False |
A link to the instance |
| BusinessProcessParameters_Action_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_Comment | String | False |
Returns a null. |
| BusinessProcessParameters_CriticalValidations | String | False |
Validation message for an action event triggered by a condition. |
| BusinessProcessParameters_For_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_For_Href | String | False |
A link to the instance |
| BusinessProcessParameters_For_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_OverallBusinessProcess_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_OverallBusinessProcess_Href | String | False |
A link to the instance |
| BusinessProcessParameters_OverallBusinessProcess_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_OverallStatus | String | False |
The current status of the business process. For example: Successfully Completed, Denied, Terminated. |
| BusinessProcessParameters_TransactionStatus_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_TransactionStatus_Href | String | False |
A link to the instance |
| BusinessProcessParameters_TransactionStatus_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_WarningValidations | String | False |
Warning message for an action event triggered by a condition. |
| Descriptor | String | False |
A preview of the instance |
| DisplayNameofResponder | Bool | False |
True if the feedback provider's name is not displayed. |
| DueDate | Datetime | False |
The date the business process needs to be completed. |
| ExpirationDate | Datetime | False |
The date the feedback request expires. |
| FeedbackConfidential | Bool | False |
Yes if the feedback is confidential between the feedback provider and the manager. Employees, or who the feedback is about, don't see confidential feedback. |
| FeedbackCreationDate | Datetime | False |
The date the feedback event was created. |
| FeedbackGivenDate | Datetime | False |
The date the feedback was provided. |
| FeedbackPrivate | Bool | False |
Yes if the feedback is private between the feedback provider and the worker. |
| RequestedBy_Descriptor | String | False |
A description of the instance |
| RequestedBy_Href | String | False |
A link to the instance |
| RequestedBy_Id | String | False |
wid / id / reference id |
Reads /businessProcessParameters/attachments entries from the GiveRequestedFeedbackEvents table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| GiveRequestedFeedbackEvents_Id [KEY] | String | False |
The Workday ID of the GiveRequestedFeedbackEvents that contains this. |
| Category_Descriptor | String | False |
A description of the instance |
| Category_Href | String | False |
A link to the instance |
| Category_Id | String | False |
wid / id / reference id |
| ContentType_Descriptor | String | False |
A description of the instance |
| ContentType_Href | String | False |
A link to the instance |
| ContentType_Id | String | False |
wid / id / reference id |
| Description | String | False |
Event attachment description |
| FileLength | Decimal | False |
File length of the attachment |
| FileName | String | False |
File name of the attachment |
| UploadDate | Datetime | False |
Returns Date the Business Process Attachment was updated. |
| UploadedBy_Descriptor | String | False |
A description of the instance |
| UploadedBy_Href | String | False |
A link to the instance |
| UploadedBy_Id | String | False |
wid / id / reference id |
Reads /feedbackComments entries from the GiveRequestedFeedbackEvents table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| GiveRequestedFeedbackEvents_Id [KEY] | String | False |
The Workday ID of the GiveRequestedFeedbackEvents that contains this. |
| DateAnswer | Datetime | False |
The date answer from the Date question type. |
| Descriptor | String | False |
A preview of the instance |
| FeedbackDeclineReason | String | False |
The reason a requested feedback question was declined. |
| FeedbackDeclined | Bool | False |
Returns True if the responder declined to submit a response to a specific feedback question. |
| FeedbackQuestion_Descriptor | String | False |
A description of the instance |
| FeedbackQuestion_Href | String | False |
A link to the instance |
| FeedbackQuestion_Id | String | False |
wid / id / reference id |
| MultipleChoiceAnswers_Aggregate | String | False |
The answers selected from the feedback multiple choice question. |
| NumericAnswer | Decimal | False |
The numeric answer from the Number question type. |
| PossibleMultipleChoiceAnswers_Aggregate | String | False |
All possible multiple choice answers available to the feedback question. |
| QuestionType_Descriptor | String | False |
A description of the instance |
| QuestionType_Href | String | False |
A link to the instance |
| QuestionType_Id | String | False |
wid / id / reference id |
| RelatesTo_Aggregate | String | False |
The talent tags that relate to the feedback question or response. |
| Response | String | False |
The feedback response for a feedback question. |
Retrieve all existing addresses staged for update by the parent business process
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| HomeContactInformationChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| AddressLine1 | String | False |
Address Line 1 |
| AddressLine1Local | String | False |
Local Address Line 1 |
| AddressLine2 | String | False |
Address Line 2 |
| AddressLine2Local | String | False |
Local Address Line 2 |
| AddressLine3 | String | False |
Address Line 3 |
| AddressLine3Local | String | False |
Local Address Line 3 |
| AddressLine4 | String | False |
Address Line 4 |
| AddressLine4Local | String | False |
Local Address Line 4 |
| AddressLine5 | String | False |
Address Line 5 |
| AddressLine5Local | String | False |
Local Address Line 5 |
| AddressLine6 | String | False |
Address Line 6 |
| AddressLine6Local | String | False |
Local Address Line 6 |
| AddressLine7 | String | False |
Address Line 7 |
| AddressLine7Local | String | False |
Local Address Line 7 |
| AddressLine8 | String | False |
Address Line 8 |
| AddressLine8Local | String | False |
Local Address Line 8 |
| AddressLine9 | String | False |
Address Line 9 |
| AddressLine9Local | String | False |
Local Address Line 9 |
| City | String | False |
City |
| CityLocal | String | False |
City - Local |
| CitySubdivision1 | String | False |
City Subdivision 1 |
| CitySubdivision1Local | String | False |
City Subdivision 1 - Local |
| CitySubdivision2 | String | False |
City Subdivision 2 |
| CitySubdivision2Local | String | False |
City Subdivision 2 - Local |
| CountryCity_Descriptor | String | False |
A preview of the instance |
| CountryCity_Id | String | False |
Id of the instance |
| CountryRegion_Descriptor | String | False |
A preview of the instance |
| CountryRegion_Id | String | False |
Id of the instance |
| Country_Descriptor | String | False |
A preview of the instance |
| Country_Id | String | False |
Id of the instance |
| Effective | Datetime | False |
The date this business process takes effect. |
| NumberDaysWFH | Decimal | False |
Number of Days WFH |
| PostalCode | String | False |
Postal Code |
| RegionSubdivision1 | String | False |
Region Subdivision 1 |
| RegionSubdivision1Local | String | False |
Region Subdivision 1 - Local |
| RegionSubdivision2 | String | False |
Region Subdivision 2 |
| Usage_Comment | String | False |
Returns the description for a given communication method. |
| Usage_Primary | Bool | False |
Is Primary |
| Usage_Public | Bool | False |
Is Public Visibility |
| Usage_UsageType_Descriptor | String | False |
A preview of the instance |
| Usage_UsageType_Id | String | False |
Id of the instance |
| Usage_UsedFor_Aggregate | String | False |
Used For |
| PrimaryOnly_Prompt | Bool | False | |
| UsedFor_Prompt | String | False |
Retrieve all existing addresses staged for update by the parent business process
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| HomeContactInformationChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Descriptor | String | False |
A preview of the instance |
| EmailAddress | String | False |
The email address. |
| Usage_Comment | String | False |
The description for a given communication method. |
| Usage_Primary | Bool | False |
True if the communication method has any primary usage type. |
| Usage_Public | Bool | False |
True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Id | String | False |
Id of the instance |
| Usage_UsedFor_Aggregate | String | False |
Usage behaviors for the communication method, such as mailing, billing shipping etc. |
| PrimaryOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's primary email addresses. |
| PublicOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's public email addresses. |
| UsageType_Prompt | String | False |
Specifies usage type, such as home or work. Only used if the service provides access to multiple usage types from the same endpoint. |
| UsedFor_Prompt | String | False |
Specifies usage behavior, such as mailing, billing, or shipping. |
An instant messenger as it exists staged for update by the parent business process.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| HomeContactInformationChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Type_Descriptor | String | False |
A preview of the instance |
| Type_Id | String | False |
Id of the instance |
| Usage_Comment | String | False |
The description for a given communication method. |
| Usage_Primary | Bool | False |
True if the communication method has any primary usage type. |
| Usage_Public | Bool | False |
True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Id | String | False |
Id of the instance |
| Usage_UsedFor_Aggregate | String | False |
Usage behaviors for the communication method, such as mailing, billing shipping etc. |
| UserName | String | False |
The instant messenger account username. |
| PrimaryOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's primary instant messenger account usernames. |
| PublicOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's public instant messenger account usernames. |
| UsageType_Prompt | String | False |
Specifies usage type, such as home or work. Only used if the service provides access to multiple usage types from the same endpoint. |
| UsedFor_Prompt | String | False |
Specifies usage behavior, such as mailing, billing, or shipping. |
Retrieve all existing phone numbers staged for update by the parent business process
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| HomeContactInformationChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| CompletePhoneNumber | String | False |
The complete phone number. |
| CountryPhoneCode_CountryPhoneCode | String | False |
The phone code for a country. |
| CountryPhoneCode_Country_Descriptor | String | False |
A preview of the instance |
| CountryPhoneCode_Country_Id | String | False |
Id of the instance |
| CountryPhoneCode_Descriptor | String | False |
A preview of the instance |
| CountryPhoneCode_Id | String | False |
Id of the instance |
| Descriptor | String | False |
A preview of the instance |
| DeviceType_Descriptor | String | False |
A preview of the instance |
| DeviceType_Id | String | False |
Id of the instance |
| Extension | String | False |
The phone extension. |
| Usage_Comment | String | False |
The description for a given communication method. |
| Usage_Primary | Bool | False |
True if the communication method has any primary usage type. |
| Usage_Public | Bool | False |
True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Id | String | False |
Id of the instance |
| Usage_UsedFor_Aggregate | String | False |
Usage behaviors for the communication method, such as mailing, billing shipping etc. |
| PrimaryOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's primary phone numbers. |
| PublicOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's public phone numbers. |
| UsageType_Prompt | String | False |
Specifies usage type, such as home or work. Only used if the service provides access to multiple usage types from the same endpoint. |
| UsedFor_Prompt | String | False |
Specifies usage behavior, such as mailing, billing, or shipping. |
Retrieve all existing web addresses staged for update by the parent business process
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| HomeContactInformationChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Url | String | False |
The complete URL address for the web address. |
| Usage_Comment | String | False |
The description for a given communication method. |
| Usage_Primary | Bool | False |
True if the communication method has any primary usage type. |
| Usage_Public | Bool | False |
True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Id | String | False |
Id of the instance |
| Usage_UsedFor_Aggregate | String | False |
Usage behaviors for the communication method, such as mailing, billing shipping etc. |
| PrimaryOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's primary web addresses. |
| PublicOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's public web addresses. |
| UsageType_Prompt | String | False |
Specifies usage type, such as home or work. Only used if the service provides access to multiple usage types from the same endpoint. |
| UsedFor_Prompt | String | False |
Specifies usage behavior, such as mailing, billing, or shipping. |
Retrieves a dependent immigration data instance for the specified student ID.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| ImmigrationEvents_Id [KEY] | String | False |
The Workday ID of the ImmigrationEvents that owns this. |
| CountryOfBirth_Descriptor | String | False |
A description of the instance |
| CountryOfBirth_Href | String | False |
A link to the instance |
| CountryOfBirth_Id | String | False |
wid / id / reference id |
| CountryOfCitizenship_Descriptor | String | False |
A description of the instance |
| CountryOfCitizenship_Href | String | False |
A link to the instance |
| CountryOfCitizenship_Id | String | False |
wid / id / reference id |
| DateOfBirth | Datetime | False |
The student dependent’s date of birth. |
| Descriptor | String | False |
A preview of the instance |
| FirstName | String | False |
The first name of the student’s dependent. |
| ImmigrationStatus_Descriptor | String | False |
A description of the instance |
| ImmigrationStatus_Href | String | False |
A link to the instance |
| ImmigrationStatus_Id | String | False |
wid / id / reference id |
| LastName | String | False |
The last name of the student’s dependent. |
| MiddleName | String | False |
The middle name of the student’s dependent. |
| RelationshipToStudent_Descriptor | String | False |
A description of the instance |
| RelationshipToStudent_Href | String | False |
A link to the instance |
| RelationshipToStudent_Id | String | False |
wid / id / reference id |
| SevisExpirationDate | Datetime | False |
The expiration date of the SEVIS ID for the student’s dependent. |
| SevisId | String | False |
The SEVIS ID of the student’s dependent. |
| SevisIssueDate | Datetime | False |
The issue date of the SEVIS ID for the student’s dependent. |
Retrieves an immigration data instance for the specified immigration event.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| ImmigrationEvents_Id [KEY] | String | False |
The Workday ID of the ImmigrationEvents that owns this. |
| ActiveSevisId | String | False |
The current active SEVIS ID for the student immigration data. |
| ActiveVisaType_Descriptor | String | False |
A description of the instance |
| ActiveVisaType_Href | String | False |
A link to the instance |
| ActiveVisaType_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| IssuingInstitution_Descriptor | String | False |
A description of the instance |
| IssuingInstitution_Href | String | False |
A link to the instance |
| IssuingInstitution_Id | String | False |
wid / id / reference id |
Usage information for the operation InterviewsFeedback.rsd.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Interviews_Id [KEY] | String | False |
The Workday ID of the Interviews that owns this. |
| Comment | String | False |
The interviewer's overall and competency comments. |
| DateSubmitted | Datetime | False |
The feedback submission date. |
| Descriptor | String | False |
A preview of the instance |
| OverallRating_Descriptor | String | False |
A preview of the instance |
| OverallRating_Id | String | False |
Id of the instance |
| InterviewStatus_Prompt | String | False |
"All applicable interview statuses for an Interview event. Statuses can be: |
Retrieves the administrative options for the specified job change ID.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| JobChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| AssignmentType_Descriptor | String | False |
A description of the instance |
| AssignmentType_Href | String | False |
A link to the instance |
| AssignmentType_Id | String | False |
wid / id / reference id |
| CompanyInsiderTypes_Aggregate | String | False |
The new company insider types for the worker as of the effective date. |
| DefaultWeeklyHours | Decimal | False |
The new default weekly hours for the worker as of the effective date. |
| EndEmploymentDate | Datetime | False |
The new End Employment Date for the worker. If the worker has an Employee Contract sub event, this field will return that end date instead. |
| ExpectedAssignmentEndDate | Datetime | False |
For a past or current business process, the value of the Expected Assignment End Date field that is being (or was) proposed in the process. |
| FirstDayOfWork | Datetime | False |
The first day of work for the worker, as specified on the Hire, Add International Assignment, or Add Job transaction. This field will not return a value for any other transaction. |
| Fte | Decimal | False |
Full Time Equivalent for a worker calculated by scheduled weekly hours divided by default weekly hours either current or proposed. |
| NotifyBy | Datetime | False |
Returns the date that the employee should be notified for a termination. |
| PaidFte | Decimal | False |
The paid full time equivalent for the worker as of the effective date. |
| PayRateType_Descriptor | String | False |
A description of the instance |
| PayRateType_Href | String | False |
A link to the instance |
| PayRateType_Id | String | False |
wid / id / reference id |
| PositionWorkerType_Descriptor | String | False |
A description of the instance |
| PositionWorkerType_Href | String | False |
A link to the instance |
| PositionWorkerType_Id | String | False |
wid / id / reference id |
| SpecifyPaidFte | Bool | False |
True if paid full time equivalent is specified on a worker as of the effective date. |
| SpecifyWorkingFte | Bool | False |
True if working full time equivalent is specified on a worker as of the effective date. |
| TimeType_Descriptor | String | False |
A description of the instance |
| TimeType_Href | String | False |
A link to the instance |
| TimeType_Id | String | False |
wid / id / reference id |
| WorkStudy_Descriptor | String | False |
A description of the instance |
| WorkStudy_Href | String | False |
A link to the instance |
| WorkStudy_Id | String | False |
wid / id / reference id |
| WorkersCompensationCodeOverride_Descriptor | String | False |
A description of the instance |
| WorkersCompensationCodeOverride_Href | String | False |
A link to the instance |
| WorkersCompensationCodeOverride_Id | String | False |
wid / id / reference id |
| WorkingFte | Decimal | False |
The working full time equivalent for the worker as of the effective date. |
Retrieves a business title for the specified job change ID.
| Name | Type | ReadOnly | Description |
| JobChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| BusinessTitle | String | False |
The new business title for the worker as of the effective date. If there is no business title override, this field defaults to the job title or job profile name. |
Returns the comment information for the specified job change ID.
| Name | Type | ReadOnly | Description |
| JobChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Comment | String | False |
The business process comment for a worker event before it's submitted. |
Retrieves the contract options for the specified change job ID.
| Name | Type | ReadOnly | Description |
| JobChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| AssignmentDetails | String | False |
The new contract assignment details for the contingent worker as of the effective date. |
| ContractEndDate | Datetime | False |
The contract end date for the position as of this business process. |
| ContractPayRate_Currency | String | False |
The new contract pay rate for the contingent worker as of the effective date. |
| ContractPayRate_Value | Decimal | False |
The new contract pay rate for the contingent worker as of the effective date. |
| Currency_Descriptor | String | False |
A description of the instance |
| Currency_Href | String | False |
A link to the instance |
| Currency_Id | String | False |
wid / id / reference id |
| Frequency_Descriptor | String | False |
A description of the instance |
| Frequency_Href | String | False |
A link to the instance |
| Frequency_Id | String | False |
wid / id / reference id |
| PurchaseOrder_Descriptor | String | False |
A description of the instance |
| PurchaseOrder_Href | String | False |
A link to the instance |
| PurchaseOrder_Id | String | False |
wid / id / reference id |
Retrieves a job classification for the specified job change ID.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| JobChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| AdditionalJobClassifications_Aggregate | String | False |
Additional Job Classifications Proposed By Staffing Event |
Retrieves a job profile for the specified job change ID.
| Name | Type | ReadOnly | Description |
| JobChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| JobProfile_Descriptor | String | False |
A description of the instance |
| JobProfile_Href | String | False |
A link to the instance |
| JobProfile_Id | String | False |
wid / id / reference id |
| JobTitle | String | False |
The new job title for the worker as of the effective date. |
Returns the location information for the specified job change ID.
| Name | Type | ReadOnly | Description |
| JobChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Location_Descriptor | String | False |
A description of the instance |
| Location_Href | String | False |
A link to the instance |
| Location_Id | String | False |
wid / id / reference id |
| ScheduledHours | Decimal | False |
The new scheduled hours for the worker as of the effective date. |
| WorkShift_Descriptor | String | False |
A description of the instance |
| WorkShift_Href | String | False |
A link to the instance |
| WorkShift_Id | String | False |
wid / id / reference id |
| WorkSpace_Descriptor | String | False |
A description of the instance |
| WorkSpace_Href | String | False |
A link to the instance |
| WorkSpace_Id | String | False |
wid / id / reference id |
Retrieves a move team option from the specified job change ID.
| Name | Type | ReadOnly | Description |
| JobChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| MoveTeam | Bool | False |
Returns a boolean that indicates whether teams reporting to the Manager moved with them during the Change Job Event. |
Retrieves the opening options for the specified job change ID.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| JobChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Descriptor | String | False |
A preview of the instance |
| HeadcountOption_Descriptor | String | False |
A description of the instance |
| HeadcountOption_Href | String | False |
A link to the instance |
| HeadcountOption_Id | String | False |
wid / id / reference id |
| OpeningAvailableForOverlap | Bool | False |
Returns true if the value for 'Available for job overlap' box is checked |
Retrieves a position for the specified job change ID.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| JobChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| AvailableForOverlap | Bool | False |
Returns true if the value for 'Available for job overlap' box is checked |
| ClosePosition | Bool | False |
Returns true if the position is being closed. |
| CreatePosition | Bool | False |
Returns true if the position is being created. |
| Descriptor | String | False |
A preview of the instance |
| JobRequisition_Descriptor | String | False |
A description of the instance |
| JobRequisition_Href | String | False |
A link to the instance |
| JobRequisition_Id | String | False |
wid / id / reference id |
| Position_Descriptor | String | False |
A description of the instance |
| Position_Href | String | False |
A link to the instance |
| Position_Id | String | False |
wid / id / reference id |
Retrieves the start details for the specified job change ID.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| JobChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Date | Datetime | False |
The date this business process takes effect. |
| Descriptor | String | False |
A preview of the instance |
| Job_Descriptor | String | False |
A description of the instance |
| Job_Href | String | False |
A link to the instance |
| Job_Id | String | False |
wid / id / reference id |
| Location_Descriptor | String | False |
A description of the instance |
| Location_Href | String | False |
A link to the instance |
| Location_Id | String | False |
wid / id / reference id |
| Reason_Descriptor | String | False |
A description of the instance |
| Reason_Href | String | False |
A link to the instance |
| Reason_Id | String | False |
wid / id / reference id |
| SupervisoryOrganization_Descriptor | String | False |
A description of the instance |
| SupervisoryOrganization_Href | String | False |
A link to the instance |
| SupervisoryOrganization_Id | String | False |
wid / id / reference id |
| Template_Descriptor | String | False |
A description of the instance |
| Template_Href | String | False |
A link to the instance |
| Template_Id | String | False |
wid / id / reference id |
| UseNextPayPeriod | Bool | False |
Next Pay Period? |
| Worker_Descriptor | String | False |
A description of the instance |
| Worker_Href | String | False |
A link to the instance |
| Worker_Id | String | False |
wid / id / reference id |
Retrieves a message template with the specific ID.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| CreatedBy_Descriptor | String | False |
A description of the instance |
| CreatedBy_Href | String | False |
A link to the instance |
| CreatedBy_Id | String | False |
wid / id / reference id |
| CreatedOn | Datetime | False |
Gives the date that the instance was originally created. |
| Descriptor | String | False |
A preview of the instance |
| EmailDetail_Body | String | False |
Message content of the email. |
| EmailDetail_Name | String | False |
Email Configuration Data container for REST API. |
| EmailDetail_ReplyTo | String | False |
Reply To |
| EmailDetail_Subject | String | False |
Email subject line. |
| Inactive | Bool | False |
Indicates template is active or has been disabled. |
| LastUpdated | Datetime | False | |
| LastUpdatedBy_Descriptor | String | False |
A description of the instance |
| LastUpdatedBy_Href | String | False |
A link to the instance |
| LastUpdatedBy_Id | String | False |
wid / id / reference id |
| Name | String | False |
Message Template Name |
| NotificationType_Descriptor | String | False |
A description of the instance |
| NotificationType_Href | String | False |
A link to the instance |
| NotificationType_Id | String | False |
wid / id / reference id |
| PushDetail_Id | String | False |
Id of the instance |
| PushDetail_Message | String | False |
Message content of a push notification. |
| PushDetail_RedirectURL | String | False |
The URL to launch the appropriate mobile app upon acknowledgement. |
| ReferenceID | String | False |
The Reference ID to use for lookups within our Workday Web Services. For supervisory organizations, this is also the 'Organization ID' |
| UsageCount | Decimal | False |
Count of instances using this Message Template |
| Inactive_Prompt | Bool | False | |
| Name_Prompt | String | False | |
| NotificationType_Prompt | String | False |
Retrieves a business unit for the specified organization assignment change ID.
| Name | Type | ReadOnly | Description |
| OrganizationAssignmentChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| BusinessUnit_Descriptor | String | False |
A description of the instance |
| BusinessUnit_Href | String | False |
A link to the instance |
| BusinessUnit_Id | String | False |
wid / id / reference id |
Retrieves the comment information for the specified organization assignment change ID.
| Name | Type | ReadOnly | Description |
| OrganizationAssignmentChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Comment | String | False |
The business process comment for a worker event before it's submitted. |
Retrieves a company for the specified organization assignment change ID.
| Name | Type | ReadOnly | Description |
| OrganizationAssignmentChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Company_Descriptor | String | False |
A description of the instance |
| Company_Href | String | False |
A link to the instance |
| Company_Id | String | False |
wid / id / reference id |
Retrieves a cost center for the specified organization assignment change ID.
| Name | Type | ReadOnly | Description |
| OrganizationAssignmentChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| CostCenter_Descriptor | String | False |
A description of the instance |
| CostCenter_Href | String | False |
A link to the instance |
| CostCenter_Id | String | False |
wid / id / reference id |
Retrieves the costing organizations for the specified organization assignment change ID.
| Name | Type | ReadOnly | Description |
| OrganizationAssignmentChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Fund_Descriptor | String | False |
A description of the instance |
| Fund_Href | String | False |
A link to the instance |
| Fund_Id | String | False |
wid / id / reference id |
| Gift_Descriptor | String | False |
A description of the instance |
| Gift_Href | String | False |
A link to the instance |
| Gift_Id | String | False |
wid / id / reference id |
| Grant_Descriptor | String | False |
A description of the instance |
| Grant_Href | String | False |
A link to the instance |
| Grant_Id | String | False |
wid / id / reference id |
| Program_Descriptor | String | False |
A description of the instance |
| Program_Href | String | False |
A link to the instance |
| Program_Id | String | False |
wid / id / reference id |
Retrieves the custom organizations for the specified organization assignment change ID.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
organizationType: { /* Includes these organization types: Company, Cost Center, Custom orgs, Location Hierarchy, Matrix, Pay Group, Region, Retiree, Supervisory. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
| Name | Type | ReadOnly | Description |
| OrganizationAssignmentChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| CustomOrganizations_Aggregate | String | False |
The new custom organizations for the worker as of the effective date. |
Retrieves a region for the specified organization assignment change ID.
| Name | Type | ReadOnly | Description |
| OrganizationAssignmentChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Region_Descriptor | String | False |
A description of the instance |
| Region_Href | String | False |
A link to the instance |
| Region_Id | String | False |
wid / id / reference id |
Retrieves the start details for the specified organization assignment change ID.
| Name | Type | ReadOnly | Description |
| OrganizationAssignmentChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Date | Datetime | False |
The date this business process takes effect. |
| Position_Descriptor | String | False |
A description of the instance |
| Position_Href | String | False |
A link to the instance |
| Position_Id | String | False |
wid / id / reference id |
| SupervisoryOrganization_Descriptor | String | False |
A description of the instance |
| SupervisoryOrganization_Href | String | False |
A link to the instance |
| SupervisoryOrganization_Id | String | False |
wid / id / reference id |
| Worker_Descriptor | String | False |
A description of the instance |
| Worker_Href | String | False |
A link to the instance |
| Worker_Id | String | False |
wid / id / reference id |
Retrieves a collection of payroll periods for the specified Payroll Interface pay group ID.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| PayGroups_Id [KEY] | String | False |
The Workday ID of the PayGroups that owns this. |
| PeriodEndDate | Datetime | False |
The end date of a payroll period. |
| PeriodIsEarliestOpen | Bool | False |
Returns true if this period is the earliest open pay period. |
| PeriodStartDate | Datetime | False |
The start date of a payroll period. |
| Status | String | False |
The status of a payroll period. |
| PeriodEndDate_Prompt | Date | False |
The end date of a payroll period using the yyyy-mm-dd format. This should not be used with the showMostRecentOnly query parameter. If both periodEndDate and showMostRecentOnly query parameters are provided, the API will only consider the periodEndDate query parameter. |
| ShowMostRecentOnly_Prompt | Bool | False |
If true, the operation returns the 5 most recent pay periods. This should not be used with periodEndDate query parameter. If both showMostRecentOnly and periodEndDate query parameters are provided, the API will ignore showMostRecentOnly query parameter. |
| Country_Prompt | String | False |
The Workday ID of the country or territory of the pay group. You can use a returned country id from any of the payGroups endpoints in this Payroll API. |
Retrieves a single customer invoice payment instance.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Amount_Currency | String | False |
The amount of the customer payment in transaction currency. |
| Amount_Value | Decimal | False |
The amount of the customer payment in transaction currency. |
| Company_Id | String | False |
wid / id / reference id |
| Date | Datetime | False |
The date the customer payment was made. |
| Descriptor | String | False |
A preview of the instance |
| Memo | String | False |
A memo associated with the customer payment. |
| ReadyToAutoApply | Bool | False |
True if the customer payment is ready for automatic application for a cash sale. |
| Reference | String | False |
The reference to a customer payment that's processed through a settlement run. This field is blank when the Payment Status is In Progress or when the Payment Type is Check or ETF. |
| RemitFromCustomer_Id | String | False |
wid / id / reference id |
| TransactionNumber | String | False |
The transaction number for the reporting transaction. |
| Type_Id | String | False |
wid / id / reference id |
Retrieves a single customer invoice payment remittance line instance.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Payments_Id [KEY] | String | False |
The Workday ID of the Payments that owns this. |
| AmountToPay_Currency | String | False |
The amount to pay specified on the invoice line of the customer payment. |
| AmountToPay_Value | Decimal | False |
The amount to pay specified on the invoice line of the customer payment. |
| BillToCustomer_Id | String | False |
wid / id / reference id |
| Invoice_Id | String | False |
wid / id / reference id |
Retrieves a single payroll input instance.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
id: Text /* Id of the instance */
type: { /* Returns the Related Calculation for which entry was made on the current \~Worker\~ Input line. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
name: Text /* The alternate ID of the related calculation for the pay component and pay component related calculation. */
}
value: Numeric /* The value for the input line. */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Adjustment | Bool | False |
If true, the input is for an adjustment as opposed to an override. |
| Comment | String | False |
The text comment for this input. |
| Currency_Descriptor | String | False |
A description of the instance |
| Currency_Href | String | False |
A link to the instance |
| Currency_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| EndDate | Datetime | False |
The end date after which this input does not apply. |
| FieldEditability | String | False |
The editability status indicating the fields that can be updated in the payroll input request. Possible values: all, none, endDateOnly |
| InputDetails_Aggregate | String | False |
The details for this payroll input. |
| Ongoing | Bool | False |
If true, the payroll input is ongoing. |
| PayComponent_Code | String | False |
The payroll code of the pay component. |
| PayComponent_Descriptor | String | False |
A preview of the instance |
| PayComponent_Id | String | False |
Id of the instance |
| Position_Descriptor | String | False |
A description of the instance |
| Position_Href | String | False |
A link to the instance |
| Position_Id | String | False |
wid / id / reference id |
| RunCategories_Aggregate | String | False |
The run category for the payroll input. |
| StartDate | Datetime | False |
The start date before which this input does not apply. |
| Worker_Descriptor | String | False |
A preview of the instance |
| Worker_Id | String | False |
Id of the instance |
| Worktags_Aggregate | String | False |
The worktags associated with the payroll input. |
| EndDate_Prompt | Date | False |
The end date filter which returns payroll inputs that are active on or before the end date, using the date format yyyy-mm-dd. |
| PayComponent_Prompt | String | False |
The Workday ID of the pay component for the payroll input. You can use a returned id from GET /values/payrollInputsGroup/payComponents. |
| StartDate_Prompt | Date | False |
The start date filter which returns payroll inputs that are active on or after the start date, using the date format yyyy-mm-dd. |
| Worker_Prompt | String | False |
The Workday ID of worker for the payroll input. You can use a returned id from GET /workers in the Staffing service. |
Reads /inputDetails entries from the PayrollInputs table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| PayrollInputs_Id [KEY] | String | False |
The Workday ID of the PayrollInputs that contains this. |
| Type_Descriptor | String | False |
A preview of the instance |
| Type_Id | String | False |
Id of the instance |
| Type_Name | String | False |
The alternate ID of the related calculation for the pay component and pay component related calculation. |
| Value | Decimal | False |
The value for the input line. |
| EndDate_Prompt | Date | False |
The end date filter which returns payroll inputs that are active on or before the end date, using the date format yyyy-mm-dd. |
| PayComponent_Prompt | String | False |
The Workday ID of the pay component for the payroll input. You can use a returned id from GET /values/payrollInputsGroup/payComponents. |
| StartDate_Prompt | Date | False |
The start date filter which returns payroll inputs that are active on or after the start date, using the date format yyyy-mm-dd. |
| Worker_Prompt | String | False |
The Workday ID of worker for the payroll input. You can use a returned id from GET /workers in the Staffing service. |
Reads /runCategories entries from the PayrollInputs table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| PayrollInputs_Id [KEY] | String | False |
The Workday ID of the PayrollInputs that contains this. |
| Descriptor | String | False |
A preview of the instance |
| EndDate_Prompt | Date | False |
The end date filter which returns payroll inputs that are active on or before the end date, using the date format yyyy-mm-dd. |
| PayComponent_Prompt | String | False |
The Workday ID of the pay component for the payroll input. You can use a returned id from GET /values/payrollInputsGroup/payComponents. |
| StartDate_Prompt | Date | False |
The start date filter which returns payroll inputs that are active on or after the start date, using the date format yyyy-mm-dd. |
| Worker_Prompt | String | False |
The Workday ID of worker for the payroll input. You can use a returned id from GET /workers in the Staffing service. |
Reads /worktags entries from the PayrollInputs table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| PayrollInputs_Id [KEY] | String | False |
The Workday ID of the PayrollInputs that contains this. |
| Descriptor | String | False |
A preview of the instance |
| EndDate_Prompt | Date | False |
The end date filter which returns payroll inputs that are active on or before the end date, using the date format yyyy-mm-dd. |
| PayComponent_Prompt | String | False |
The Workday ID of the pay component for the payroll input. You can use a returned id from GET /values/payrollInputsGroup/payComponents. |
| StartDate_Prompt | Date | False |
The start date filter which returns payroll inputs that are active on or after the start date, using the date format yyyy-mm-dd. |
| Worker_Prompt | String | False |
The Workday ID of worker for the payroll input. You can use a returned id from GET /workers in the Staffing service. |
Retrieves a single project plan phase instance.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| ChildrenCount | Decimal | False |
The number of children for the current Project Plan Phase. |
| Deletable | Bool | False |
If true, the project plan phase can be deleted. |
| Description | String | False |
The description of the phase associated with a Project Plan Phase object. |
| Descriptor | String | False |
A preview of the instance |
| Editable | Bool | False |
If true, the project phase can be edited. |
| HasChildren | Bool | False |
If true, the project plan phase has 1 or more child phases or tasks. |
| LevelNumber | Decimal | False |
The level number of the project plan phase. |
| Order | String | False |
Specifies the display order of the phase in the project plan. |
| ParentPhase_Descriptor | String | False |
A description of the instance |
| ParentPhase_Href | String | False |
A link to the instance |
| ParentPhase_Id | String | False |
wid / id / reference id |
| Phase_Descriptor | String | False |
A description of the instance |
| Phase_Href | String | False |
A link to the instance |
| Phase_Id | String | False |
wid / id / reference id |
| Project_Descriptor | String | False |
A description of the instance |
| Project_Href | String | False |
A link to the instance |
| Project_Id | String | False |
wid / id / reference id |
| SequenceNumber | String | False |
The sequence number of the project plan phase. |
| FilterBy_Prompt | String | False |
Accepts both Project Plan Phase or Project Plan Task WID. Query helps to filter results set based on filterCondition either to include or exclude WIDs. |
| FilterCondition_Prompt | String | False |
To be used along with filterBy Query field to include or exclude instances in the GET response. Valid values are "Is" and "Not Equal to" (case-insensitive). |
| Parent_Prompt | String | False | |
| Project_Prompt | String | False | |
| TopLevelPhase_Prompt | Bool | False |
Retrieves a collection of Project Plan Tasks for a specified Project or Project Plan Phase.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| BillableTask | Bool | False |
True if a project plan task is non-billable. |
| Closed | Bool | False |
Closed project plan tasks. Users can't enter time for these tasks. |
| CustomTaskName | String | False |
The name of the custom task in the project plan. |
| Deletable | Bool | False |
If true, the project plan task can be deleted. |
| Descriptor | String | False |
A preview of the instance |
| Editable | Bool | False |
If true, the project task can be edited. |
| EndDate | Datetime | False |
The end date of the project task. |
| Memo | String | False |
The comments for the Project Plan Task. |
| Milestone | Bool | False |
True if a project plan task is a milestone. |
| Order | String | False |
The order of the Project Plan Task |
| PercentComplete | Decimal | False |
The progress of the project task. |
| Phase_Descriptor | String | False |
A description of the instance |
| Phase_Href | String | False |
A link to the instance |
| Phase_Id | String | False |
wid / id / reference id |
| StartDate | Datetime | False |
The start date of the project task. |
| TaskResourceCount | Decimal | False |
Number of Task Resource lines for Project Plan Task. |
| Task_Descriptor | String | False |
A description of the instance |
| Task_Href | String | False |
A link to the instance |
| Task_Id | String | False |
wid / id / reference id |
| Utilization | Bool | False |
True if a project plan task qualifies for utilization. |
| FilterBy_Prompt | String | False |
Accepts both Project Plan Phase or Project Plan Task WID. Query helps to filter results set based on filterCondition either to include or exclude WIDs. |
| FilterCondition_Prompt | String | False | |
| PlanPhase_Prompt | String | False | |
| Project_Prompt | String | False |
Retrieves a collection of Projects.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
awaitingPersons: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
businessEventValidation: [{
conditionRule: Text /* The condition rule as a text expression. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
businessProcessStep: { /* Retired. We retire this report field because it doesn't return all the steps on the business process definition that are associated with the business process event step. A business process event step can be associated with multiple steps from the business process definition if those steps were automatically skipped. Example: Entry conditions to those steps aren't met. We recommend that you use the Steps report field instead. */
*id: Text /* wid / id / reference id */
}
comments: [{
comment: Text /* Comment */
conmentDate: Date /* Gives the moment at which the instance was originally created. */
person: { /* Comment made by Person */
*id: Text /* wid / id / reference id */
}
}]
completedByPerson: { /* The person that completed the step as Assignee */
*id: Text /* wid / id / reference id */
}
completedOn: Date /* The date when this step was completed */
creationDate: Date /* The date when the event record was created. */
delayedDate: Date /* The date the delayed step will trigger. */
descriptor: Text /* A preview of the instance */
due: Date /* Returns the due date for this step. */
event: { /* Identifies the business process and allows you to drill into the details and access related actions. */
*id: Text /* wid / id / reference id */
}
id: Text /* Id of the instance */
status: { /* The status of this business process step. */
*id: Text /* wid / id / reference id */
}
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Billable | Bool | False |
When True, the project becomes a billable project. |
| BusinessEventRecords_Aggregate | String | False |
The Project Event business process record that's initiated when you create or change a project. |
| Capital | Bool | False |
When true, the project is capital. |
| Company_Descriptor | String | False |
A description of the instance |
| Company_Href | String | False |
A link to the instance |
| Company_Id | String | False |
wid / id / reference id |
| Currency_Descriptor | String | False |
A preview of the instance |
| Currency_Id | String | False |
Id of the instance |
| Customer_Descriptor | String | False |
A description of the instance |
| Customer_Href | String | False |
A link to the instance |
| Customer_Id | String | False |
wid / id / reference id |
| Description | String | False |
The description of the project. |
| Descriptor | String | False |
A preview of the instance |
| EndDate | Datetime | False |
The end date for the approved project . |
| EstimatedBudget_Currency | String | False |
The estimated budget allocated to the project, as defined in the project financials summary. Workday provides the amount in the project currency. |
| EstimatedBudget_Value | Decimal | False |
The estimated budget allocated to the project, as defined in the project financials summary. Workday provides the amount in the project currency. |
| EstimatedRevenueSavings_Currency | String | False |
The estimated revenue (billable project) or savings (non-billable project) gained from the project and expressed in the project currency. |
| EstimatedRevenueSavings_Value | Decimal | False |
The estimated revenue (billable project) or savings (non-billable project) gained from the project and expressed in the project currency. |
| ExternalLink | String | False |
The link to an external site. |
| ExternalProjectReference | String | False |
Returns the external project reference. |
| Groups_Aggregate | String | False |
Identifies the project groups of a project. Project groups are used to organize projects for worktag prompting. |
| Href | String | False |
A link to the instance |
| ImportanceRating_Descriptor | String | False |
A description of the instance |
| ImportanceRating_Href | String | False |
A link to the instance |
| ImportanceRating_Id | String | False |
wid / id / reference id |
| InScope | String | False |
A description of what is considered to be in scope for the project. |
| Inactive | Bool | False |
When True, the current project or the associated project hierarchy becomes inactive. |
| IncludeProjectIDInName | Bool | False |
When true, displays the ID in the Project name. |
| MeasuresOfSuccess | String | False |
A description of what the project will be measured against to determine if it is successful. |
| Name | String | False |
The approved project name. |
| Objective | String | False |
A description of the desired outcome of the project. |
| OptionalHierarchies_Aggregate | String | False |
Optional Project Hierarchies |
| OutOfScope | String | False |
A description of what is considered to be out of scope for the project. |
| Overview | String | False |
Project overview describing additional details about the project |
| Owner_Descriptor | String | False |
A description of the instance |
| Owner_Href | String | False |
A link to the instance |
| Owner_Id | String | False |
wid / id / reference id |
| PercentComplete | Decimal | False |
The percent complete for the project. |
| PrimaryHierarchy_Descriptor | String | False |
A description of the instance |
| PrimaryHierarchy_Href | String | False |
A link to the instance |
| PrimaryHierarchy_Id | String | False |
wid / id / reference id |
| Priority_Descriptor | String | False |
A description of the instance |
| Priority_Href | String | False |
A link to the instance |
| Priority_Id | String | False |
wid / id / reference id |
| ProbabilityOfSuccess | Decimal | False |
Indicates the probability of the project's success. |
| ProblemStatement | String | False |
A description of the problem to be resolved by the project. |
| ProjectDependencies_Aggregate | String | False |
Project Dependencies |
| ProjectID | String | False |
Project_ID |
| ProjectState_Descriptor | String | False |
A description of the instance |
| ProjectState_Href | String | False |
A link to the instance |
| ProjectState_Id | String | False |
wid / id / reference id |
| RealizedRevenueSavings_Currency | String | False |
The actual revenue (billable project) or savings (non-billable project) gained from the project and expressed in the project currency. |
| RealizedRevenueSavings_Value | Decimal | False |
The actual revenue (billable project) or savings (non-billable project) gained from the project and expressed in the project currency. |
| RiskLevel_Descriptor | String | False |
A description of the instance |
| RiskLevel_Href | String | False |
A link to the instance |
| RiskLevel_Id | String | False |
wid / id / reference id |
| StartDate | Datetime | False |
The start date of the approved project. |
| Status_Descriptor | String | False |
A description of the instance |
| Status_Href | String | False |
A link to the instance |
| Status_Id | String | False |
wid / id / reference id |
| SuccessRating_Descriptor | String | False |
A description of the instance |
| SuccessRating_Href | String | False |
A link to the instance |
| SuccessRating_Id | String | False |
wid / id / reference id |
| TotalSavingsRemaining_Currency | String | False |
The total amount of savings remaining in project currency. |
| TotalSavingsRemaining_Value | Decimal | False |
The total amount of savings remaining in project currency. |
| Worktags_Aggregate | String | False |
Key words for projects to categorize transactions, such as Cost, Organization, etc. |
Reads /businessEventRecords entries from the Projects table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
conditionRule: Text /* The condition rule as a text expression. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
comment: Text /* Comment */
conmentDate: Date /* Gives the moment at which the instance was originally created. */
person: { /* Comment made by Person */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Projects_Id [KEY] | String | False |
The Workday ID of the Projects that contains this. |
| AwaitingPersons_Aggregate | String | False |
The people this event is currently awaiting for action. |
| BusinessEventValidation_Aggregate | String | False |
Business Process Validation(s) that failed for an event. |
| BusinessProcessStep_Descriptor | String | False |
A description of the instance |
| BusinessProcessStep_Href | String | False |
A link to the instance |
| BusinessProcessStep_Id | String | False |
wid / id / reference id |
| Comments_Aggregate | String | False |
Returns the comments for the business process event step |
| CompletedByPerson_Descriptor | String | False |
A description of the instance |
| CompletedByPerson_Href | String | False |
A link to the instance |
| CompletedByPerson_Id | String | False |
wid / id / reference id |
| CompletedOn | Datetime | False |
The date when this step was completed |
| CreationDate | Datetime | False |
The date when the event record was created. |
| DelayedDate | Datetime | False |
The date the delayed step will trigger. |
| Descriptor | String | False |
A preview of the instance |
| Due | Datetime | False |
Returns the due date for this step. |
| Event_Descriptor | String | False |
A description of the instance |
| Event_Href | String | False |
A link to the instance |
| Event_Id | String | False |
wid / id / reference id |
| Status_Descriptor | String | False |
A description of the instance |
| Status_Href | String | False |
A link to the instance |
| Status_Id | String | False |
wid / id / reference id |
Reads /groups entries from the Projects table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Projects_Id [KEY] | String | False |
The Workday ID of the Projects that contains this. |
| Descriptor | String | False |
A preview of the instance |
Reads /optionalHierarchies entries from the Projects table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Projects_Id [KEY] | String | False |
The Workday ID of the Projects that contains this. |
| Descriptor | String | False |
A preview of the instance |
Reads /projectDependencies entries from the Projects table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Projects_Id [KEY] | String | False |
The Workday ID of the Projects that contains this. |
| Descriptor | String | False |
A preview of the instance |
Reads /worktags entries from the Projects table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Projects_Id [KEY] | String | False |
The Workday ID of the Projects that contains this. |
| Descriptor | String | False |
A preview of the instance |
Create prospects.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| CandidatePools_Aggregate | String | False |
The active, static pools for the candidate. |
| CandidateTags_Aggregate | String | False |
The candidate tags associated with the candidate. |
| Candidate_Descriptor | String | False |
A preview of the instance |
| Candidate_Email | String | False |
The candidate's email address. |
| Candidate_Id | String | False |
Id of the instance |
| Candidate_Name_Country_Descriptor | String | False |
A preview of the instance |
| Candidate_Name_Country_Id | String | False |
Id of the instance |
| Candidate_Name_Descriptor | String | False |
A preview of the instance |
| Candidate_Name_FirstName | String | False |
The first or given name for a person. |
| Candidate_Name_FirstNameLocal | String | False |
The person's given name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Candidate_Name_FirstNameLocal2 | String | False |
The person's given name in second local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Candidate_Name_FullName | String | False |
The Full Name for a person, when it is provided. Workday only tracks Full Name for countries where the Full Name name component is used. |
| Candidate_Name_Hereditary_Descriptor | String | False |
A preview of the instance |
| Candidate_Name_Hereditary_Id | String | False |
Id of the instance |
| Candidate_Name_Id | String | False |
Id of the instance |
| Candidate_Name_LastName | String | False |
The person's family name. |
| Candidate_Name_LastNameLocal | String | False |
The person's last name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Candidate_Name_LastNameLocal2 | String | False |
The person's last name in second local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Candidate_Name_MiddleName | String | False |
The person's middle name. |
| Candidate_Name_MiddleNameLocal | String | False |
The person's middle name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Candidate_Name_Salutation_Descriptor | String | False |
A preview of the instance |
| Candidate_Name_Salutation_Id | String | False |
Id of the instance |
| Candidate_Name_SecondaryLastName | String | False |
The secondary family name for a person. |
| Candidate_Name_SecondaryLocal | String | False |
The person's secondary family name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Candidate_Name_Social_Descriptor | String | False |
A preview of the instance |
| Candidate_Name_Social_Id | String | False |
Id of the instance |
| Candidate_Name_TertiaryLastName | String | False |
The person's tertiary last name. |
| Candidate_Name_Title_Descriptor | String | False |
A preview of the instance |
| Candidate_Name_Title_Id | String | False |
Id of the instance |
| Candidate_Phone_CountryPhoneCode_Descriptor | String | False |
A description of the instance |
| Candidate_Phone_CountryPhoneCode_Href | String | False |
A link to the instance |
| Candidate_Phone_CountryPhoneCode_Id | String | False |
wid / id / reference id |
| Candidate_Phone_Descriptor | String | False |
A preview of the instance |
| Candidate_Phone_DeviceType_Descriptor | String | False |
A description of the instance |
| Candidate_Phone_DeviceType_Href | String | False |
A link to the instance |
| Candidate_Phone_DeviceType_Id | String | False |
wid / id / reference id |
| Candidate_Phone_Extension | String | False |
The phone number extension. |
| Candidate_Phone_Id | String | False |
Id of the instance |
| Candidate_Phone_PhoneNumber | String | False |
The full primary phone number of the person. |
| ContactConsent | Bool | False |
If true, the candidate agrees to be contacted. |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
| Level_Descriptor | String | False |
A description of the instance |
| Level_Href | String | False |
A link to the instance |
| Level_Id | String | False |
wid / id / reference id |
| ReferredBy_Descriptor | String | False |
A description of the instance |
| ReferredBy_Href | String | False |
A link to the instance |
| ReferredBy_Id | String | False |
wid / id / reference id |
| Source_Descriptor | String | False |
A description of the instance |
| Source_Href | String | False |
A link to the instance |
| Source_Id | String | False |
wid / id / reference id |
| Status_Descriptor | String | False |
A description of the instance |
| Status_Href | String | False |
A link to the instance |
| Status_Id | String | False |
wid / id / reference id |
| Type_Descriptor | String | False |
A description of the instance |
| Type_Href | String | False |
A link to the instance |
| Type_Id | String | False |
wid / id / reference id |
Reads /candidatePools entries from the Prospects table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Prospects_Id [KEY] | String | False |
The Workday ID of the Prospects that contains this. |
| Descriptor | String | False |
A preview of the instance |
Reads /candidateTags entries from the Prospects table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Prospects_Id [KEY] | String | False |
The Workday ID of the Prospects that contains this. |
| Descriptor | String | False |
A preview of the instance |
Retrieves the education of a single prospect instance.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Prospects_Id [KEY] | String | False |
The Workday ID of the Prospects that owns this. |
| Degree_Descriptor | String | False |
A description of the instance |
| Degree_Href | String | False |
A link to the instance |
| Degree_Id | String | False |
wid / id / reference id |
| FieldOfStudy_Descriptor | String | False |
A description of the instance |
| FieldOfStudy_Href | String | False |
A link to the instance |
| FieldOfStudy_Id | String | False |
wid / id / reference id |
| FirstYearAttended | Datetime | False |
The first year the candidate attended this educational institution. |
| GradeAverage | String | False |
The candidate's grade average at this educational institution. |
| LastYearAttended | Datetime | False |
The last year the candidate attended this educational institution. |
| SchoolName | String | False |
The name of the school the candidate attended or is attending. |
Retrieves a single experience instance for a prospect.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Prospects_Id [KEY] | String | False |
The Workday ID of the Prospects that owns this. |
| CompanyName | String | False |
The company name the candidate entered in their job history. |
| CurrentlyWorkHere | Bool | False |
If true, the candidate currently works at this company. |
| Description | String | False |
Any responsibilities or accomplishments that the candidate gained at the associated company. |
| EndMonth | Decimal | False |
The month the candidate ended employment at this company. |
| EndYear | Datetime | False |
The year the candidate ended employment at this company. |
| Location | String | False |
The location of this company. |
| StartMonth | Decimal | False |
The month the candidate started employment at this company. |
| StartYear | Datetime | False |
The year the candidate started employment at this company. |
| Title | String | False |
The business title for the candidate's work experience. |
Retrieves a single language instance for a prospect.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
abilityType: { /* Returns the language ability type. */
*id: Text /* wid / id / reference id */
}
id: Text /* Id of the instance */
proficiency: { /* Returns the proficiency for a specific ability of a language. */
*id: Text /* wid / id / reference id */
}
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Prospects_Id [KEY] | String | False |
The Workday ID of the Prospects that owns this. |
| Abilities_Aggregate | String | False |
The abilities associated with this language skill. |
| Language_Descriptor | String | False |
A description of the instance |
| Language_Href | String | False |
A link to the instance |
| Language_Id | String | False |
wid / id / reference id |
| Native | Bool | False |
If true, this language skill is the native language. |
Reads /abilities entries from the ProspectsLanguages table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| ProspectsLanguages_Id [KEY] | String | False |
The Workday ID of the ProspectsLanguages that contains this. |
| Prospects_Id [KEY] | String | False |
The Workday ID of the Prospects that owns this. |
| AbilityType_Descriptor | String | False |
A description of the instance |
| AbilityType_Href | String | False |
A link to the instance |
| AbilityType_Id | String | False |
wid / id / reference id |
| Proficiency_Descriptor | String | False |
A description of the instance |
| Proficiency_Href | String | False |
A link to the instance |
| Proficiency_Id | String | False |
wid / id / reference id |
Retrieves a single resume attachment instance for a prospect.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Prospects_Id [KEY] | String | False |
The Workday ID of the Prospects that owns this. |
| ContentType_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| FileExtension | String | False |
The file extension of the attachment. |
| FileLength | Decimal | False |
The file length of the attachment. |
| FileName | String | False |
The file name of the attachment. |
Retrieves a single skill instance for a prospect.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Prospects_Id [KEY] | String | False |
The Workday ID of the Prospects that owns this. |
| Name | String | False |
The name of the candidate skill. |
Retrieves the request with the specified ID.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
answerDate: Date /* The answer in a date format. */
answerMultipleChoices: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
answerNumeric: Numeric /* The answer in a numeric format. */
answerText: Text /* The text answer for a questionnaire. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
questionItem: { /* Question Item for Questionnaire Answer. Question item represents the question in a questionnaire. */
*id: Text /* wid / id / reference id */
}
questionnaireAttachments: [{
contentType: { /* Content type of the attachment */
*id: Text /* wid / id / reference id */
}
descriptor: Text /* A preview of the instance */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* Id of the instance */
}]
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Comment | String | False |
Latest Comment for the Request Event of the Request |
| CompletionDate | Datetime | False |
The date the request was completed. |
| Description | String | False |
Returns the description of the Request |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
| Initiator_Descriptor | String | False |
A description of the instance |
| Initiator_Href | String | False |
A link to the instance |
| Initiator_Id | String | False |
wid / id / reference id |
| OnBehalfOf_Descriptor | String | False |
A description of the instance |
| OnBehalfOf_Href | String | False |
A link to the instance |
| OnBehalfOf_Id | String | False |
wid / id / reference id |
| QuestionnaireResponses_BusinessProcessType_Descriptor | String | False |
A description of the instance |
| QuestionnaireResponses_BusinessProcessType_Href | String | False |
A link to the instance |
| QuestionnaireResponses_BusinessProcessType_Id | String | False |
wid / id / reference id |
| QuestionnaireResponses_CreationDate | Datetime | False |
The submission date for the Questionnaire Response |
| QuestionnaireResponses_Descriptor | String | False |
A preview of the instance |
| QuestionnaireResponses_Id | String | False |
Id of the instance |
| QuestionnaireResponses_QuestionnaireAnswers_Aggregate | String | False |
The set of answers for a questionnaire. |
| QuestionnaireResponses_QuestionnaireResponseStatus_Descriptor | String | False |
A description of the instance |
| QuestionnaireResponses_QuestionnaireResponseStatus_Href | String | False |
A link to the instance |
| QuestionnaireResponses_QuestionnaireResponseStatus_Id | String | False |
wid / id / reference id |
| QuestionnaireResponses_QuestionnaireTargetContext_Descriptor | String | False |
A description of the instance |
| QuestionnaireResponses_QuestionnaireTargetContext_Href | String | False |
A link to the instance |
| QuestionnaireResponses_QuestionnaireTargetContext_Id | String | False |
wid / id / reference id |
| QuestionnaireResponses_QuestionnaireTarget_Descriptor | String | False |
A description of the instance |
| QuestionnaireResponses_QuestionnaireTarget_Href | String | False |
A link to the instance |
| QuestionnaireResponses_QuestionnaireTarget_Id | String | False |
wid / id / reference id |
| QuestionnaireResponses_TotalScore | Decimal | False |
The total score for a questionnaire response is the sum of the questionnaire answers' score. |
| RequestDate | Datetime | False |
The date that the request business process was initiated. |
| RequestEvent_Descriptor | String | False |
A description of the instance |
| RequestEvent_Href | String | False |
A link to the instance |
| RequestEvent_Id | String | False |
wid / id / reference id |
| RequestID | String | False |
Request ID |
| RequestId_2 | String | False |
The ID of the request based on the ID generator format. |
| RequestType_Descriptor | String | False |
A description of the instance |
| RequestType_Href | String | False |
A link to the instance |
| RequestType_Id | String | False |
wid / id / reference id |
| ResolutionDetails_Descriptor | String | False |
A description of the instance |
| ResolutionDetails_Href | String | False |
A link to the instance |
| ResolutionDetails_Id | String | False |
wid / id / reference id |
| Resolution_Descriptor | String | False |
A description of the instance |
| Resolution_Href | String | False |
A link to the instance |
| Resolution_Id | String | False |
wid / id / reference id |
| Status_Descriptor | String | False |
A description of the instance |
| Status_Href | String | False |
A link to the instance |
| Status_Id | String | False |
wid / id / reference id |
| Subtype_Descriptor | String | False |
A description of the instance |
| Subtype_Href | String | False |
A link to the instance |
| Subtype_Id | String | False |
wid / id / reference id |
| WorkdayObjectValue_Descriptor | String | False |
A description of the instance |
| WorkdayObjectValue_Href | String | False |
A link to the instance |
| WorkdayObjectValue_Id | String | False |
wid / id / reference id |
| CompletedOnOrAfter_Prompt | Date | False | |
| CompletedOnOrBefore_Prompt | Date | False | |
| InitiatedOnOrAfter_Prompt | Date | False | |
| InitiatedOnOrBefore_Prompt | Date | False | |
| Initiator_Prompt | String | False |
The WID for the person who initiated the request. You can GET /workers in the /common service to retrieve a worker's WID. |
| OnBehalfOf_Prompt | String | False |
The Workday ID of the person this request is being initiated on behalf of. |
| RequestId_Prompt | String | False |
The ID of the request based on the ID generator format. |
| RequestSubtype_Prompt | String | False |
The Workday ID of the request subtype. You can specify more than 1 requestSubtype query parameter. |
| RequestType_Prompt | String | False |
The Workday ID of the request type. You can specify more than 1 requestType query parameter. |
| ResolutionDetails_Prompt | String | False |
The Workday ID of the resolution details. You can specify more than 1 resolutionDetails query parameter. |
| Resolution_Prompt | String | False |
The Workday ID of the resolution of the request. You can specify more than 1 resolution query parameter. |
| WorkdayObjectValue_Prompt | String | False |
The Workday ID of the business object associated with the request. |
Reads /questionnaireResponses/questionnaireAnswers entries from the Requests table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
contentType: { /* Content type of the attachment */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
descriptor: Text /* A preview of the instance */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Requests_Id [KEY] | String | False |
The Workday ID of the Requests that contains this. |
| AnswerDate | Datetime | False |
The answer in a date format. |
| AnswerMultipleChoiceOrder | String | False |
The Question Multiple Choice Answer Order for Questionnaire Answer (REST API) |
| AnswerMultipleChoices_Aggregate | String | False |
Question Multiple Choice Answers for question answer |
| AnswerMutlipleChoice_Descriptor | String | False |
A description of the instance |
| AnswerMutlipleChoice_Href | String | False |
A link to the instance |
| AnswerMutlipleChoice_Id | String | False |
wid / id / reference id |
| AnswerNumeric | Decimal | False |
The answer in a numeric format. |
| AnswerText | String | False |
The text answer for a questionnaire. |
| Branching | Bool | False |
Is Answer for a Branching Question |
| Descriptor | String | False |
A preview of the instance |
| QuestionBody | String | False |
The question body for a questionnaire answer in rich text. |
| QuestionItem_Descriptor | String | False |
A description of the instance |
| QuestionItem_Href | String | False |
A link to the instance |
| QuestionItem_Id | String | False |
wid / id / reference id |
| QuestionOrder | String | False |
The Question Item Order for Questionnaire Answer (REST API) |
| QuestionnaireAttachments_Aggregate | String | False |
Questionnaire Attachments for Questionnaire Response. |
| CompletedOnOrAfter_Prompt | Date | False | |
| CompletedOnOrBefore_Prompt | Date | False | |
| InitiatedOnOrAfter_Prompt | Date | False | |
| InitiatedOnOrBefore_Prompt | Date | False | |
| Initiator_Prompt | String | False |
The WID for the person who initiated the request. You can GET /workers in the /common service to retrieve a worker's WID. |
| OnBehalfOf_Prompt | String | False |
The Workday ID of the person this request is being initiated on behalf of. |
| RequestId_Prompt | String | False |
The ID of the request based on the ID generator format. |
| RequestSubtype_Prompt | String | False |
The Workday ID of the request subtype. You can specify more than 1 requestSubtype query parameter. |
| RequestType_Prompt | String | False |
The Workday ID of the request type. You can specify more than 1 requestType query parameter. |
| ResolutionDetails_Prompt | String | False |
The Workday ID of the resolution details. You can specify more than 1 resolutionDetails query parameter. |
| Resolution_Prompt | String | False |
The Workday ID of the resolution of the request. You can specify more than 1 resolution query parameter. |
| WorkdayObjectValue_Prompt | String | False |
The Workday ID of the business object associated with the request. |
Retrieves a collection of requisitions.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
criticalCustomValidations: Text /* The list of failing critical custom validation messages that have been configured at the requisition line level as a single string. Each message is delimited by HTML encoded line feed character. */
deliverToLocation: { /* The final location where the goods or services are delivered. Example: an "\~employee\~(s)" work station or stock room. */
*id: Text /* wid / id / reference id */
}
descriptor: Text /* A preview of the instance */
endDate: Date /* The end date requested for the service on the requisition line. */
id: Text /* Id of the instance */
item: { /* The item for the document line. */
*id: Text /* wid / id / reference id */
}
itemDescription: Text /* The line item description for the requisition line. */
lineCompany: { /* Returns the Company for the Business Document Line Distribution instance. */
*id: Text /* wid / id / reference id */
}
lotSerialInformation: { /* Returns/Updates the instances of the Lot Serial Information for lines on the requisition for REST API. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
lotNumber: Text /* The lot serial number for the bill only transaction. */
serialNumber: Text /* The lot number for the bill only transaction. */
}
memo: Text /* The line memo for the requisition line. */
noCharge: Boolean /* If true, the requisition line is a no charge requisition line. This field can be configured as a hidden field using the Configure Optional Fields task for the REST API Requisition functional area. */
orderFromConnection: { /* The order-from supplier connection on the requisition line. The order-from connection populates on the requisition line based on sourcing rules or manual entry. */
*id: Text /* wid / id / reference id */
}
quantity: Numeric /* The quantity on the requisition line. This value can have 20 integer places, is precise to 2 decimal places, and cannot be negative. */
requestedDeliveryDate: Date /* The delivery date requested for the goods on the line. This field does not appear on the payload when a date isn't selected or when the line isn't for goods. */
rfqRequired: Boolean /* If true, a request for quote is required for the requisition line. */
shipToAddress: { /* The Address Reference related to the Ship-To Address of the document line.
Note: This CRF is only used internally via Closely Related Field configuration for Ship-To Address. */
*id: Text /* wid / id / reference id */
}
shipToContact: { /* The Ship To contact \~worker\~ for the document line. */
*id: Text /* wid / id / reference id */
}
spendCategory: { /* Returns the Spend Category defined on the Line for the Business Document Line Distribution. */
*id: Text /* wid / id / reference id */
}
startDate: Date /* The start date requested for the service on the requisition line. */
supplier: { /* The supplier as a worktag. */
*id: Text /* wid / id / reference id */
}
supplierContract: { /* The supplier contract associated to the goods or services on the requisition line. The supplier contract may determine the pricing for the good or the service. */
*id: Text /* wid / id / reference id */
}
supplierItemIdentifier: Text /* The alphanumeric identifier assigned by a supplier to an item. This can be different from the manufacturer identification number. */
unitCost: Currency /* The unit cost for the requisition line. */
unitOfMeasure: { /* The unit of measure for the document line. */
*id: Text /* wid / id / reference id */
}
warningCustomValidations: Text /* The list of failing warning custom validation messages that have been configured at the requisition line level as a single string. Each message is delimited by HTML encoded line feed character. */
worktags: [{
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
worktagType: { /* The worktag type. */
*id: Text /* wid / id / reference id */
}
}]
writeInGoods: Boolean /* If true, the requisition line is a goods line with no purchase item, supplier item, or catalog item. */
writeInService: Boolean /* If true, the requisition line is a service line with no purchase item, supplier item, or catalog item. */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| AdditionalInformation | String | False |
The additional procedure details that a particular requisition is being created to accommodate. |
| Amount_Currency | String | False |
The total amount for the requisition. This value displays in the currency for the requisition. Workday calculates this value as the sum of all requisition lines including additional charges such as tax and freight. |
| Amount_Value | Decimal | False |
The total amount for the requisition. This value displays in the currency for the requisition. Workday calculates this value as the sum of all requisition lines including additional charges such as tax and freight. |
| Comments | String | False |
Comments for canceling or closing a requisition. |
| Company_Descriptor | String | False |
A preview of the instance |
| Company_Id | String | False |
Id of the instance |
| CriticalCustomValidations | String | False |
The list of failing critical custom validation messages that have been configured at the requisition header as a single string. These validations may represent aggregations at the line level. Each message is delimited by HTML encoded line feed character. |
| Currency_CurrencySymbol | String | False |
The three letter currency symbol for the currency. |
| Currency_Descriptor | String | False |
The full name of the currency. |
| Currency_Id | String | False |
Id of the instance |
| DeliverToLocationChain | String | False |
The deliver-to location and the associated hierarchy of deliver-to locations for the requisition. When creating new requisition lines, this value is the line's default deliver-to location. |
| DeliverToLocation_Descriptor | String | False |
A preview of the instance |
| DeliverToLocation_Id | String | False |
Id of the instance |
| Descriptor | String | False |
A preview of the instance |
| ExternalSourceableId | String | False |
The External Sourceable ID for the requisition. |
| ExternalSystemId_Descriptor | String | False |
A description of the instance |
| ExternalSystemId_Href | String | False |
A link to the instance |
| ExternalSystemId_Id | String | False |
wid / id / reference id |
| FormattedAmount | String | False |
The total amount for the requisition that shows the currency symbol. The locale of the current user determines the positive or negative display format, currency symbol placement, grouping separator, and decimal separator. |
| FormattedFreight | String | False |
The freight amount for the requisition. Positive/negative display format, grouping separator, and decimal separator is based on the locale of the current logged in user. |
| FormattedOtherCharges | String | False |
The other charges for the requisition. Positive/negative display format, grouping separator, and decimal separator is based on the locale of the current logged in user. |
| FormattedShippingAddress | String | False |
The shipping address for the requisition as a single string. Each line of the shipping address is delimited by HTML encoded line feed character. |
| FormattedSubtotal | String | False |
The line subtotal for the requisition. Positive/negative display format, grouping separator, and decimal separator is based on the locale of the current logged in user. |
| FreightAmount_Currency | String | False |
The total amount of freight charges that are applicable for the taxable document. |
| FreightAmount_Value | Decimal | False |
The total amount of freight charges that are applicable for the taxable document. |
| HighPriority | Bool | False |
Returns true if the "High Priority" checkbox was checked on the Requisition. |
| Href | String | False |
A link to the instance |
| InternalMemo | String | False |
The internal memo on a document. This type of memo is viewable by only internal workers of your company, and not any outside party. |
| InventorySite_Descriptor | String | False |
A description of the instance |
| InventorySite_Href | String | False |
A link to the instance |
| InventorySite_Id | String | False |
wid / id / reference id |
| MedicalRecordNumber | String | False |
The medical record number that a particular requisition is being created to accommodate. |
| Memo | String | False |
The transaction memo for the reporting transaction. |
| OtherCharges_Currency | String | False |
The total amount of other charges that are applicable for the taxable document. |
| OtherCharges_Value | Decimal | False |
The total amount of other charges that are applicable for the taxable document. |
| ParLocation_Descriptor | String | False |
A description of the instance |
| ParLocation_Href | String | False |
A link to the instance |
| ParLocation_Id | String | False |
wid / id / reference id |
| PatientId | String | False |
The patient id that a particular requisition is being created to accommodate. |
| PhysicianId | String | False |
The physician id that a particular requisition is being created to accommodate. |
| Procedure | String | False |
The procedure that a particular requisition is being created to accommodate. |
| ProcedureDate | Datetime | False |
The procedure date that a particular requisition is being created to accommodate. |
| ProcedureNumber | String | False |
The procedure number that a particular requisition is being created to accommodate. |
| ReasonCode_Descriptor | String | False |
A description of the instance |
| ReasonCode_Href | String | False |
A link to the instance |
| ReasonCode_Id | String | False |
wid / id / reference id |
| Requester_Descriptor | String | False |
A preview of the instance |
| Requester_Id | String | False |
Id of the instance |
| Requester_Image_Descriptor | String | False |
A preview of the instance |
| Requester_Image_Href | String | False |
A link to the instance |
| Requester_Image_Id | String | False |
Id of the instance |
| Requester_Image_Url | String | False |
The relative url for this image in UI Server. |
| RequestingEntity_Descriptor | String | False |
A description of the instance |
| RequestingEntity_Href | String | False |
A link to the instance |
| RequestingEntity_Id | String | False |
wid / id / reference id |
| RequisitionDate | Datetime | False |
The date when the items of the requisition were requested. |
| RequisitionLines_Aggregate | String | False |
The requisition lines on the requisition. These lines may not be returned in the same order. |
| RequisitionType_Descriptor | String | False |
A preview of the instance |
| RequisitionType_Id | String | False |
Id of the instance |
| RequisitionType_RequisitionTypeDetails_BillOnly | Bool | False |
Bill Only flag defined on Maintain Requisition Types Task. |
| RequisitionType_RequisitionTypeDetails_Consignment | Bool | False |
Consignment flag defined on Maintain Requisition Types Task. |
| RequisitionType_RequisitionTypeDetails_HasService | Bool | False |
Does the requisition type have a service. |
| RequisitionType_RequisitionTypeDetails_Inactive | Bool | False |
Inactive flag defined on Maintain Requisition Types Task. |
| RequisitionType_RequisitionTypeDetails_InventoryReplenishment | Bool | False |
Inventory Replenishment flag defined on Maintain Requisition Types Task. |
| RequisitionType_RequisitionTypeDetails_JustInTime | Bool | False |
Just In Time flag defined on Maintain Requisition Types Task. |
| RequisitionType_RequisitionTypeDetails_ParReplenishment | Bool | False |
Par Replenishment flag defined on Maintain Requisition Types Task. |
| RequisitionType_RequisitionTypeDetails_ProcedureInformation | Bool | False |
Procedure Information flag defined on Maintain Requisition Types Task. |
| RequisitionType_RequisitionTypeDetails_SupplierContractRequest | Bool | False |
Supplier Contract Request flag defined on Maintain Requisition Types Task |
| ShippingAddress_Descriptor | String | False |
A description of the instance |
| ShippingAddress_Href | String | False |
A link to the instance |
| ShippingAddress_Id | String | False |
wid / id / reference id |
| SourcingBuyer_Descriptor | String | False |
A description of the instance |
| SourcingBuyer_Href | String | False |
A link to the instance |
| SourcingBuyer_Id | String | False |
wid / id / reference id |
| Status_Descriptor | String | False |
A description of the instance |
| Status_Href | String | False |
A link to the instance |
| Status_Id | String | False |
wid / id / reference id |
| Submitter_Descriptor | String | False |
A description of the instance |
| Submitter_Href | String | False |
A link to the instance |
| Submitter_Id | String | False |
wid / id / reference id |
| SupplierRepresentative | String | False |
The supplier representative that a particular requisition is being created to accommodate. |
| SupplierSalesOrderNumber | String | False |
The supplier sales order number that a particular requisition is being created to accommodate. |
| VerifiedBy | String | False |
The procedure verified by that a particular requisition is being created to accommodate. |
| WarningCustomValidations | String | False |
The list of failing warning custom validation messages that have been configured at the requisition header as a single string. These validations may represent aggregations at the line level. Each message is delimited by HTML encoded line feed character. |
| ExternalSourceableId_Prompt | String | False | |
| ExternalSystemId_Prompt | String | False | |
| FromDate_Prompt | Date | False |
Filters the requisitions with document date on or after the specified date. Use the yyyy-mm-dd format. |
| Requester_Prompt | String | False |
Filters the requisitions by requester. Specify the Workday ID of the worker who requested the requisition. |
| RequisitionType_Prompt | String | False |
Filters the requisitions by type. Specify the Workday ID of the requisition type. You can specify multiple requisitionType query parameters. |
| SubmittedByPerson_Prompt | String | False |
Filters the requisitions by the Person who submitted the requisition. Specify the Workday ID or the reference ID of the person. |
| SubmittedBySupplier_Prompt | String | False |
Filters the requisitions by the supplier who submitted the requisition. Specify the Workday ID or the reference ID of the supplier. You can specify multiple submittedBySupplier query parameters. |
| SubmittedBy_Prompt | String | False |
Filters the requisitions by the Worker who submitted the requisition. Specify the Workday ID or the reference ID of the worker. You can use a returned id from GET /workers in the Staffing REST web service. |
| ToDate_Prompt | Date | False |
Filters the requisitions with document date on or before the specified date. Use the yyyy-mm-dd format. |
Retrieves the metadata or the attachment content of the specified requisition.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Requisitions_Id [KEY] | String | False |
The Workday ID of the Requisitions that owns this. |
| AttachmentCategory_Descriptor | String | False |
A preview of the instance |
| AttachmentCategory_Id | String | False |
Id of the instance |
| Comment | String | False |
The comment for the attachment. |
| ContentType_Descriptor | String | False |
A description of the instance |
| ContentType_Href | String | False |
A link to the instance |
| ContentType_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| External | Bool | False |
If true, an external supplier can view the attachment on the purchase order once the purchase order has been issued. |
| FileLength | Decimal | False |
The length of the attachment. |
| FileName | String | False |
The file name of the attachment. |
| Href | String | False |
A link to the instance |
| ExternalSourceableId_Prompt | String | False | |
| ExternalSystemId_Prompt | String | False | |
| FromDate_Prompt | Date | False |
Filters the requisitions with document date on or after the specified date. Use the yyyy-mm-dd format. |
| Requester_Prompt | String | False |
Filters the requisitions by requester. Specify the Workday ID of the worker who requested the requisition. |
| RequisitionType_Prompt | String | False |
Filters the requisitions by type. Specify the Workday ID of the requisition type. You can specify multiple requisitionType query parameters. |
| SubmittedByPerson_Prompt | String | False |
Filters the requisitions by the Person who submitted the requisition. Specify the Workday ID or the reference ID of the person. |
| SubmittedBySupplier_Prompt | String | False |
Filters the requisitions by the supplier who submitted the requisition. Specify the Workday ID or the reference ID of the supplier. You can specify multiple submittedBySupplier query parameters. |
| SubmittedBy_Prompt | String | False |
Filters the requisitions by the Worker who submitted the requisition. Specify the Workday ID or the reference ID of the worker. You can use a returned id from GET /workers in the Staffing REST web service. |
| ToDate_Prompt | Date | False |
Filters the requisitions with document date on or before the specified date. Use the yyyy-mm-dd format. |
Retrieves a requisition line for the specified requisition.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
worktagType: { /* The worktag type. */
*id: Text /* wid / id / reference id */
}
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Requisitions_Id [KEY] | String | False |
The Workday ID of the Requisitions that owns this. |
| CatalogItem | Bool | False |
If true, the business document line is for a catalog item. |
| CommodityCode_Descriptor | String | False |
A description of the instance |
| CommodityCode_Href | String | False |
A link to the instance |
| CommodityCode_Id | String | False |
wid / id / reference id |
| CreatedMoment | Datetime | False |
The moment at which the requisition line was originally created. |
| CriticalCustomValidations | String | False |
The list of failing critical custom validation messages that have been configured at the requisition line level as a single string. Each message is delimited by HTML encoded line feed character. |
| DeliverToLocation_Descriptor | String | False |
A preview of the instance |
| DeliverToLocation_Id | String | False |
Id of the instance |
| Descriptor | String | False |
A preview of the instance |
| EndDate | Datetime | False |
The end date requested for the service on the requisition line. This field can be configured as a hidden field using the Configure Optional Fields task for the REST API Requisition functional area. |
| ExtendedAmount_Currency | String | False |
The extended amount for the requisition line. Excludes extended amounts on tax only invoices. |
| ExtendedAmount_Value | Decimal | False |
The extended amount for the requisition line. Excludes extended amounts on tax only invoices. |
| FormattedExtendedAmount | String | False |
The extended amount for the business document line that shows the currency symbol. The locale of the current user determines the positive or negative display format, currency symbol placement, grouping separator, and decimal separator. |
| FormattedShippingAddress | String | False |
The shipping address for the requisition line as a single string. Each line of the shipping address is delimited by HTML encoded line feed character. |
| FormattedUnitCost | String | False |
The unit cost for the business document line showing the currency symbol. Positive/negative display format, currency symbol placement, grouping separator, and decimal separator is based on the locale of the current logged in user. |
| Href | String | False |
A link to the instance |
| ItemDescription | String | False |
The line item description for the requisition line. |
| ItemImage_Descriptor | String | False |
A preview of the instance |
| ItemImage_Href | String | False |
A link to the instance |
| ItemImage_Id | String | False |
Id of the instance |
| ItemImage_InternalURL | String | False |
The URL for the image in Workdays UI Server. |
| ItemRanking | Decimal | False |
itemRanking |
| ItemURL | String | False |
The Workday Instance View URL for a Procurement Item Instance - From a Line |
| Item_Descriptor | String | False |
A description of the instance |
| Item_Href | String | False |
A link to the instance |
| Item_Id | String | False |
wid / id / reference id |
| LineCompany_Descriptor | String | False |
A preview of the instance |
| LineCompany_Id | String | False |
Id of the instance |
| LineDeliverToLocationChain | String | False |
The deliver-to location and the associated hierarchy of deliver-to locations for the requisition line. |
| LotSerialInformation_Descriptor | String | False |
A preview of the instance |
| LotSerialInformation_Id | String | False |
Id of the instance |
| LotSerialInformation_LotNumber | String | False |
The lot number for the bill only transaction. |
| LotSerialInformation_SerialNumber | String | False |
The lot serial number for the bill only transaction. |
| Memo | String | False |
The line memo for the requisition line. This field can be configured as a hidden field using the Configure Optional Fields task for the REST API Requisition functional area. |
| NoCharge | Bool | False |
If true, the requisition line is a no charge requisition line. This field can be configured as a hidden field using the Configure Optional Fields task for the REST API Requisition functional area. |
| OrderFromConnection_Descriptor | String | False |
A preview of the instance |
| OrderFromConnection_Id | String | False |
Id of the instance |
| Quantity | Decimal | False |
The quantity on the requisition line. This value can have 20 integer places, is precise to 2 decimal places, and cannot be negative. |
| RequestedDeliveryDate | Datetime | False |
The delivery date requested for the goods on the line. This field does not appear on the payload when a date isn't selected or when the line isn't for goods. This field can be configured as a hidden field using the Configure Optional Fields task for the REST API Requisition functional area. |
| RfqRequired | Bool | False |
If true, a request for quote is required for the requisition line. |
| SearchTerm | String | False |
Search term used to query through Search Catalog for current item on this requisition line. |
| ServiceRequisitionLine | Bool | False |
If true, the requisition line is for a service. |
| ShipToAddressReference_Descriptor | String | False |
A description of the instance |
| ShipToAddressReference_Href | String | False |
A link to the instance |
| ShipToAddressReference_Id | String | False |
wid / id / reference id |
| ShipToAddress_Descriptor | String | False |
A description of the instance |
| ShipToAddress_Href | String | False |
A link to the instance |
| ShipToAddress_Id | String | False |
wid / id / reference id |
| ShipToContact_Descriptor | String | False |
A description of the instance |
| ShipToContact_Href | String | False |
A link to the instance |
| ShipToContact_Id | String | False |
wid / id / reference id |
| SpendCategory_Descriptor | String | False |
A description of the instance |
| SpendCategory_Href | String | False |
A link to the instance |
| SpendCategory_Id | String | False |
wid / id / reference id |
| StartDate | Datetime | False |
The start date requested for the service on the requisition line. This field can be configured as a hidden field using the Configure Optional Fields task for the REST API Requisition functional area. |
| SupplierContract_Descriptor | String | False |
A description of the instance |
| SupplierContract_Href | String | False |
A link to the instance |
| SupplierContract_Id | String | False |
wid / id / reference id |
| SupplierItemIdentifier | String | False |
The alphanumeric identifier assigned by a supplier to an item. This value can be unique for each supplier of the item, and is different from the manufacturer identification number. |
| Supplier_Descriptor | String | False |
A description of the instance |
| Supplier_Href | String | False |
A link to the instance |
| Supplier_Id | String | False |
wid / id / reference id |
| UnitCost_Currency | String | False |
The unit cost for the requisition line. |
| UnitCost_Value | Decimal | False |
The unit cost for the requisition line. |
| UnitOfMeasure_Descriptor | String | False |
A description of the instance |
| UnitOfMeasure_Href | String | False |
A link to the instance |
| UnitOfMeasure_Id | String | False |
wid / id / reference id |
| WarningCustomValidations | String | False |
The list of failing warning custom validation messages that have been configured at the requisition line level as a single string. Each message is delimited by HTML encoded line feed character. |
| WebItem | Bool | False |
If true, the requisition line is for a web item. |
| WebItemImageURL | String | False |
The URL for the supplier's image of the web item on the requisition line. This field returns blank when the line is not for a web item, or when configuration in Workday prevents external images from that supplier website. |
| Worktags_Aggregate | String | False |
The worktags for the requisition line. |
| WriteInGoods | Bool | False |
If true, the requisition line is a goods line with no purchase item, supplier item, or catalog item. |
| WriteInService | Bool | False |
If true, the requisition line is a service line with no purchase item, supplier item, or catalog item. |
| ExternalSourceableId_Prompt | String | False | |
| ExternalSystemId_Prompt | String | False | |
| FromDate_Prompt | Date | False |
Filters the requisitions with document date on or after the specified date. Use the yyyy-mm-dd format. |
| Requester_Prompt | String | False |
Filters the requisitions by requester. Specify the Workday ID of the worker who requested the requisition. |
| RequisitionType_Prompt | String | False |
Filters the requisitions by type. Specify the Workday ID of the requisition type. You can specify multiple requisitionType query parameters. |
| SubmittedByPerson_Prompt | String | False |
Filters the requisitions by the Person who submitted the requisition. Specify the Workday ID or the reference ID of the person. |
| SubmittedBySupplier_Prompt | String | False |
Filters the requisitions by the supplier who submitted the requisition. Specify the Workday ID or the reference ID of the supplier. You can specify multiple submittedBySupplier query parameters. |
| SubmittedBy_Prompt | String | False |
Filters the requisitions by the Worker who submitted the requisition. Specify the Workday ID or the reference ID of the worker. You can use a returned id from GET /workers in the Staffing REST web service. |
| ToDate_Prompt | Date | False |
Filters the requisitions with document date on or before the specified date. Use the yyyy-mm-dd format. |
Reads /worktags entries from the RequisitionsRequisitionLines table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| RequisitionsRequisitionLines_Id [KEY] | String | False |
The Workday ID of the RequisitionsRequisitionLines that contains this. |
| Requisitions_Id [KEY] | String | False |
The Workday ID of the Requisitions that owns this. |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
| WorktagType_Descriptor | String | False |
A description of the instance |
| WorktagType_Href | String | False |
A link to the instance |
| WorktagType_Id | String | False |
wid / id / reference id |
| ExternalSourceableId_Prompt | String | False | |
| ExternalSystemId_Prompt | String | False | |
| FromDate_Prompt | Date | False |
Filters the requisitions with document date on or after the specified date. Use the yyyy-mm-dd format. |
| Requester_Prompt | String | False |
Filters the requisitions by requester. Specify the Workday ID of the worker who requested the requisition. |
| RequisitionType_Prompt | String | False |
Filters the requisitions by type. Specify the Workday ID of the requisition type. You can specify multiple requisitionType query parameters. |
| SubmittedByPerson_Prompt | String | False |
Filters the requisitions by the Person who submitted the requisition. Specify the Workday ID or the reference ID of the person. |
| SubmittedBySupplier_Prompt | String | False |
Filters the requisitions by the supplier who submitted the requisition. Specify the Workday ID or the reference ID of the supplier. You can specify multiple submittedBySupplier query parameters. |
| SubmittedBy_Prompt | String | False |
Filters the requisitions by the Worker who submitted the requisition. Specify the Workday ID or the reference ID of the worker. You can use a returned id from GET /workers in the Staffing REST web service. |
| ToDate_Prompt | Date | False |
Filters the requisitions with document date on or before the specified date. Use the yyyy-mm-dd format. |
Reads /worktags entries from the Requisitions table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Requisitions_Id [KEY] | String | False |
The Workday ID of the Requisitions that contains this. |
| Descriptor | String | False |
A preview of the instance |
| Href | String | False |
A link to the instance |
| WorktagType_Descriptor | String | False |
A description of the instance |
| WorktagType_Href | String | False |
A link to the instance |
| WorktagType_Id | String | False |
wid / id / reference id |
| ExternalSourceableId_Prompt | String | False | |
| ExternalSystemId_Prompt | String | False | |
| FromDate_Prompt | Date | False |
Filters the requisitions with document date on or after the specified date. Use the yyyy-mm-dd format. |
| Requester_Prompt | String | False |
Filters the requisitions by requester. Specify the Workday ID of the worker who requested the requisition. |
| RequisitionType_Prompt | String | False |
Filters the requisitions by type. Specify the Workday ID of the requisition type. You can specify multiple requisitionType query parameters. |
| SubmittedByPerson_Prompt | String | False |
Filters the requisitions by the Person who submitted the requisition. Specify the Workday ID or the reference ID of the person. |
| SubmittedBySupplier_Prompt | String | False |
Filters the requisitions by the supplier who submitted the requisition. Specify the Workday ID or the reference ID of the supplier. You can specify multiple submittedBySupplier query parameters. |
| SubmittedBy_Prompt | String | False |
Filters the requisitions by the Worker who submitted the requisition. Specify the Workday ID or the reference ID of the worker. You can use a returned id from GET /workers in the Staffing REST web service. |
| ToDate_Prompt | Date | False |
Filters the requisitions with document date on or before the specified date. Use the yyyy-mm-dd format. |
Retrieves a Resource Forecast Line Allocation for the specified ID.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| ResourceForecastLines_Id [KEY] | String | False |
The Workday ID of the ResourceForecastLines that owns this. |
| Date | Datetime | False |
The date for the forecasted hours. |
| Descriptor | String | False |
A preview of the instance |
| ForecastedHours | Decimal | False |
The number of hours forecasted for the worker on the date. |
| ProjectResource_Prompt | String | False | |
| ProjectRole_Prompt | String | False | |
| Project_Prompt | String | False |
Retrieves a single resource plan line instance.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
awaitingPersons: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
businessEventValidation: [{
conditionRule: Text /* The condition rule as a text expression. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
businessProcessStep: { /* Retired. We retire this report field because it doesn't return all the steps on the business process definition that are associated with the business process event step. A business process event step can be associated with multiple steps from the business process definition if those steps were automatically skipped. Example: Entry conditions to those steps aren't met. We recommend that you use the Steps report field instead. */
*id: Text /* wid / id / reference id */
}
comments: [{
comment: Text /* Comment */
conmentDate: Date /* Gives the moment at which the instance was originally created. */
person: { /* Comment made by Person */
*id: Text /* wid / id / reference id */
}
}]
completedByPerson: { /* The person that completed the step as Assignee */
*id: Text /* wid / id / reference id */
}
completedOn: Date /* The date when this step was completed */
creationDate: Date /* The date when the event record was created. */
delayedDate: Date /* The date the delayed step will trigger. */
descriptor: Text /* A preview of the instance */
due: Date /* Returns the due date for this step. */
event: { /* Identifies the business process and allows you to drill into the details and access related actions. */
*id: Text /* wid / id / reference id */
}
id: Text /* Id of the instance */
status: { /* The status of this business process step. */
*id: Text /* wid / id / reference id */
}
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
category: { /* The requirement category for the \~project role\~. */
*id: Text /* wid / id / reference id */
}
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
optional: Boolean /* The optional status of a requirement. */
values: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| BookingStatus_Descriptor | String | False |
A description of the instance |
| BookingStatus_Href | String | False |
A link to the instance |
| BookingStatus_Id | String | False |
wid / id / reference id |
| BusinessEventRecords_Aggregate | String | False |
The Project Resource Plan Line Event business process record that's initiated when you create or change a resource plan line for a given resource plan. |
| CostRateCurrencyOverride_Descriptor | String | False |
A description of the instance |
| CostRateCurrencyOverride_Href | String | False |
A link to the instance |
| CostRateCurrencyOverride_Id | String | False |
wid / id / reference id |
| CostRateOverride_Currency | String | False |
The amount per hour a worker will contribute to the time cost of a project. |
| CostRateOverride_Value | Decimal | False |
The amount per hour a worker will contribute to the time cost of a project. |
| Descriptor | String | False |
A preview of the instance |
| EndDate | Datetime | False |
The date the resource plan line ends. |
| EstimatedHours | Decimal | False |
The total number of work hours estimated for the role on project resource plan line. |
| ExcludedWorkers_Aggregate | String | False |
The workers in the selected worker group who are excluded from assignment to the resource plan line. |
| JobRequisition_Descriptor | String | False |
A description of the instance |
| JobRequisition_Href | String | False |
A link to the instance |
| JobRequisition_Id | String | False |
wid / id / reference id |
| Memo | String | False |
Additional details for the resource plan line. |
| PercentAllocation | Decimal | False |
The percent allocation of the worker's time on the project in their assigned role for the resource plan line. |
| Project_Id | String | False |
wid / id / reference id |
| Requirements_Aggregate | String | False |
Contains the specific requirements by category for the project role. |
| ResourceType_Descriptor | String | False |
A description of the instance |
| ResourceType_Href | String | False |
A link to the instance |
| ResourceType_Id | String | False |
wid / id / reference id |
| RoleCategory_Descriptor | String | False |
A description of the instance |
| RoleCategory_Href | String | False |
A link to the instance |
| RoleCategory_Id | String | False |
wid / id / reference id |
| Role_Descriptor | String | False |
A description of the instance |
| Role_Href | String | False |
A link to the instance |
| Role_Id | String | False |
wid / id / reference id |
| StartDate | Datetime | False |
The date the resource plan line starts. |
| ToBeHired | Bool | False |
Returns true if the resource plan line requires a worker a resource still needs to be hired. |
| UnnamedResources | Decimal | False |
The unnamed resource assigned as a placeholder on the resource plan. |
| WorkerGroup_Descriptor | String | False |
A description of the instance |
| WorkerGroup_Href | String | False |
A link to the instance |
| WorkerGroup_Id | String | False |
wid / id / reference id |
| Workers_Aggregate | String | False |
The workers assigned to the resource plan line. |
| ProjectResourcePlan_Prompt | String | False | |
| Project_Prompt | String | False |
Reads /excludedWorkers entries from the ResourcePlanLines table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| ResourcePlanLines_Id [KEY] | String | False |
The Workday ID of the ResourcePlanLines that contains this. |
| Descriptor | String | False |
A preview of the instance |
| ProjectResourcePlan_Prompt | String | False | |
| Project_Prompt | String | False |
Reads /requirements entries from the ResourcePlanLines table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| ResourcePlanLines_Id [KEY] | String | False |
The Workday ID of the ResourcePlanLines that contains this. |
| Category_Descriptor | String | False |
A description of the instance |
| Category_Href | String | False |
A link to the instance |
| Category_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| Optional | Bool | False |
The optional status of a requirement. |
| Values_Aggregate | String | False |
Contains the requirement values for the associated category. |
| ProjectResourcePlan_Prompt | String | False | |
| Project_Prompt | String | False |
Provides the ability to set up and retrieve Scores on Scorecard Results.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| DefaultScorecardGoalsResult_Descriptor | String | False |
A preview of the instance |
| DefaultScorecardGoalsResult_EligibiltyRule_Descriptor | String | False |
A description of the instance |
| DefaultScorecardGoalsResult_EligibiltyRule_Href | String | False |
A link to the instance |
| DefaultScorecardGoalsResult_EligibiltyRule_Id | String | False |
wid / id / reference id |
| DefaultScorecardGoalsResult_Id | String | False |
Id of the instance |
| DefaultScorecardGoalsResult_WeightedFundingPercent | Decimal | False |
Calculates the total Weighted Funding Percent for all the scores in the scorecard result set. |
| Descriptor | String | False |
A preview of the instance |
| EvaluationDate | Datetime | False |
Scorecard Result Evaluation Date |
| ScorecardDescription | String | False |
Returns the Scorecard's Description |
| ScorecardID_Id | String | False |
Id of the instance |
| ScorecardName | String | False |
The goal name of the scorecard criteria result. |
Reads /defaultScorecardGoalsResult/performanceScores entries from the ScorecardResults table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| ScorecardResults_Id [KEY] | String | False |
The Workday ID of the ScorecardResults that contains this. |
| Achievement | Decimal | False |
The achievement percentage for the scorecard criteria result. |
| GoalID_Id | String | False |
Id of the instance |
| GoalName | String | False |
The goal name of the scorecard criteria result. |
| GoalWeight | Decimal | False |
The criteria weighted percentage of the scorecard criteria result. |
Reads /profileScorecardGoalsResult entries from the ScorecardResults table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
achievement: Numeric /* The achievement percentage for the scorecard criteria result. */
goalID: { /* The criteria for the scorecard criteria result. */
id: Text /* Id of the instance */
}
goalName: Text /* The \~goal\~ name of the scorecard criteria result. */
goalWeight: Numeric /* The criteria weighted percentage of the scorecard criteria result. */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| ScorecardResults_Id [KEY] | String | False |
The Workday ID of the ScorecardResults that contains this. |
| Descriptor | String | False |
A preview of the instance |
| EligibiltyRule_Descriptor | String | False |
A description of the instance |
| EligibiltyRule_Href | String | False |
A link to the instance |
| EligibiltyRule_Id | String | False |
wid / id / reference id |
| PerformanceScores_Aggregate | String | False |
The set of Performance Scores for a Compensation Scorecard. |
| WeightedFundingPercent | Decimal | False |
Calculates the total Weighted Funding Percent for all the scores in the scorecard result set. |
Retrieves Compensation Scorecard information.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
goalDescription: Text /* The description of the Compensation Scorecard Goal */
*goalName: Text /* The name of the Compensation Scorecard Goal. */
*goalWeight: Numeric /* The weight given to the Compensation Scorecard Goal. [90% will be displayed as 0.9] */
id: Text /* Id of the instance */
}]
[{
*eligibilityRule: { /* The name of the Compensation Eligibility Rule assigned to the Compensation Scorecard Profile. */
*id: Text /* wid / id / reference id */
}
id: Text /* Id of the instance */
*profileScorecardGoals: [{
goalDescription: Text /* The description of the Compensation Scorecard Goal */
*goalName: Text /* The name of the Compensation Scorecard Goal. */
*goalWeight: Numeric /* The weight given to the Compensation Scorecard Goal. [90% will be displayed as 0.9] */
id: Text /* Id of the instance */
}]
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| DefaultScorecardGoals_Aggregate | String | False |
The goals for the Compensation Scorecard. |
| EffectiveDate | Datetime | False |
The Effective Date of the Compensation Scorecard in format YYYY-MM-DD. |
| Inactive | Bool | False |
Indicates whether the Scorecard is inactive using a value of true/false. |
| ScorecardDescription | String | False |
The description of the Compensation Scorecard. |
| ScorecardName | String | False |
The name of the Compensation Scorecard. |
| ScorecardProfiles_Aggregate | String | False |
The profiles for the Compensation Scorecard. |
| EffectiveDate_Prompt | Date | False |
Effective date the scorecard task takes effect. |
Reads /defaultScorecardGoals entries from the Scorecards table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Scorecards_Id [KEY] | String | False |
The Workday ID of the Scorecards that contains this. |
| GoalDescription | String | False |
The description of the Compensation Scorecard Goal. |
| GoalName | String | False |
The name of the Compensation Scorecard Goal. |
| GoalWeight | Decimal | False |
The weight given to the Compensation Scorecard Goal. [90% will be displayed as 0.9] |
| EffectiveDate_Prompt | Date | False |
Effective date the scorecard task takes effect. |
Reads /scorecardProfiles entries from the Scorecards table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
goalDescription: Text /* The description of the Compensation Scorecard \~Goal\~. */
goalName: Text /* The name of the Compensation Scorecard \~Goal\~. */
goalWeight: Numeric /* The weight given to the Compensation Scorecard \~Goal\~. [90% will be displayed as 0.9] */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Scorecards_Id [KEY] | String | False |
The Workday ID of the Scorecards that contains this. |
| EligibilityRule_Descriptor | String | False |
A description of the instance |
| EligibilityRule_Href | String | False |
A link to the instance |
| EligibilityRule_Id | String | False |
wid / id / reference id |
| ProfileScorecardGoals_Aggregate | String | False |
The goals for the Compensation Scorecard. |
| EffectiveDate_Prompt | Date | False |
Effective date the scorecard task takes effect. |
Retrieves a single student payment instance for the specified student ID.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Students_Id [KEY] | String | False |
The Workday ID of the Students that owns this. |
| AcademicPeriod_Descriptor | String | False |
A preview of the instance |
| AcademicPeriod_Id | String | False |
Id of the instance |
| Amount_Currency | String | False |
The amount of the customer payment in transaction currency. |
| Amount_Value | Decimal | False |
The amount of the customer payment in transaction currency. |
| Descriptor | String | False |
A preview of the instance |
| InstitutionalAcademicUnit_Descriptor | String | False |
A preview of the instance |
| InstitutionalAcademicUnit_Id | String | False |
Id of the instance |
| PaymentDate | Datetime | False |
The transaction date for the reporting transaction. If you used a filtering criteria for expense reports, use the Expense Report Date report field instead. |
| PaymentItem_Descriptor | String | False |
A preview of the instance |
| PaymentItem_Id | String | False |
Id of the instance |
| PaymentType_Descriptor | String | False |
A preview of the instance |
| PaymentType_Id | String | False |
Id of the instance |
| Reason_Descriptor | String | False |
A preview of the instance |
| Reason_Id | String | False |
Id of the instance |
| Reference | String | False |
The reference to a customer payment that's processed through a settlement run. This field is blank when the Payment Status is In Progress or when the Payment Type is Check or ETF. |
| StudentFinanceTransactionDate | Datetime | False |
The start and end date of a date range that filters payments by the student payment transaction date, using the yyyy-mm-dd format. |
| AcademicPeriod_Prompt | String | False |
The academic period associated with this object. When the object is associated with both a starting and an ending academic period, such as a financial aid period record, this report field returns the starting academic period. |
| FromDate_Prompt | Date | False |
Limit student payments to payments made on or after this date, using the yyyy-mm-dd format. |
| InstitutionalAcademicUnit_Prompt | String | False |
The academic unit, an organizational type for academic appointments. |
| PaymentItem_Prompt | String | False |
The student payment item that is associated with the student payment. |
| PaymentReference_Prompt | String | False |
The check number or EFT number associated with a student payment. |
| PaymentType_Prompt | String | False |
The payment type for the reporting transaction. |
| ToDate_Prompt | Date | False |
Limit student payments to payments made on or before this date, using the yyyy-mm-dd format. |
| AcademicLevel_Prompt | String | False | |
| AcademicUnit_Prompt | String | False |
Derived Academic Units. |
| ActiveOnly_Prompt | Bool | False |
Only return active students. |
| ProgramOfStudy_Prompt | String | False |
For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | False |
A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
Retrieves a collection of supplier invoices.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
billable: Boolean /* True if the supplier invoice request line or line split are billable. */
descriptor: Text /* A preview of the instance */
extendedAmount: Currency /* The extended amount for the document line. Excludes extended amount on tax only invoices. */
id: Text /* Id of the instance */
internalMemo: Text /* The internal line memo for the supplier invoice request line. */
item: { /* The item for the document line. */
*id: Text /* wid / id / reference id */
}
itemDescription: Text /* The description of the item on the document line. This is a text-only value. */
memo: Text /* The memo on the document line. */
order: Text /* The order of the lines on a transaction. You can use this field to compare other transactions, such as supplier invoice matching events. */
quantity: Numeric /* The quantity on the transaction line. This value can have 20 integer places, is precise to 2 decimal places, and can be negative. */
serviceLine: Boolean /* The line type for supplier invoice request line. */
spendCategory: { /* Returns the Spend Category defined on the Line for the Business Document Line Distribution. */
*id: Text /* wid / id / reference id */
}
splitBy: { /* The distribution method for supplier invoice request line. */
*id: Text /* wid / id / reference id */
}
splits: [{
amount: Currency /* The amount on the transaction line split. This value displays in the same currency as the business document. */
billable: Boolean /* True if the supplier invoice request line or line split are billable. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
memo: Text /* The memo for a line split */
percent: Numeric /* The percentage specified for the Business Document Line distribution line split. */
quantity: Numeric /* The quantity specified for the Business Document Line distribution line split. */
worktags: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
}]
unitCost: Currency /* The unit cost for the document line. */
unitOfMeasure: { /* The unit of measure for the document line. */
*id: Text /* wid / id / reference id */
}
worktags: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Company_Descriptor | String | False |
A description of the instance |
| Company_Href | String | False |
A link to the instance |
| Company_Id | String | False |
wid / id / reference id |
| ControlTotalAmount_Currency | String | False |
The amount entered that should match the total of the line amounts. |
| ControlTotalAmount_Value | Decimal | False |
The amount entered that should match the total of the line amounts. |
| Currency_CurrencyID | String | False |
The Reference ID to use for lookups within our Workday Web Services. For supervisory organizations, this is also the 'Organization ID' |
| Currency_Descriptor | String | False |
A preview of the instance |
| Currency_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| DueDate | Datetime | False |
The due date for payment for this Supplier Invoice Request. Example: If the payment terms are Net 30, the Due Date field is 30 days after the invoice date. |
| FreightAmount_Currency | String | False |
The freight amount for the supplier invoice request. |
| FreightAmount_Value | Decimal | False |
The freight amount for the supplier invoice request. |
| HandlingCode_Descriptor | String | False |
A description of the instance |
| HandlingCode_Href | String | False |
A link to the instance |
| HandlingCode_Id | String | False |
wid / id / reference id |
| InvoiceDate | Datetime | False |
The date when a request for a supplier invoice is created. |
| InvoiceReceivedDate | Datetime | False |
The date the invoice was recieved |
| Lines_Aggregate | String | False |
The Supplier Invoice Request Lines for a Supplier Invoice Request. |
| Memo | String | False |
The memo for the supplier invoice request. |
| PaymentTerms_Descriptor | String | False |
A description of the instance |
| PaymentTerms_Href | String | False |
A link to the instance |
| PaymentTerms_Id | String | False |
wid / id / reference id |
| ReferenceNumber | String | False |
The reference number that is encoded with key payment information on the invoice request document. |
| ReferenceType_Descriptor | String | False |
A description of the instance |
| ReferenceType_Href | String | False |
A link to the instance |
| ReferenceType_Id | String | False |
wid / id / reference id |
| RemitToConnection_Descriptor | String | False |
A description of the instance |
| RemitToConnection_Href | String | False |
A link to the instance |
| RemitToConnection_Id | String | False |
wid / id / reference id |
| RequestNumber | String | False |
The unique number assigned to the Supplier Invoice Request at the time of creation. |
| Requester_Descriptor | String | False |
A description of the instance |
| Requester_Href | String | False |
A link to the instance |
| Requester_Id | String | False |
wid / id / reference id |
| ShipToAddress_Descriptor | String | False |
A description of the instance |
| ShipToAddress_Href | String | False |
A link to the instance |
| ShipToAddress_Id | String | False |
wid / id / reference id |
| Status_Descriptor | String | False |
A description of the instance |
| Status_Href | String | False |
A link to the instance |
| Status_Id | String | False |
wid / id / reference id |
| StatutoryInvoiceType_Descriptor | String | False |
A description of the instance |
| StatutoryInvoiceType_Href | String | False |
A link to the instance |
| StatutoryInvoiceType_Id | String | False |
wid / id / reference id |
| Supplier_Descriptor | String | False |
A description of the instance |
| Supplier_Href | String | False |
A link to the instance |
| Supplier_Id | String | False |
wid / id / reference id |
| SuppliersInvoiceNumber | String | False |
The reference number provided by the supplier for the supplier invoice request. |
| TaxAmount_Currency | String | False |
Tax amount for the supplier invoice request. |
| TaxAmount_Value | Decimal | False |
Tax amount for the supplier invoice request. |
| Company_Prompt | String | False |
The company for the Common Financial Dimensions. This is for internal use only on a REST API. |
| FromDueDate_Prompt | Date | False |
The beginning date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is the day from this invoice date. |
| FromInvoiceDate_Prompt | Date | False |
The date on or after which the supplier invoice is created using the MM/DD/YYYY format. |
| Requester_Prompt | String | False |
The ID of the worker generating the supplier invoice request. |
| Status_Prompt | String | False |
The status of the supplier invoice request. This is for internal use only on a REST API. |
| Supplier_Prompt | String | False |
The supplier on the business documents. |
| ToDueDate_Prompt | Date | False |
The end date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is 30 days from the invoice date. |
| ToInvoiceDate_Prompt | Date | False |
The date on or before which the supplier invoice is created using the MM/DD/YYYY format. |
Retrieves a single attachment instance.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| SupplierInvoiceRequests_Id [KEY] | String | False |
The Workday ID of the SupplierInvoiceRequests that owns this. |
| ContentType_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| FileExtension | String | False |
Type of the file extension for an attachment. |
| FileLength | Decimal | False |
File length of the attachment |
| FileName | String | False |
File name of the attachment |
| Company_Prompt | String | False |
The company for the Common Financial Dimensions. This is for internal use only on a REST API. |
| FromDueDate_Prompt | Date | False |
The beginning date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is the day from this invoice date. |
| FromInvoiceDate_Prompt | Date | False |
The date on or after which the supplier invoice is created using the MM/DD/YYYY format. |
| Requester_Prompt | String | False |
The ID of the worker generating the supplier invoice request. |
| Status_Prompt | String | False |
The status of the supplier invoice request. This is for internal use only on a REST API. |
| Supplier_Prompt | String | False |
The supplier on the business documents. |
| ToDueDate_Prompt | Date | False |
The end date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is 30 days from the invoice date. |
| ToInvoiceDate_Prompt | Date | False |
The date on or before which the supplier invoice is created using the MM/DD/YYYY format. |
Retrieves a collection of Task Resources.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Allocation | Decimal | False |
The allocation percentage for the task resource. |
| Descriptor | String | False |
A preview of the instance |
| EndDate | Datetime | False |
The date the task resource ends. |
| EstimatedHours | Decimal | False |
The number of hours estimated for the task resource. |
| Memo | String | False |
The memo specified on the Project Task Resource. |
| ProjectPlanLine_AssociationResourcePlanDetail | Bool | False |
Flag denoting whether resource plan detail is association type |
| ProjectPlanLine_Descriptor | String | False |
A preview of the instance |
| ProjectPlanLine_Id | String | False |
Id of the instance |
| ProjectPlanTask_Descriptor | String | False |
A description of the instance |
| ProjectPlanTask_Href | String | False |
A link to the instance |
| ProjectPlanTask_Id | String | False |
wid / id / reference id |
| ProjectResources_Aggregate | String | False |
The workers or unnamed resources assigned to the resource plan. |
| StartDate | Datetime | False |
The date the task resource starts. |
| WarningCustomValidations | String | False |
Warning Custom Validations |
| ProjectPlanTask_Prompt | String | False |
The project plan task to retrieve the task resources from. |
| Project_Prompt | String | False |
The project to retrieve the task resources from. |
Reads /projectResources entries from the TaskResources table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| TaskResources_Id [KEY] | String | False |
The Workday ID of the TaskResources that contains this. |
| Descriptor | String | False |
A preview of the instance |
| ProcessingUserHasAccessToViewWorker | Bool | False |
Processing user has view access to Worker |
| UnnamedResource | Bool | False |
If true, the project resource is an unnamed resource. |
| ProjectPlanTask_Prompt | String | False |
The project plan task to retrieve the task resources from. |
| Project_Prompt | String | False |
The project to retrieve the task resources from. |
Retrieves a single or a collection of company SUI rates.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Unique identifier for company SUI rate. |
| ApplicableRate | String | False |
The applicable rate for the company SUI. |
| CompanyInstance_Company | String | False |
The Reference ID to use for lookups within our Workday Web Services. For supervisory organizations, this is also the Organization_ID. |
| CompanyInstance_Descriptor | String | False |
A preview of the instance |
| CompanyInstance_Fein | String | False |
The FEIN for the US company. |
| CompanyInstance_Id | String | False |
Id of the instance |
| Ein | String | False |
The EIN value for the company SUI rate. |
| EinType | String | False |
The EIN type. Valid values: SUI EIN, STATE EIN, FEIN. |
| EndDate | String | False |
The end date value of the row for company SUI rate. |
| Exempt | Bool | False |
If true, the SUI rate is exempt. |
| RateType | String | False |
The rate type. Valid values: OR for override rate, DR for default rate. |
| StartDate | Datetime | False |
The start date value of the row for company SUI rate. |
| StateInstance_Descriptor | String | False |
A preview of the instance |
| StateInstance_Id | String | False |
Id of the instance |
| StateInstance_PayrollStateAuthorityTaxCode | String | False |
The Payroll Authority Tax Code for a Payroll Tax Authority. |
| TaxCode | String | False |
The payroll tax code. As of v1, the default value is W_SUIER. |
| Company_Prompt | String | False |
The company reference ID or WID that represents 1 or more companies. Example: company=comp1andcompany=comp2andcompany=cb550da820584750aae8f807882fa79a |
| Effective_Prompt | Date | False |
The effective date for the SUI rate, using the yyyy-mm-dd format. |
| PayrollStateAuthorityTaxCode_Prompt | String | False |
The FIPS code or WID that represents 1 or more states. Example: payrollStateAuthorityTaxCode=06andpayrollStateAuthorityTaxCode=3b3d378d5f4a48b8b3ac46fee0703226andpayrollStateAuthorityTaxCode=48 |
Retrieves a collection of time clock events for a worker for a date range.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| AllocationPool_Descriptor | String | False |
A description of the instance |
| AllocationPool_Href | String | False |
A link to the instance |
| AllocationPool_Id | String | False |
wid / id / reference id |
| Appropriation_Descriptor | String | False |
A description of the instance |
| Appropriation_Href | String | False |
A link to the instance |
| Appropriation_Id | String | False |
wid / id / reference id |
| BusinessUnit_Descriptor | String | False |
A description of the instance |
| BusinessUnit_Href | String | False |
A link to the instance |
| BusinessUnit_Id | String | False |
wid / id / reference id |
| Comment | String | False |
The comment associated with the time clock event. |
| CostCenter_Descriptor | String | False |
A description of the instance |
| CostCenter_Href | String | False |
A link to the instance |
| CostCenter_Id | String | False |
wid / id / reference id |
| Currency_Descriptor | String | False |
A description of the instance |
| Currency_Href | String | False |
A link to the instance |
| Currency_Id | String | False |
wid / id / reference id |
| CustomOrganization01_Descriptor | String | False |
A description of the instance |
| CustomOrganization01_Href | String | False |
A link to the instance |
| CustomOrganization01_Id | String | False |
wid / id / reference id |
| CustomOrganization02_Descriptor | String | False |
A description of the instance |
| CustomOrganization02_Href | String | False |
A link to the instance |
| CustomOrganization02_Id | String | False |
wid / id / reference id |
| CustomOrganization03_Descriptor | String | False |
A description of the instance |
| CustomOrganization03_Href | String | False |
A link to the instance |
| CustomOrganization03_Id | String | False |
wid / id / reference id |
| CustomOrganization04_Descriptor | String | False |
A description of the instance |
| CustomOrganization04_Href | String | False |
A link to the instance |
| CustomOrganization04_Id | String | False |
wid / id / reference id |
| CustomOrganization05_Descriptor | String | False |
A description of the instance |
| CustomOrganization05_Href | String | False |
A link to the instance |
| CustomOrganization05_Id | String | False |
wid / id / reference id |
| CustomOrganization06_Descriptor | String | False |
A description of the instance |
| CustomOrganization06_Href | String | False |
A link to the instance |
| CustomOrganization06_Id | String | False |
wid / id / reference id |
| CustomOrganization07_Descriptor | String | False |
A description of the instance |
| CustomOrganization07_Href | String | False |
A link to the instance |
| CustomOrganization07_Id | String | False |
wid / id / reference id |
| CustomOrganization08_Descriptor | String | False |
A description of the instance |
| CustomOrganization08_Href | String | False |
A link to the instance |
| CustomOrganization08_Id | String | False |
wid / id / reference id |
| CustomOrganization09_Descriptor | String | False |
A description of the instance |
| CustomOrganization09_Href | String | False |
A link to the instance |
| CustomOrganization09_Id | String | False |
wid / id / reference id |
| CustomOrganization10_Descriptor | String | False |
A description of the instance |
| CustomOrganization10_Href | String | False |
A link to the instance |
| CustomOrganization10_Id | String | False |
wid / id / reference id |
| CustomWorktag01_Descriptor | String | False |
A description of the instance |
| CustomWorktag01_Href | String | False |
A link to the instance |
| CustomWorktag01_Id | String | False |
wid / id / reference id |
| CustomWorktag02_Descriptor | String | False |
A description of the instance |
| CustomWorktag02_Href | String | False |
A link to the instance |
| CustomWorktag02_Id | String | False |
wid / id / reference id |
| CustomWorktag03_Descriptor | String | False |
A description of the instance |
| CustomWorktag03_Href | String | False |
A link to the instance |
| CustomWorktag03_Id | String | False |
wid / id / reference id |
| CustomWorktag04_Descriptor | String | False |
A description of the instance |
| CustomWorktag04_Href | String | False |
A link to the instance |
| CustomWorktag04_Id | String | False |
wid / id / reference id |
| CustomWorktag05_Descriptor | String | False |
A description of the instance |
| CustomWorktag05_Href | String | False |
A link to the instance |
| CustomWorktag05_Id | String | False |
wid / id / reference id |
| CustomWorktag06_Descriptor | String | False |
A description of the instance |
| CustomWorktag06_Href | String | False |
A link to the instance |
| CustomWorktag06_Id | String | False |
wid / id / reference id |
| CustomWorktag07_Descriptor | String | False |
A description of the instance |
| CustomWorktag07_Href | String | False |
A link to the instance |
| CustomWorktag07_Id | String | False |
wid / id / reference id |
| CustomWorktag08_Descriptor | String | False |
A description of the instance |
| CustomWorktag08_Href | String | False |
A link to the instance |
| CustomWorktag08_Id | String | False |
wid / id / reference id |
| CustomWorktag09_Descriptor | String | False |
A description of the instance |
| CustomWorktag09_Href | String | False |
A link to the instance |
| CustomWorktag09_Id | String | False |
wid / id / reference id |
| CustomWorktag10_Descriptor | String | False |
A description of the instance |
| CustomWorktag10_Href | String | False |
A link to the instance |
| CustomWorktag10_Id | String | False |
wid / id / reference id |
| CustomWorktag11_Descriptor | String | False |
A description of the instance |
| CustomWorktag11_Href | String | False |
A link to the instance |
| CustomWorktag11_Id | String | False |
wid / id / reference id |
| CustomWorktag12_Descriptor | String | False |
A description of the instance |
| CustomWorktag12_Href | String | False |
A link to the instance |
| CustomWorktag12_Id | String | False |
wid / id / reference id |
| CustomWorktag13_Descriptor | String | False |
A description of the instance |
| CustomWorktag13_Href | String | False |
A link to the instance |
| CustomWorktag13_Id | String | False |
wid / id / reference id |
| CustomWorktag14_Descriptor | String | False |
A description of the instance |
| CustomWorktag14_Href | String | False |
A link to the instance |
| CustomWorktag14_Id | String | False |
wid / id / reference id |
| CustomWorktag15_Descriptor | String | False |
A description of the instance |
| CustomWorktag15_Href | String | False |
A link to the instance |
| CustomWorktag15_Id | String | False |
wid / id / reference id |
| DateTime | Datetime | False |
The date time for a time clock event. |
| Descriptor | String | False |
A preview of the instance |
| EventType_Descriptor | String | False |
A description of the instance |
| EventType_Href | String | False |
A link to the instance |
| EventType_Id | String | False |
wid / id / reference id |
| Fund_Descriptor | String | False |
A description of the instance |
| Fund_Href | String | False |
A link to the instance |
| Fund_Id | String | False |
wid / id / reference id |
| Gift_Descriptor | String | False |
A description of the instance |
| Gift_Href | String | False |
A link to the instance |
| Gift_Id | String | False |
wid / id / reference id |
| Grant_Descriptor | String | False |
A description of the instance |
| Grant_Href | String | False |
A link to the instance |
| Grant_Id | String | False |
wid / id / reference id |
| Href | String | False |
A link to the instance |
| JobProfile_Descriptor | String | False |
A description of the instance |
| JobProfile_Href | String | False |
A link to the instance |
| JobProfile_Id | String | False |
wid / id / reference id |
| Location_Descriptor | String | False |
A description of the instance |
| Location_Href | String | False |
A link to the instance |
| Location_Id | String | False |
wid / id / reference id |
| OverrideRate | Decimal | False |
The override rate for a time clock event. |
| Position_Descriptor | String | False |
A description of the instance |
| Position_Href | String | False |
A link to the instance |
| Position_Id | String | False |
wid / id / reference id |
| Program_Descriptor | String | False |
A description of the instance |
| Program_Href | String | False |
A link to the instance |
| Program_Id | String | False |
wid / id / reference id |
| ProjectPlanTask_Descriptor | String | False |
A description of the instance |
| ProjectPlanTask_Href | String | False |
A link to the instance |
| ProjectPlanTask_Id | String | False |
wid / id / reference id |
| Project_Descriptor | String | False |
A description of the instance |
| Project_Href | String | False |
A link to the instance |
| Project_Id | String | False |
wid / id / reference id |
| ReferenceID | String | False |
The Reference ID to use for lookups within our Workday Web Services. |
| Region_Descriptor | String | False |
A description of the instance |
| Region_Href | String | False |
A link to the instance |
| Region_Id | String | False |
wid / id / reference id |
| TimeEntryCode_Descriptor | String | False |
A description of the instance |
| TimeEntryCode_Href | String | False |
A link to the instance |
| TimeEntryCode_Id | String | False |
wid / id / reference id |
| TimeZone_Descriptor | String | False |
A description of the instance |
| TimeZone_Href | String | False |
A link to the instance |
| TimeZone_Id | String | False |
wid / id / reference id |
| Worker_Descriptor | String | False |
A description of the instance |
| Worker_Href | String | False |
A link to the instance |
| Worker_Id | String | False |
wid / id / reference id |
| FromDate_Prompt | Date | False |
The start date of the time event using the yyyy-mm-dd format. |
| ToDate_Prompt | Date | False |
The end date of the time event using the yyyy-mm-dd format. |
| Worker_Prompt | String | False |
The Workday ID of the worker for the time block or clock event. You can specify multiple worker query parameters. |
An address as it exists staged for update by the parent business process.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkContactInformationChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| AddressLine1 | String | False |
Address Line 1 |
| AddressLine1Local | String | False |
Local Address Line 1 |
| AddressLine2 | String | False |
Address Line 2 |
| AddressLine2Local | String | False |
Local Address Line 2 |
| AddressLine3 | String | False |
Address Line 3 |
| AddressLine3Local | String | False |
Local Address Line 3 |
| AddressLine4 | String | False |
Address Line 4 |
| AddressLine4Local | String | False |
Local Address Line 4 |
| AddressLine5 | String | False |
Address Line 5 |
| AddressLine5Local | String | False |
Local Address Line 5 |
| AddressLine6 | String | False |
Address Line 6 |
| AddressLine6Local | String | False |
Local Address Line 6 |
| AddressLine7 | String | False |
Address Line 7 |
| AddressLine7Local | String | False |
Local Address Line 7 |
| AddressLine8 | String | False |
Address Line 8 |
| AddressLine8Local | String | False |
Local Address Line 8 |
| AddressLine9 | String | False |
Address Line 9 |
| AddressLine9Local | String | False |
Local Address Line 9 |
| City | String | False |
City |
| CityLocal | String | False |
City - Local |
| CitySubdivision1 | String | False |
City Subdivision 1 |
| CitySubdivision1Local | String | False |
City Subdivision 1 - Local |
| CitySubdivision2 | String | False |
City Subdivision 2 |
| CitySubdivision2Local | String | False |
City Subdivision 2 - Local |
| CountryCity_Descriptor | String | False |
A preview of the instance |
| CountryCity_Id | String | False |
Id of the instance |
| CountryRegion_Descriptor | String | False |
A preview of the instance |
| CountryRegion_Id | String | False |
Id of the instance |
| Country_Descriptor | String | False |
A preview of the instance |
| Country_Id | String | False |
Id of the instance |
| Effective | Datetime | False |
The date this business process takes effect. |
| PostalCode | String | False |
Postal Code |
| RegionSubdivision1 | String | False |
Region Subdivision 1 |
| RegionSubdivision1Local | String | False |
Region Subdivision 1 - Local |
| RegionSubdivision2 | String | False |
Region Subdivision 2 |
| Usage_Comment | String | False |
Returns the description for a given communication method. |
| Usage_Primary | Bool | False |
Returns Boolean Value False |
| Usage_Public | Bool | False |
Is Public Visibility |
| Usage_UsageType_Descriptor | String | False |
A preview of the instance |
| Usage_UsageType_Id | String | False |
Id of the instance |
| Usage_UsedFor_Aggregate | String | False |
Used For |
| PublicOnly_Prompt | Bool | False | |
| UsedFor_Prompt | String | False |
Retrieve all existing addresses staged for update by the parent business process
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkContactInformationChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Descriptor | String | False |
A preview of the instance |
| EmailAddress | String | False |
The email address. |
| Usage_Comment | String | False |
The description for a given communication method. |
| Usage_Primary | Bool | False |
True if the communication method has any primary usage type. |
| Usage_Public | Bool | False |
True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Id | String | False |
Id of the instance |
| Usage_UsedFor_Aggregate | String | False |
Usage behaviors for the communication method, such as mailing, billing shipping etc. |
| PrimaryOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's primary email addresses. |
| PublicOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's public email addresses. |
| UsageType_Prompt | String | False |
Specifies usage type, such as home or work. Only used if the service provides access to multiple usage types from the same endpoint. |
| UsedFor_Prompt | String | False |
Specifies usage behavior, such as mailing, billing, or shipping. |
An instant messenger as it exists staged for update by the parent business process.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkContactInformationChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Type_Descriptor | String | False |
A preview of the instance |
| Type_Id | String | False |
Id of the instance |
| Usage_Comment | String | False |
The description for a given communication method. |
| Usage_Primary | Bool | False |
True if the communication method has any primary usage type. |
| Usage_Public | Bool | False |
True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Id | String | False |
Id of the instance |
| Usage_UsedFor_Aggregate | String | False |
Usage behaviors for the communication method, such as mailing, billing shipping etc. |
| UserName | String | False |
The instant messenger account username. |
| PrimaryOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's primary instant messenger account usernames. |
| PublicOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's public instant messenger account usernames. |
| UsageType_Prompt | String | False |
Specifies usage type, such as home or work. Only used if the service provides access to multiple usage types from the same endpoint. |
| UsedFor_Prompt | String | False |
Specifies usage behavior, such as mailing, billing, or shipping. |
A phone number as it exists staged for update by the parent business process.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkContactInformationChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| CompletePhoneNumber | String | False |
The complete phone number. |
| CountryPhoneCode_CountryPhoneCode | String | False |
The phone code for a country. |
| CountryPhoneCode_Country_Descriptor | String | False |
A preview of the instance |
| CountryPhoneCode_Country_Id | String | False |
Id of the instance |
| CountryPhoneCode_Descriptor | String | False |
A preview of the instance |
| CountryPhoneCode_Id | String | False |
Id of the instance |
| Descriptor | String | False |
A preview of the instance |
| DeviceType_Descriptor | String | False |
A preview of the instance |
| DeviceType_Id | String | False |
Id of the instance |
| Extension | String | False |
The phone extension. |
| Usage_Comment | String | False |
The description for a given communication method. |
| Usage_Primary | Bool | False |
True if the communication method has any primary usage type. |
| Usage_Public | Bool | False |
True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Id | String | False |
Id of the instance |
| Usage_UsedFor_Aggregate | String | False |
Usage behaviors for the communication method, such as mailing, billing shipping etc. |
| PrimaryOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's primary phone numbers. |
| PublicOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's public phone numbers. |
| UsageType_Prompt | String | False |
Specifies usage type, such as home or work. Only used if the service provides access to multiple usage types from the same endpoint. |
| UsedFor_Prompt | String | False |
Specifies usage behavior, such as mailing, billing, or shipping. |
A web address as it exists staged for update by the parent business process.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkContactInformationChange_Id [KEY] | String | False |
The ID of the change process, must be set in all queries. |
| Url | String | False |
The complete URL address for the web address. |
| Usage_Comment | String | False |
The description for a given communication method. |
| Usage_Primary | Bool | False |
True if the communication method has any primary usage type. |
| Usage_Public | Bool | False |
True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Id | String | False |
Id of the instance |
| Usage_UsedFor_Aggregate | String | False |
Usage behaviors for the communication method, such as mailing, billing shipping etc. |
| PrimaryOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's primary web addresses. |
| PublicOnly_Prompt | Bool | False |
If true, returns only the IDs of the person's public web addresses. |
| UsageType_Prompt | String | False |
Specifies usage type, such as home or work. Only used if the service provides access to multiple usage types from the same endpoint. |
| UsedFor_Prompt | String | False |
Specifies usage behavior, such as mailing, billing, or shipping. |
Retrieves a feedback given event instance with the specified ID.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
category: { /* Returns the category of a Business Process Attachment. */
*id: Text /* wid / id / reference id */
}
contentType: { /* Content type of the attachment */
*id: Text /* wid / id / reference id */
}
description: Text /* Event attachment description */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* Id of the instance */
uploadedBy: { /* Returns the primary Role of the person who uploaded the Attachment. */
*id: Text /* wid / id / reference id */
}
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Badge_Descriptor | String | False |
A description of the instance |
| Badge_Href | String | False |
A link to the instance |
| Badge_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_Action_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_Action_Href | String | False |
A link to the instance |
| BusinessProcessParameters_Action_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_Attachments_Aggregate | String | False |
Returns attachments associated with this business process that are uploaded from the toolbar and are accessible to the processing person. Returns blank if either of these conditions are not met. |
| BusinessProcessParameters_Comment | String | False |
Returns a null. |
| BusinessProcessParameters_CriticalValidations | String | False |
Validation message for an action event triggered by a condition. |
| BusinessProcessParameters_For_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_For_Href | String | False |
A link to the instance |
| BusinessProcessParameters_For_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_OverallBusinessProcess_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_OverallBusinessProcess_Href | String | False |
A link to the instance |
| BusinessProcessParameters_OverallBusinessProcess_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_OverallStatus | String | False |
The current status of the business process. For example: Successfully Completed, Denied, Terminated. |
| BusinessProcessParameters_TransactionStatus_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_TransactionStatus_Href | String | False |
A link to the instance |
| BusinessProcessParameters_TransactionStatus_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_WarningValidations | String | False |
Warning message for an action event triggered by a condition. |
| Comment | String | False |
The comment text for an anytime feedback event. |
| Descriptor | String | False |
A preview of the instance |
| FeedbackAlsoAbout_Aggregate | String | False |
The other workers this feedback event is about. |
| FeedbackGivenDate | Datetime | False |
The date the feedback was provided. |
| FromWorker_Descriptor | String | False |
A description of the instance |
| FromWorker_Href | String | False |
A link to the instance |
| FromWorker_Id | String | False |
wid / id / reference id |
| HiddenFromManager | Bool | False |
True if the feedback event is private between the feedback provider and the worker. Private feedback isn't shared with managers. |
| HiddenFromWorker | Bool | False |
True if the feedback event is confidential between the feedback provider and the manager. Workers don't see confidential feedback. |
| Href | String | False |
A link to the instance |
| RelatesTo_Descriptor | String | False |
A preview of the instance |
| RelatesTo_Id | String | False |
Id of the instance |
| ShowFeedbackProviderName | Bool | False |
True if the feedback provider's name has chosen to be displayed. Names not chosen to be displayed are not shared. |
| ToWorker_Descriptor | String | False |
A description of the instance |
| ToWorker_Href | String | False |
A link to the instance |
| ToWorker_Id | String | False |
wid / id / reference id |
| WorkersToNotify_Aggregate | String | False |
The workers that were selected to be notified of the feedback given event. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /businessProcessParameters/attachments entries from the WorkersAnytimeFeedbackEvents table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersAnytimeFeedbackEvents_Id [KEY] | String | False |
The Workday ID of the WorkersAnytimeFeedbackEvents that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Category_Descriptor | String | False |
A description of the instance |
| Category_Href | String | False |
A link to the instance |
| Category_Id | String | False |
wid / id / reference id |
| ContentType_Descriptor | String | False |
A description of the instance |
| ContentType_Href | String | False |
A link to the instance |
| ContentType_Id | String | False |
wid / id / reference id |
| Description | String | False |
Event attachment description |
| FileLength | Decimal | False |
File length of the attachment |
| FileName | String | False |
File name of the attachment |
| UploadDate | Datetime | False |
Returns Date the Business Process Attachment was updated. |
| UploadedBy_Descriptor | String | False |
A description of the instance |
| UploadedBy_Href | String | False |
A link to the instance |
| UploadedBy_Id | String | False |
wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /feedbackAlsoAbout entries from the WorkersAnytimeFeedbackEvents table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersAnytimeFeedbackEvents_Id [KEY] | String | False |
The Workday ID of the WorkersAnytimeFeedbackEvents that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Descriptor | String | False |
A preview of the instance |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /workersToNotify entries from the WorkersAnytimeFeedbackEvents table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersAnytimeFeedbackEvents_Id [KEY] | String | False |
The Workday ID of the WorkersAnytimeFeedbackEvents that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Descriptor | String | False |
A preview of the instance |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a business title change instance for a specific worker.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| CurrentBusinessTitle | String | False |
The business title for the worker prior to this business process. If there is no business title override, this field defaults to the job title or job profile name. |
| Descriptor | String | False |
A preview of the instance |
| Due | Datetime | False |
The date the business process needs to be completed. |
| Effective | Datetime | False |
The date this business process takes effect. |
| Href | String | False |
A link to the instance |
| Initiated | Datetime | False |
The date and time this business process was initiated. |
| Initiator_Descriptor | String | False |
A description of the instance |
| Initiator_Href | String | False |
A link to the instance |
| Initiator_Id | String | False |
wid / id / reference id |
| ProposedBusinessTitle | String | False |
The new business title for the worker as of the effective date. If there is no business title override, this field defaults to the job title or job profile name. |
| Subject_Descriptor | String | False |
A description of the instance |
| Subject_Href | String | False |
A link to the instance |
| Subject_Id | String | False |
wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a single Check-In instance.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
id: Text /* Id of the instance */
}]
[{
comment: Text /* Returns comment for the Attachment */
contentType: { /* Content type of the attachment */
*id: Text /* wid / id / reference id */
}
descriptor: Text /* A preview of the instance */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Archived | Bool | False |
Indicates that the check-in is archived. |
| AssociatedTopics_Aggregate | String | False |
Topics included in a check-in. |
| CheckInAttachments_Aggregate | String | False |
Returns all attachments for the Check-In. |
| Creator_Descriptor | String | False |
A description of the instance |
| Creator_Href | String | False |
A link to the instance |
| Creator_Id | String | False |
wid / id / reference id |
| Date | Datetime | False |
Date of check-in. |
| Description | String | False |
Description of check-in. |
| Participant_Descriptor | String | False |
A description of the instance |
| Participant_Href | String | False |
A link to the instance |
| Participant_Id | String | False |
wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /associatedTopics entries from the WorkersCheckIns table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersCheckIns_Id [KEY] | String | False |
The Workday ID of the WorkersCheckIns that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Archived | Bool | False |
Indicates that the topic is archived. |
| Name | String | False |
Topic name. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /checkInAttachments entries from the WorkersCheckIns table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersCheckIns_Id [KEY] | String | False |
The Workday ID of the WorkersCheckIns that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Comment | String | False |
Returns comment for the Attachment |
| ContentType_Descriptor | String | False |
A description of the instance |
| ContentType_Href | String | False |
A link to the instance |
| ContentType_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| FileLength | Decimal | False |
File length of the attachment |
| FileName | String | False |
File name of the attachment |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a collection of Check-Ins topics.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
id: Text /* Id of the instance */
}]
[{
comment: Text /* Returns comment for the Attachment */
contentType: { /* Content type of the attachment */
*id: Text /* wid / id / reference id */
}
descriptor: Text /* A preview of the instance */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Archived | Bool | False |
Indicates that the topic is archived. |
| AssociatedCheckIns_Aggregate | String | False |
Check-ins associated to topic. |
| CheckInTopicAttachments_Aggregate | String | False |
Returns all attachments for the Check-In Topic. |
| Creator_Descriptor | String | False |
A description of the instance |
| Creator_Href | String | False |
A link to the instance |
| Creator_Id | String | False |
wid / id / reference id |
| Name | String | False |
Topic name. |
| Participant_Descriptor | String | False |
A description of the instance |
| Participant_Href | String | False |
A link to the instance |
| Participant_Id | String | False |
wid / id / reference id |
| PrivateNotes | String | False |
Personal notes of the topic. |
| SharedNotes | String | False |
Shared notes of the topic. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /associatedCheckIns entries from the WorkersCheckInTopics table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersCheckInTopics_Id [KEY] | String | False |
The Workday ID of the WorkersCheckInTopics that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Archived | Bool | False |
Indicates that the check-in is archived. |
| Date | Datetime | False |
Date of check-in. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /checkInTopicAttachments entries from the WorkersCheckInTopics table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersCheckInTopics_Id [KEY] | String | False |
The Workday ID of the WorkersCheckInTopics that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Comment | String | False |
Returns comment for the Attachment |
| ContentType_Descriptor | String | False |
A description of the instance |
| ContentType_Href | String | False |
A link to the instance |
| ContentType_Id | String | False |
wid / id / reference id |
| Descriptor | String | False |
A preview of the instance |
| FileLength | Decimal | False |
File length of the attachment |
| FileName | String | False |
File name of the attachment |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a single development item for the specified worker.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| AdditionalInformation | String | False |
A rich text field for adding descriptive details about the development item. |
| CompletionDate | String | False |
The locally formatted completion date of the development item. |
| CreatedBy_Descriptor | String | False |
A description of the instance |
| CreatedBy_Href | String | False |
A link to the instance |
| CreatedBy_Id | String | False |
wid / id / reference id |
| CreatedOnDate | String | False |
The locally formatted creation date of the development item. |
| Descriptor | String | False |
A preview of the instance |
| InReview | Bool | False |
True if the development item is locked as a result of being in review. |
| LastChangedDateTime | String | False |
The locally formatted date and time the development item was last modified. |
| LastUpdatedBy_Descriptor | String | False |
A description of the instance |
| LastUpdatedBy_Href | String | False |
A link to the instance |
| LastUpdatedBy_Id | String | False |
wid / id / reference id |
| StartDate | String | False |
The locally formatted start date of the development item. |
| StatusNote | String | False |
A simple text field to provide details regarding the development item status. |
| StatusWorkdayOwned_Descriptor | String | False |
A description of the instance |
| StatusWorkdayOwned_Href | String | False |
A link to the instance |
| StatusWorkdayOwned_Id | String | False |
wid / id / reference id |
| Status_Descriptor | String | False |
A description of the instance |
| Status_Href | String | False |
A link to the instance |
| Status_Id | String | False |
wid / id / reference id |
| TiedTo_Descriptor | String | False |
A preview of the instance |
| TiedTo_Id | String | False |
Id of the instance |
| Title | String | False |
The title or name of the development item. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Get Explicit Skills for Skill Enabled
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Descriptor | String | False |
A preview of the instance |
| RemoteID | String | False |
Remote Skill ID for associated Remote Skill Item |
| SkillItem_Descriptor | String | False |
A description of the instance |
| SkillItem_Href | String | False |
A link to the instance |
| SkillItem_Id | String | False |
wid / id / reference id |
| SkillItem_RemoteID | String | False |
The remote skill ID of a skill. |
| SkillItem_SkillName | String | False |
The skill name Workday returns. |
| SkillSources_Aggregate | String | False |
Skill Sources |
| Skills_Aggregate | String | False |
Explicit Skill Usages |
| SkillSource_Prompt | String | False |
The Workday ID of the skill source. Returns skills associated with the skill source. |
| Skill_Prompt | String | False |
Retrieves the skills for the specified skill name. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /skillSources entries from the WorkersExplicitSkills table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersExplicitSkills_Id [KEY] | String | False |
The Workday ID of the WorkersExplicitSkills that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| DateCreated | Datetime | False |
The Creation Date of this Skill Item Source |
| Descriptor | String | False |
A preview of the instance |
| SkillSource_Id | String | False |
wid / id / reference id |
| SourceType | String | False |
The Source Type of this Skill Item Source |
| SourceTypeID | String | False |
source type ID |
| SkillSource_Prompt | String | False |
The Workday ID of the skill source. Returns skills associated with the skill source. |
| Skill_Prompt | String | False |
Retrieves the skills for the specified skill name. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves all external skill level information for a worker. You can filter the external skill levels by externalSkillId.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Context | String | False |
The text you enter to provide context for this external skill load. Not visible to end users. |
| EffectiveMoment | Datetime | False |
The date that the external Skill Level was last updated. |
| ExternalSkillId | String | False |
The skill from the external system. |
| ExternalSkillLevel | Decimal | False |
The skill level normalized to a scale from 1-5 and to 1 decimal place. |
| ExternalSkillName | String | False |
The name of the skill from the external system |
| SkillVendorId | String | False |
The vendor associated to the External Skill. |
| SkillVendorName | String | False |
The name of the vendor associated with the External Skill. |
| ExternalSkillId_Prompt | String | False |
All External Skills. If passed, the External Skill Level associated with the External Skill ID. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a single self-requested feedback event instance for the specified worker.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
category: { /* Returns the category of a Business Process Attachment. */
*id: Text /* wid / id / reference id */
}
contentType: { /* Content type of the attachment */
*id: Text /* wid / id / reference id */
}
description: Text /* Event attachment description */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* Id of the instance */
uploadedBy: { /* Returns the primary Role of the person who uploaded the Attachment. */
*id: Text /* wid / id / reference id */
}
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
question: Rich Text /* The rich text part of a Question in a feedback request. */
questionType: { /* The feedback question type. */
*id: Text /* wid / id / reference id */
}
relatesTo: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| BusinessProcessParameters_Action_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_Action_Href | String | False |
A link to the instance |
| BusinessProcessParameters_Action_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_Attachments_Aggregate | String | False |
Returns attachments associated with this business process that are uploaded from the toolbar and are accessible to the processing person. Returns blank if either of these conditions are not met. |
| BusinessProcessParameters_Comment | String | False |
Returns a null. |
| BusinessProcessParameters_CriticalValidations | String | False |
Validation message for an action event triggered by a condition. |
| BusinessProcessParameters_For_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_For_Href | String | False |
A link to the instance |
| BusinessProcessParameters_For_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_OverallBusinessProcess_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_OverallBusinessProcess_Href | String | False |
A link to the instance |
| BusinessProcessParameters_OverallBusinessProcess_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_OverallStatus | String | False |
The current status of the business process. For example: Successfully Completed, Denied, Terminated. |
| BusinessProcessParameters_TransactionStatus_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_TransactionStatus_Href | String | False |
A link to the instance |
| BusinessProcessParameters_TransactionStatus_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_WarningValidations | String | False |
Warning message for an action event triggered by a condition. |
| Descriptor | String | False |
A preview of the instance |
| ExpirationDate | Datetime | False |
The date the feedback request expires. |
| FeedbackAbout_Descriptor | String | False |
A description of the instance |
| FeedbackAbout_Href | String | False |
A link to the instance |
| FeedbackAbout_Id | String | False |
wid / id / reference id |
| FeedbackOverallStatus | String | False |
Overall status of the requested feedback process. |
| FeedbackPrivate | Bool | False |
Private feedback between the feedback provider and the worker. Private feedback isn't shared with managers. |
| FeedbackQuestions_Aggregate | String | False |
Feedback questions used in requested feedback events. |
| FeedbackResponders_Aggregate | String | False |
The respondents who've been requested to provide feedback. |
| FeedbackTemplate_Descriptor | String | False |
A description of the instance |
| FeedbackTemplate_Href | String | False |
A link to the instance |
| FeedbackTemplate_Id | String | False |
wid / id / reference id |
| RequestDate | Datetime | False |
The date the feedback request was initiated. |
| ShowFeedbackProviderName | Bool | False |
Whether to display the name of the responders or have them remain anonymous. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /businessProcessParameters/attachments entries from the WorkersRequestedFeedbackOnSelfEvents table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersRequestedFeedbackOnSelfEvents_Id [KEY] | String | False |
The Workday ID of the WorkersRequestedFeedbackOnSelfEvents that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Category_Descriptor | String | False |
A description of the instance |
| Category_Href | String | False |
A link to the instance |
| Category_Id | String | False |
wid / id / reference id |
| ContentType_Descriptor | String | False |
A description of the instance |
| ContentType_Href | String | False |
A link to the instance |
| ContentType_Id | String | False |
wid / id / reference id |
| Description | String | False |
Event attachment description |
| FileLength | Decimal | False |
File length of the attachment |
| FileName | String | False |
File name of the attachment |
| UploadDate | Datetime | False |
Returns Date the Business Process Attachment was updated. |
| UploadedBy_Descriptor | String | False |
A description of the instance |
| UploadedBy_Href | String | False |
A link to the instance |
| UploadedBy_Id | String | False |
wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /feedbackQuestions entries from the WorkersRequestedFeedbackOnSelfEvents table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
feedbackDeclineReason: Text /* The reason a requested feedback question was declined. */
feedbackDeclined: Boolean /* Returns True if the responder declined to submit a response to a specific feedback question. */
feedbackResponder: { /* The person who gave the feedback (responder). */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
id: Text /* Id of the instance */
response: Rich Text /* The feedback response for a feedback question. */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersRequestedFeedbackOnSelfEvents_Id [KEY] | String | False |
The Workday ID of the WorkersRequestedFeedbackOnSelfEvents that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Descriptor | String | False |
A preview of the instance |
| FeedbackResponse_Aggregate | String | False |
All the feedback responses for the feedback question. |
| Question | String | False |
The rich text part of a Question in a feedback request. |
| QuestionMultipleChoiceAnswers_Aggregate | String | False |
Answers for multiple choice questions in requested feedback events. |
| QuestionType_Descriptor | String | False |
A description of the instance |
| QuestionType_Href | String | False |
A link to the instance |
| QuestionType_Id | String | False |
wid / id / reference id |
| RelatesTo_Aggregate | String | False |
The talent tags that relate to feedback question or response for requested feedback events. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /feedbackResponders entries from the WorkersRequestedFeedbackOnSelfEvents table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersRequestedFeedbackOnSelfEvents_Id [KEY] | String | False |
The Workday ID of the WorkersRequestedFeedbackOnSelfEvents that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Descriptor | String | False |
A preview of the instance |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a single requested feedback event instance for the specified worker.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
category: { /* Returns the category of a Business Process Attachment. */
*id: Text /* wid / id / reference id */
}
contentType: { /* Content type of the attachment */
*id: Text /* wid / id / reference id */
}
description: Text /* Event attachment description */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* Id of the instance */
uploadedBy: { /* Returns the primary Role of the person who uploaded the Attachment. */
*id: Text /* wid / id / reference id */
}
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
question: Rich Text /* The rich text part of a Question in a feedback request. */
questionType: { /* The feedback question type. */
*id: Text /* wid / id / reference id */
}
relatesTo: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| BusinessProcessParameters_Action_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_Action_Href | String | False |
A link to the instance |
| BusinessProcessParameters_Action_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_Attachments_Aggregate | String | False |
Returns attachments associated with this business process that are uploaded from the toolbar and are accessible to the processing person. Returns blank if either of these conditions are not met. |
| BusinessProcessParameters_Comment | String | False |
Returns a null. |
| BusinessProcessParameters_CriticalValidations | String | False |
Validation message for an action event triggered by a condition. |
| BusinessProcessParameters_For_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_For_Href | String | False |
A link to the instance |
| BusinessProcessParameters_For_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_OverallBusinessProcess_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_OverallBusinessProcess_Href | String | False |
A link to the instance |
| BusinessProcessParameters_OverallBusinessProcess_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_OverallStatus | String | False |
The current status of the business process. For example: Successfully Completed, Denied, Terminated. |
| BusinessProcessParameters_TransactionStatus_Descriptor | String | False |
A description of the instance |
| BusinessProcessParameters_TransactionStatus_Href | String | False |
A link to the instance |
| BusinessProcessParameters_TransactionStatus_Id | String | False |
wid / id / reference id |
| BusinessProcessParameters_WarningValidations | String | False |
Warning message for an action event triggered by a condition. |
| Descriptor | String | False |
A preview of the instance |
| ExpirationDate | Datetime | False |
The date the feedback request expires. |
| FeedbackAbout_Descriptor | String | False |
A description of the instance |
| FeedbackAbout_Href | String | False |
A link to the instance |
| FeedbackAbout_Id | String | False |
wid / id / reference id |
| FeedbackConfidential | Bool | False |
Yes if the feedback is confidential between the feedback provider and the manager. Workers don't see confidential feedback. |
| FeedbackOverallStatus | String | False |
Overall status of the requested feedback process. |
| FeedbackQuestions_Aggregate | String | False |
Feedback questions used in requested feedback events. |
| FeedbackResponders_Aggregate | String | False |
The respondents who've been requested to provide feedback. |
| FeedbackTemplate_Descriptor | String | False |
A description of the instance |
| FeedbackTemplate_Href | String | False |
A link to the instance |
| FeedbackTemplate_Id | String | False |
wid / id / reference id |
| RequestDate | Datetime | False |
The date the feedback request was initiated. |
| ShowFeedbackProviderName | Bool | False |
Whether to display the name of the responders or have them remain anonymous.ccc |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /businessProcessParameters/attachments entries from the WorkersRequestedFeedbackOnWorkerEvents table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersRequestedFeedbackOnWorkerEvents_Id [KEY] | String | False |
The Workday ID of the WorkersRequestedFeedbackOnWorkerEvents that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Category_Descriptor | String | False |
A description of the instance |
| Category_Href | String | False |
A link to the instance |
| Category_Id | String | False |
wid / id / reference id |
| ContentType_Descriptor | String | False |
A description of the instance |
| ContentType_Href | String | False |
A link to the instance |
| ContentType_Id | String | False |
wid / id / reference id |
| Description | String | False |
Event attachment description |
| FileLength | Decimal | False |
File length of the attachment |
| FileName | String | False |
File name of the attachment |
| UploadDate | Datetime | False |
Returns Date the Business Process Attachment was updated. |
| UploadedBy_Descriptor | String | False |
A description of the instance |
| UploadedBy_Href | String | False |
A link to the instance |
| UploadedBy_Id | String | False |
wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /feedbackQuestions entries from the WorkersRequestedFeedbackOnWorkerEvents table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
feedbackDeclineReason: Text /* The reason a requested feedback question was declined. */
feedbackDeclined: Boolean /* Returns True if the responder declined to submit a response to a specific feedback question. */
feedbackResponder: { /* The person who gave the feedback (responder). */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
id: Text /* Id of the instance */
response: Rich Text /* The feedback response for a feedback question. */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersRequestedFeedbackOnWorkerEvents_Id [KEY] | String | False |
The Workday ID of the WorkersRequestedFeedbackOnWorkerEvents that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Descriptor | String | False |
A preview of the instance |
| FeedbackResponse_Aggregate | String | False |
All the feedback responses for the feedback question. |
| Question | String | False |
The rich text part of a Question in a feedback request. |
| QuestionMultipleChoiceAnswers_Aggregate | String | False |
Answers for multiple choice questions in requested feedback events. |
| QuestionType_Descriptor | String | False |
A description of the instance |
| QuestionType_Href | String | False |
A link to the instance |
| QuestionType_Id | String | False |
wid / id / reference id |
| RelatesTo_Aggregate | String | False |
The talent tags that relate to feedback question or response for requested feedback events. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /feedbackResponders entries from the WorkersRequestedFeedbackOnWorkerEvents table.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| WorkersRequestedFeedbackOnWorkerEvents_Id [KEY] | String | False |
The Workday ID of the WorkersRequestedFeedbackOnWorkerEvents that contains this. |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Descriptor | String | False |
A preview of the instance |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Returns skill items.
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Workers_Id [KEY] | String | False |
The Workday ID of the Workers that owns this. |
| Descriptor | String | False |
A preview of the instance |
| RemoteID | String | False |
The remote skill ID of a skill. |
| SkillItems_Aggregate | String | False |
Exposes Skill Items for a Skill Qualification Enabled. |
| SkillName | String | False |
The skill name that Workday bases similar skill suggestions on. |
| IncludeTerminatedWorkers_Prompt | Bool | False |
Include terminated workers in the output |
| Search_Prompt | String | False |
Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Views are similar to tables in the way that data is represented; however, views are read-only.
Queries can be executed against a view as if it were a normal table.
| Name | Description |
| AcademicCalendars | Retrieves a collection of academic calendars. |
| AcademicCalendarsAcademicYears | Retrieves the academic year associated with an academic calendar with the specified ID. |
| AcademicCalendarsPeriodTypes | Reads /periodTypes entries from the AcademicCalendars table. |
| AcademicLevels | Retrieves the academic level with the specified ID. |
| AcademicPeriods | Retrieves the academic period with the specified ID. |
| AcademicPeriodsPeriodUsages | Reads /periodUsages entries from the AcademicPeriods table. |
| AcademicPeriodsPeriodWeights | Reads /periodWeights entries from the AcademicPeriods table. |
| AcademicUnits | Retrieves the Academic Unit with the specified ID. |
| AcademicUnitsLevels | Reads /levels entries from the AcademicUnits table. |
| AcademicUnitsRelatedSupervisoryOrganizations | Reads /relatedSupervisoryOrganizations entries from the AcademicUnits table. |
| AcademicUnitsSubordinates | Reads /subordinates entries from the AcademicUnits table. |
| ActiveTasks | Usage information for the operation ActiveTasks.rsd. |
| ActiveUserSessions | Retrieves a collection of active user sessions. |
| ActivityLogging | Retrieves a collection of user activity log entries in a specified time frame. |
| AdHocProjectTimeTransactionsWorktags | Reads /worktags entries from the AdHocProjectTimeTransactions table. |
| ArticleStatuses | Retrieves a list of article version statuses for all articles. |
| ArticleVersions | Retrieve an article version and the plain text content for the article version. |
| ArticleVersionsAudience | Reads /audience entries from the ArticleVersions table. |
| ArticleVersionsCreatedByWorker | Reads /createdByWorker entries from the ArticleVersions table. |
| ArticleVersionsLastUpdatedByWorker | Reads /lastUpdatedByWorker entries from the ArticleVersions table. |
| ArticleVersionsTags | Reads /tags entries from the ArticleVersions table. |
| Attribute | No description available. |
| AttributeTypeTypeDetailsValues | No description available. |
| AttributeValues | Reads /values entries from the Attribute table. |
| AuditLogs | (End of Life Date: 2023-03-11 ) Retrieves an audit log instance. |
| Balances | Retrieves the specified balance of all absence plan and leave of absence types. |
| BillableTransactionsBillingRateApplication | Retrieves a collection of billing rate applications for the specified billable transaction. |
| BusinessProcessTypes | Retrieves all business process types. |
| BusinessProcessTypesAttachmentCategories | Retrieves attachment categories for a business process type. |
| BusinessTitleChanges | Retrieves a business title change instance. |
| CasesSatisfactionSurveyResultsQuestionnaireResponseQuestionAnswerPair | Reads /satisfactionSurvey/results/questionnaireResponse/questionAnswerPair entries from the Cases table. |
| CasesTimelineActions | Reads /actions entries from the CasesTimeline table. |
| CasesTimelineGuidanceKbArticleCurrentArticleData | Reads /guidance/kbArticle/currentArticleData entries from the CasesTimeline table. |
| CasesTimelineQuestionnaireResponseQuestionAnswerPair | Reads /questionnaireResponse/questionAnswerPair entries from the CasesTimeline table. |
| CaseSuggestions | Retrieves a list of suggestions based on case type. |
| CaseTypes | Retrieves a list of case types that a worker has access to. |
| CaseTypesExternalLink | Reads /externalLink entries from the CaseTypes table. |
| ClientDetails | Returns a valid OAuth Client Details for OCFR Clients |
| CommonAudiencesValues | Usage information for the operation CommonAudiencesValues.rsd. |
| CommonCompaniesValues | Usage information for the operation CommonCompaniesValues.rsd. |
| CommonCountriesValues | Usage information for the operation CommonCountriesValues.rsd. |
| CommonCurrenciesValues | Usage information for the operation CommonCurrenciesValues.rsd. |
| CommonCustomersValues | Usage information for the operation CommonCustomersValues.rsd. |
| CommonGroupsValues | Usage information for the operation CommonGroupsValues.rsd. |
| CommonHierarchiesValues | Usage information for the operation CommonHierarchiesValues.rsd. |
| CommonImportanceRatingsValues | Usage information for the operation CommonImportanceRatingsValues.rsd. |
| CommonOptionalHierarchiesValues | Usage information for the operation CommonOptionalHierarchiesValues.rsd. |
| CommonOwnersValues | Usage information for the operation CommonOwnersValues.rsd. |
| CommonPhoneCountryPhoneCodesValues | Usage information for the operation CommonPhoneCountryPhoneCodesValues.rsd. |
| CommonPhonePhoneDeviceTypesValues | Usage information for the operation CommonPhonePhoneDeviceTypesValues.rsd. |
| CommonPrioritiesValues | Usage information for the operation CommonPrioritiesValues.rsd. |
| CommonProjectDependenciesValues | Usage information for the operation CommonProjectDependenciesValues.rsd. |
| CommonProjectStatesValues | Usage information for the operation CommonProjectStatesValues.rsd. |
| CommonProjectsValues | Usage information for the operation CommonProjectsValues.rsd. |
| CommonRiskLevelsValues | Usage information for the operation CommonRiskLevelsValues.rsd. |
| CommonStatusesValues | Usage information for the operation CommonStatusesValues.rsd. |
| CommonSuccessRatingsValues | Usage information for the operation CommonSuccessRatingsValues.rsd. |
| CommonWorktagsValues | Usage information for the operation CommonWorktagsValues.rsd. |
| CommonWorktagTypesValues | Usage information for the operation CommonWorktagTypesValues.rsd. |
| Configuration | Retrieves tenant setup configurations related to Help Case Management. |
| ConfigurationsAttributeValues | No description available. |
| ConfigurationsAttributeValuesValue | Reads /value entries from the ConfigurationsAttributeValues table. |
| ContractComplianceGroupCompaniesOrHierarchiesValues | Usage information for the operation ContractComplianceGroupCompaniesOrHierarchiesValues.rsd. |
| ContractComplianceGroupContractTypesValues | Usage information for the operation ContractComplianceGroupContractTypesValues.rsd. |
| Countries | Retrieves information about a country. |
| CountriesAddressComponents | Retrieves the allowed address components and their configuration for the Country and a given Address Configuration Format. |
| CountriesNameComponents | Retrieves a collection of configuration information about name components. |
| CountryComponentsCountryCityValues | Usage information for the operation CountryComponentsCountryCityValues.rsd. |
| CountryComponentsCountryRegionValues | Usage information for the operation CountryComponentsCountryRegionValues.rsd. |
| CountryComponentsCountryValues | Usage information for the operation CountryComponentsCountryValues.rsd. |
| Courses | Retrieves a single course instance. |
| CoursesAcademicUnits | Reads /academicUnits entries from the Courses table. |
| CoursesAllowedLocations | Reads /allowedLocations entries from the Courses table. |
| CoursesCompetencies | Reads /competencies entries from the Courses table. |
| CourseSections | Retrieves a collection of course sections. |
| CourseSectionsCampusLocations | Reads /campusLocations entries from the CourseSections table. |
| CourseSectionsCompetencies | Reads /competencies entries from the CourseSections table. |
| CourseSectionsComponents | Reads /components entries from the CourseSections table. |
| CourseSectionsInstuctors | Reads /instuctors entries from the CourseSections table. |
| CourseSectionsLearningOutcomes | Reads /learningOutcomes entries from the CourseSections table. |
| CourseSectionsOfferingAcademicUnits | Reads /offeringAcademicUnits entries from the CourseSections table. |
| CourseSectionsTags | Reads /tags entries from the CourseSections table. |
| CoursesInstructionalFormats | Reads /instructionalFormats entries from the Courses table. |
| CoursesLearningOutcomes | Reads /learningOutcomes entries from the Courses table. |
| CoursesTags | Reads /tags entries from the Courses table. |
| CoursesTypicalPeriodsOffered | Reads /typicalPeriodsOffered entries from the Courses table. |
| CourseSubjects | Usage information for the operation CourseSubjects.rsd. |
| CourseSubjectsInstitutionalAcademicUnits | Reads /institutionalAcademicUnits entries from the CourseSubjects table. |
| CredstoreByRefIdGet | No description available |
| Currencies | Retrieves the details on all currencies in your tenant. |
| Customers | Retrieves a single customer instance. |
| CustomersActivities | Retrieves an activity instance for a specific customer. |
| CustomersGroups | Reads /groups entries from the Customers table. |
| DataSources | Retrieves a data source and primary business object for the specified {ID} for use in a WQL query. |
| DataSourcesDataSourceFilters | Retrieves the data source filter with the specified {ID} for a specific data source. |
| DataSourcesDataSourceFiltersOptionalParameters | Reads /optionalParameters entries from the DataSourcesDataSourceFilters table. |
| DataSourcesDataSourceFiltersRequiredParameters | Reads /requiredParameters entries from the DataSourcesDataSourceFilters table. |
| DataSourcesFields | Retrieves the field with a specified {ID} for the specific data source. Also retrieves the related business object of the field. You can only view fields and data sources that you have security access to. |
| DataSourcesOptionalParameters | Reads /optionalParameters entries from the DataSources table. |
| DataSourcesRequiredParameters | Reads /requiredParameters entries from the DataSources table. |
| EducationalCredentials | Retrieves a collection of educational credentials. |
| EffectiveChangesRequestCriteriaFieldsOnlyInclude | Reads /requestCriteria/fields/onlyInclude entries from the EffectiveChanges table. |
| EffectiveChangesRequestCriteriaWorkers | Reads /requestCriteria/workers entries from the EffectiveChanges table. |
| EnvironmentsEnvironmentDetailsValues | No description available. |
| EvaluateAccountPostingRules | Retrieves the ledger account and resulting worktags of a specified account posting rule. |
| EvaluateAccountPostingRulesResultingWorktags | Reads /resultingWorktags entries from the EvaluateAccountPostingRules table. |
| Events | Retrieves business process events. |
| EventsAttachments | Retrieves attachments for a business process event. |
| EventsComments | Retrieves comments for a business process event. |
| EventsCompletedSteps | Retrieves completed steps for a business process event. |
| EventsCompletedStepsAwaitingPersons | Reads /awaitingPersons entries from the EventsCompletedSteps table. |
| EventsCompletedStepsComments | Reads /comments entries from the EventsCompletedSteps table. |
| EventsInProgressSteps | Retrieves in progress steps for a business process event. |
| EventsInProgressStepsAwaitingPersons | Reads /awaitingPersons entries from the EventsInProgressSteps table. |
| EventsRemainingSteps | Retrieves remaining steps for a business process event. |
| EventsRemainingStepsGroups | Reads /groups entries from the EventsRemainingSteps table. |
| EventsSubBusinessProcesses | Reads /subBusinessProcesses entries from the Events table. |
| EventSteps | Retrieves business process event steps. |
| EventStepsAwaitingPersons | Reads /awaitingPersons entries from the EventSteps table. |
| EventStepsComments | Reads /comments entries from the EventSteps table. |
| ExpenseItems | Retrieves a single instance of an expense item. |
| ExternalRecordsSourceValues | Usage information for the operation ExternalRecordsSourceValues.rsd. |
| FeedbackBadges | Retrieves a collection of active Feedback Badges. |
| FeedbackOnWorkerFeedbackOnWorkerValues | Usage information for the operation FeedbackOnWorkerFeedbackOnWorkerValues.rsd. |
| FeedbackResponderFeedbackResponderValues | Usage information for the operation FeedbackResponderFeedbackResponderValues.rsd. |
| FeedbackTemplateFeedbackTemplateValues | Usage information for the operation FeedbackTemplateFeedbackTemplateValues.rsd. |
| GiveRequestedFeedbackEventsBusinessProcessParametersComments | Reads /businessProcessParameters/comments entries from the GiveRequestedFeedbackEvents table. |
| Holds | This resource returns all Student Hold Assignments or a collection of Student Hold Assignments filtered by query parameters. |
| HoldsOverrideEventHoldTypes | Reads /overrideEvent/holdTypes entries from the Holds table. |
| HoldsTypeContexts | Reads /typeContexts entries from the Holds table. |
| HolidayEvents | Usage information for the operation HolidayEvents.rsd. |
| ImmigrationEvents | Retrieves an immigration event. |
| ImmigrationEventsImmigrationPages | Usage information for the operation ImmigrationEventsImmigrationPages.rsd. |
| Interviews | Usage information for the operation Interviews.rsd. |
| InterviewsInterviewers | Reads /interviewers entries from the Interviews table. |
| InterviewsInterviewStatuses | Reads /interviewStatuses entries from the Interviews table. |
| InterviewsJobRequisitionPrimaryRecruiters | Reads /jobRequisition/primaryRecruiters entries from the Interviews table. |
| InterviewsJobRequisitionRecruiters | Reads /jobRequisition/recruiters entries from the Interviews table. |
| InterviewsWorkersPendingFeedback | Reads /workersPendingFeedback entries from the Interviews table. |
| Invoices | Retrieves a single customer invoice or adjustment instance. |
| InvoicesDisputeReasons | Reads /disputeReasons entries from the Invoices table. |
| InvoicesPrintRuns | Retrieves a single customer invoice print run. |
| InvoicesPrintRunsDeliveryMethod | Reads /deliveryMethod entries from the InvoicesPrintRuns table. |
| InvoicesRelatedAdjustments | Reads /relatedAdjustments entries from the Invoices table. |
| JobChangeReasons | Retrieves a collection of job change reasons. |
| JobChangesGroupAssignmentTypesValues | Usage information for the operation JobChangesGroupAssignmentTypesValues.rsd. |
| JobChangesGroupCompanyInsiderTypesValues | Usage information for the operation JobChangesGroupCompanyInsiderTypesValues.rsd. |
| JobChangesGroupContingentWorkerTypesValues | Usage information for the operation JobChangesGroupContingentWorkerTypesValues.rsd. |
| JobChangesGroupCurrenciesValues | Usage information for the operation JobChangesGroupCurrenciesValues.rsd. |
| JobChangesGroupEmployeeTypesValues | Usage information for the operation JobChangesGroupEmployeeTypesValues.rsd. |
| JobChangesGroupFrequenciesValues | Usage information for the operation JobChangesGroupFrequenciesValues.rsd. |
| JobChangesGroupHeadcountOptionsValues | Usage information for the operation JobChangesGroupHeadcountOptionsValues.rsd. |
| JobChangesGroupJobClassificationsValues | Usage information for the operation JobChangesGroupJobClassificationsValues.rsd. |
| JobChangesGroupJobProfilesValues | Usage information for the operation JobChangesGroupJobProfilesValues.rsd. |
| JobChangesGroupJobRequisitionsValues | Usage information for the operation JobChangesGroupJobRequisitionsValues.rsd. |
| JobChangesGroupJobsValues | Usage information for the operation JobChangesGroupJobsValues.rsd. |
| JobChangesGroupLocationsValues | Usage information for the operation JobChangesGroupLocationsValues.rsd. |
| JobChangesGroupPayRateTypesValues | Usage information for the operation JobChangesGroupPayRateTypesValues.rsd. |
| JobChangesGroupProposedPositionValues | Usage information for the operation JobChangesGroupProposedPositionValues.rsd. |
| JobChangesGroupReasonValues | Usage information for the operation JobChangesGroupReasonValues.rsd. |
| JobChangesGroupSupervisoryOrganizationValues | Usage information for the operation JobChangesGroupSupervisoryOrganizationValues.rsd. |
| JobChangesGroupTemplatesValues | Usage information for the operation JobChangesGroupTemplatesValues.rsd. |
| JobChangesGroupTimeTypesValues | Usage information for the operation JobChangesGroupTimeTypesValues.rsd. |
| JobChangesGroupWorkersCompensationCodeOverridesValues | Usage information for the operation JobChangesGroupWorkersCompensationCodeOverridesValues.rsd. |
| JobChangesGroupWorkersValues | Usage information for the operation JobChangesGroupWorkersValues.rsd. |
| JobChangesGroupWorkerTypesValues | Usage information for the operation JobChangesGroupWorkerTypesValues.rsd. |
| JobChangesGroupWorkShiftsValues | Usage information for the operation JobChangesGroupWorkShiftsValues.rsd. |
| JobChangesGroupWorkSpacesValues | Usage information for the operation JobChangesGroupWorkSpacesValues.rsd. |
| JobChangesGroupWorkStudyAwardsValues | Usage information for the operation JobChangesGroupWorkStudyAwardsValues.rsd. |
| JobFamilies | Retrieves a collection of job families. |
| JobFamiliesJobProfiles | Reads /jobProfiles entries from the JobFamilies table. |
| JobPostings | Retrieves a collection of job postings. |
| JobPostingsAdditionalLocations | Reads /additionalLocations entries from the JobPostings table. |
| JobPostingsCategories | Reads /categories entries from the JobPostings table. |
| JobProfiles | Retrieves a collection of job profiles. |
| JobProfilesCompanyInsiderTypes | Reads /companyInsiderTypes entries from the JobProfiles table. |
| JobProfilesJobExempts | Reads /jobExempts entries from the JobProfiles table. |
| JobProfilesJobFamilies | Reads /jobFamilies entries from the JobProfiles table. |
| JobProfilesPayRateTypes | Reads /payRateTypes entries from the JobProfiles table. |
| JobProfilesRestrictedToCountries | Reads /restrictedToCountries entries from the JobProfiles table. |
| JobProfilesWorkersCompensationCodes | Reads /workersCompensationCodes entries from the JobProfiles table. |
| Jobs | Retrieves a collection of jobs. |
| JobsPayGroup | Retrieves a single pay group instance. |
| JobsPayGroupPayGroupDetails | Reads /payGroupDetails entries from the JobsPayGroup table. |
| JobsWorkspace | Retrieves a collection of workspaces for the specified job ID. |
| LeaveStatusValues | Usage information for the operation LeaveStatusValues.rsd. |
| Mentorships | Get all mentorships |
| NameComponentsAcademicValues | Usage information for the operation NameComponentsAcademicValues.rsd. |
| NameComponentsHereditaryValues | Usage information for the operation NameComponentsHereditaryValues.rsd. |
| NameComponentsHonoraryValues | Usage information for the operation NameComponentsHonoraryValues.rsd. |
| NameComponentsProfessionalValues | Usage information for the operation NameComponentsProfessionalValues.rsd. |
| NameComponentsReligiousValues | Usage information for the operation NameComponentsReligiousValues.rsd. |
| NameComponentsRoyalValues | Usage information for the operation NameComponentsRoyalValues.rsd. |
| NameComponentsSalutationValues | Usage information for the operation NameComponentsSalutationValues.rsd. |
| NameComponentsSocialValues | Usage information for the operation NameComponentsSocialValues.rsd. |
| NameComponentsTitleValues | Usage information for the operation NameComponentsTitleValues.rsd. |
| NotificationTypes | Retrieves a collection of notification types. |
| OrganizationAssignmentChangesGroupBusinessUnitsValues | Usage information for the operation OrganizationAssignmentChangesGroupBusinessUnitsValues.rsd. |
| OrganizationAssignmentChangesGroupCompaniesValues | Usage information for the operation OrganizationAssignmentChangesGroupCompaniesValues.rsd. |
| OrganizationAssignmentChangesGroupCostCentersValues | Usage information for the operation OrganizationAssignmentChangesGroupCostCentersValues.rsd. |
| OrganizationAssignmentChangesGroupCustomsValues | Usage information for the operation OrganizationAssignmentChangesGroupCustomsValues.rsd. |
| OrganizationAssignmentChangesGroupFundsValues | Usage information for the operation OrganizationAssignmentChangesGroupFundsValues.rsd. |
| OrganizationAssignmentChangesGroupGiftsValues | Usage information for the operation OrganizationAssignmentChangesGroupGiftsValues.rsd. |
| OrganizationAssignmentChangesGroupGrantsValues | Usage information for the operation OrganizationAssignmentChangesGroupGrantsValues.rsd. |
| OrganizationAssignmentChangesGroupJobsValues | Usage information for the operation OrganizationAssignmentChangesGroupJobsValues.rsd. |
| OrganizationAssignmentChangesGroupPositionsValues | Usage information for the operation OrganizationAssignmentChangesGroupPositionsValues.rsd. |
| OrganizationAssignmentChangesGroupProgramsValues | Usage information for the operation OrganizationAssignmentChangesGroupProgramsValues.rsd. |
| OrganizationAssignmentChangesGroupRegionsValues | Usage information for the operation OrganizationAssignmentChangesGroupRegionsValues.rsd. |
| OrganizationAssignmentChangesGroupWorkersValues | Usage information for the operation OrganizationAssignmentChangesGroupWorkersValues.rsd. |
| Organizations | Retrieves a collection of organizations. |
| OrganizationTypes | Retrieves a collection of organization types. |
| PayGroupDetails | Retrieves a single pay group detail instance. |
| PayGroupDetailsPayRunGroup | Reads /payRunGroup entries from the PayGroupDetails table. |
| PayGroups | Retrieves a single pay group instance. |
| PayGroupsPayGroupDetails | Reads /payGroupDetails entries from the PayGroups table. |
| PayrollInputsGroupPayComponentsValues | Usage information for the operation PayrollInputsGroupPayComponentsValues.rsd. |
| PayrollInputsGroupPositionsValues | Usage information for the operation PayrollInputsGroupPositionsValues.rsd. |
| PayrollInputsGroupRunCategoriesValues | Usage information for the operation PayrollInputsGroupRunCategoriesValues.rsd. |
| PayrollInputsGroupWorktagsValues | Usage information for the operation PayrollInputsGroupWorktagsValues.rsd. |
| People | Retrieves a person in your Workday tenant. |
| PeopleAdditionalNames | Retrieves an additional name. |
| PeopleAudioNamePronunciation | Retrieves a collection of Audio Name Pronunciations |
| PeopleHomeAddresses | Retrieves a home address. |
| PeopleHomeAddressesUsageUsedFor | Reads /usage/usedFor entries from the PeopleHomeAddresses table. |
| PeopleHomeEmails | Retrieves a home email address. |
| PeopleHomeEmailsUsageUsedFor | Reads /usage/usedFor entries from the PeopleHomeEmails table. |
| PeopleHomeInstantMessengers | Retrieves a home instant messenger account username. |
| PeopleHomeInstantMessengersUsageUsedFor | Reads /usage/usedFor entries from the PeopleHomeInstantMessengers table. |
| PeopleHomePhones | Retrieves a home phone number. |
| PeopleHomePhonesUsageUsedFor | Reads /usage/usedFor entries from the PeopleHomePhones table. |
| PeopleHomeWebAddresses | Retrieves a collection of home web addresses. |
| PeopleHomeWebAddressesUsageUsedFor | Reads /usage/usedFor entries from the PeopleHomeWebAddresses table. |
| PeopleLegalName | Retrieves the legal name instance. |
| PeoplePersonalInformation | Retrieves a collection of personal information. |
| PeoplePhotos | Retrieves a collection of personal photos. |
| PeoplePreferredName | Retrieves the preferred name instance. |
| PeoplePublicContactInformation | Retrieves a person's public contact information. |
| PeopleWorkAddresses | Retrieves a work address. |
| PeopleWorkAddressesUsageUsedFor | Reads /usage/usedFor entries from the PeopleWorkAddresses table. |
| PeopleWorkEmails | Retrieves a collection of work email addresses. |
| PeopleWorkEmailsUsageUsedFor | Reads /usage/usedFor entries from the PeopleWorkEmails table. |
| PeopleWorkInstantMessengers | Retrieves a collection of work instant messenger accounts usernames. |
| PeopleWorkInstantMessengersUsageUsedFor | Reads /usage/usedFor entries from the PeopleWorkInstantMessengers table. |
| PeopleWorkPhones | Retrieves a collection of work phone numbers. |
| PeopleWorkPhonesUsageUsedFor | Reads /usage/usedFor entries from the PeopleWorkPhones table. |
| PeopleWorkWebAddresses | Retrieves a work web address. |
| PeopleWorkWebAddressesUsageUsedFor | Reads /usage/usedFor entries from the PeopleWorkWebAddresses table. |
| PersonalInformationCountryAllowedCountryValues | Usage information for the operation PersonalInformationCountryAllowedCountryValues.rsd. |
| PersonalInformationCountryPopulatedCountryValues | Usage information for the operation PersonalInformationCountryPopulatedCountryValues.rsd. |
| ProgramsOfStudy | Retrieves the program of study with the specified ID. |
| ProgramsOfStudyEducationalCredentials | Reads /educationalCredentials entries from the ProgramsOfStudy table. |
| ProjectPlanProjectPhasesValues | Usage information for the operation ProjectPlanProjectPhasesValues.rsd. |
| ProjectPlanProjectPlanPhasesValues | Usage information for the operation ProjectPlanProjectPlanPhasesValues.rsd. |
| ProjectPlanProjectPlanTasksValues | Usage information for the operation ProjectPlanProjectPlanTasksValues.rsd. |
| ProjectPlanProjectTasksValues | Usage information for the operation ProjectPlanProjectTasksValues.rsd. |
| PurchaseOrders | Retrieves a purchase order. |
| PurchaseOrdersBillToAddress | Reads /billToAddress entries from the PurchaseOrders table. |
| PurchaseOrdersGoodsLines | Reads /goodsLines entries from the PurchaseOrders table. |
| PurchaseOrdersProjectBasedServiceLines | Reads /projectBasedServiceLines entries from the PurchaseOrders table. |
| PurchaseOrdersServiceLines | Reads /serviceLines entries from the PurchaseOrders table. |
| PurchaseOrdersTaxCodes | Reads /taxCodes entries from the PurchaseOrders table. |
| RelatesToRelatesToValues | Usage information for the operation RelatesToRelatesToValues.rsd. |
| RequestsQuestionnaireResponsesSurveyTarget | Reads /questionnaireResponses/surveyTarget entries from the Requests table. |
| RequestTypes | Retrieves a collection of request types. |
| RequestTypesAllowedRequestResolutions | Reads /allowedRequestResolutions entries from the RequestTypes table. |
| RequisitionsGroupCommodityCodesValues | Usage information for the operation RequisitionsGroupCommodityCodesValues.rsd. |
| RequisitionsGroupCompaniesValues | Usage information for the operation RequisitionsGroupCompaniesValues.rsd. |
| RequisitionsGroupCurrenciesValues | Usage information for the operation RequisitionsGroupCurrenciesValues.rsd. |
| RequisitionsGroupDeliverToLocationValues | Usage information for the operation RequisitionsGroupDeliverToLocationValues.rsd. |
| RequisitionsGroupInventorySiteValues | Usage information for the operation RequisitionsGroupInventorySiteValues.rsd. |
| RequisitionsGroupLineCompanyValues | Usage information for the operation RequisitionsGroupLineCompanyValues.rsd. |
| RequisitionsGroupOrderFromConnectionValues | Usage information for the operation RequisitionsGroupOrderFromConnectionValues.rsd. |
| RequisitionsGroupParLocationValues | Usage information for the operation RequisitionsGroupParLocationValues.rsd. |
| RequisitionsGroupRequestersValues | Usage information for the operation RequisitionsGroupRequestersValues.rsd. |
| RequisitionsGroupRequestingEntityValues | Usage information for the operation RequisitionsGroupRequestingEntityValues.rsd. |
| RequisitionsGroupRequisitionTypesValues | Usage information for the operation RequisitionsGroupRequisitionTypesValues.rsd. |
| RequisitionsGroupResolvedWorktagsValues | Usage information for the operation RequisitionsGroupResolvedWorktagsValues.rsd. |
| RequisitionsGroupResourceProviderValues | Usage information for the operation RequisitionsGroupResourceProviderValues.rsd. |
| RequisitionsGroupShipToAddressValues | Usage information for the operation RequisitionsGroupShipToAddressValues.rsd. |
| RequisitionsGroupSourcingBuyerValues | Usage information for the operation RequisitionsGroupSourcingBuyerValues.rsd. |
| RequisitionsGroupSpendCategoryValues | Usage information for the operation RequisitionsGroupSpendCategoryValues.rsd. |
| RequisitionsGroupSupplierContractValues | Usage information for the operation RequisitionsGroupSupplierContractValues.rsd. |
| RequisitionsGroupUnitOfMeasureValues | Usage information for the operation RequisitionsGroupUnitOfMeasureValues.rsd. |
| RequisitionsGroupWorktagsValues | Usage information for the operation RequisitionsGroupWorktagsValues.rsd. |
| RequisitionsPurchaseOrders | Reads /purchaseOrders entries from the Requisitions table. |
| RequisitionsRelatedPurchaseOrders | Retrieves a related purchase order for the specified requisition. |
| RequisitionTemplates | Retrieves the goods and service line details of a requisition template. |
| RequisitionTemplatesCompanies | Reads /companies entries from the RequisitionTemplates table. |
| RequisitionTemplatesGoodsLines | Reads /goodsLines entries from the RequisitionTemplates table. |
| RequisitionTemplatesLocations | Reads /locations entries from the RequisitionTemplates table. |
| RequisitionTemplatesServiceLines | Reads /serviceLines entries from the RequisitionTemplates table. |
| RequisitionTemplatesTypes | Reads /types entries from the RequisitionTemplates table. |
| RequisitionTemplatesWorktags | Reads /worktags entries from the RequisitionTemplates table. |
| ResourceForecastLines | Retrieves a single resource forecast line instance. |
| ResourcePlanBookingStatusValues | Usage information for the operation ResourcePlanBookingStatusValues.rsd. |
| ResourcePlanCostRateCurrenciesValues | Usage information for the operation ResourcePlanCostRateCurrenciesValues.rsd. |
| ResourcePlanLinesPendingWorkers | Reads /pendingWorkers entries from the ResourcePlanLines table. |
| ResourcePlanLinesProjectResources | Reads /projectResources entries from the ResourcePlanLines table. |
| ResourcePlanRequirementCategoriesValues | Usage information for the operation ResourcePlanRequirementCategoriesValues.rsd. |
| ResourcePlanRequirementsValues | Usage information for the operation ResourcePlanRequirementsValues.rsd. |
| ResourcePlanResourceTypesValues | Usage information for the operation ResourcePlanResourceTypesValues.rsd. |
| ResourcePlanRoleCategoriesValues | Usage information for the operation ResourcePlanRoleCategoriesValues.rsd. |
| ResourcePlanRolesValues | Usage information for the operation ResourcePlanRolesValues.rsd. |
| ResourcePlanUnnamedResourcesValues | Usage information for the operation ResourcePlanUnnamedResourcesValues.rsd. |
| ResourcePlanWorkerGroupsValues | Usage information for the operation ResourcePlanWorkerGroupsValues.rsd. |
| ResourcePlanWorkersValues | Usage information for the operation ResourcePlanWorkersValues.rsd. |
| ResourcePlanWorkerToReplaceUnnamedResourcesValues | Usage information for the operation ResourcePlanWorkerToReplaceUnnamedResourcesValues.rsd. |
| SendBackToValues | Usage information for the operation SendBackToValues.rsd. |
| Students | Retrieves a collection of students. |
| StudentsApplyHoldEvents | Retrieves a collection of Apply Student Hold Events. |
| StudentsApplyHoldEventsTypeContext | Reads /typeContext entries from the StudentsApplyHoldEvents table. |
| StudentsHolds | DEPRECATED. Retrieves a collection of student holds assigned to the specified student ID. |
| StudentsHoldsOverrideEventHoldTypes | Reads /overrideEvent/holdTypes entries from the StudentsHolds table. |
| StudentsHoldsTypeContexts | Reads /typeContexts entries from the StudentsHolds table. |
| StudentsImmigrationEvents | Retrieves a collection of immigration events. |
| StudentsImmigrationEventsDependentImmigrationData | Reads /dependentImmigrationData entries from the StudentsImmigrationEvents table. |
| StudentsPrimaryStudentRecord | Reads /primaryStudentRecord entries from the Students table. |
| StudentsResidencies | Retrieves a collection of residence information for the specified student ID. |
| StudentsResidenciesDocuments | Reads /documents entries from the StudentsResidencies table. |
| StudentsResidenciesEvents | Reads /events entries from the StudentsResidencies table. |
| StudentsResidenciesInstitutionalAcademicUnits | Reads /institutionalAcademicUnits entries from the StudentsResidencies table. |
| SupervisoryOrganizations | Retrieves a collection of supervisory organizations. |
| SupervisoryOrganizationsMembers | Retrieves a single member instance. |
| SupervisoryOrganizationsOrgChart | Retrieves information about an organization chart of the specified supervisory organization id. |
| SupervisoryOrganizationsOrgChartSubordinates | Reads /subordinates entries from the SupervisoryOrganizationsOrgChart table. |
| SupervisoryOrganizationsOrgChartSuperiorManagers | Reads /superior/managers entries from the SupervisoryOrganizationsOrgChart table. |
| SupervisoryOrganizationsWorkers | Retrieves a worker instance for a specific supervisory organization. |
| SupplierContracts | Retrieves all supplier contracts. |
| SupplierContractsCatalogs | Reads /catalogs entries from the SupplierContracts table. |
| SupplierContractsChargeControls | Reads /chargeControls entries from the SupplierContracts table. |
| SupplierContractsMultiParticipants | Reads /multiParticipants entries from the SupplierContracts table. |
| SupplierContractsMultiSuppliers | Reads /multiSuppliers entries from the SupplierContracts table. |
| SupplierContractsServiceLines | Reads /serviceLines entries from the SupplierContracts table. |
| SupplierInvoiceRequestsLines | Retrieves a collection of supplier invoice lines. |
| SupplierInvoiceRequestsLinesItemIdentifiers | Reads /itemIdentifiers entries from the SupplierInvoiceRequestsLines table. |
| SupplierInvoiceRequestsLinesItemTags | Reads /itemTags entries from the SupplierInvoiceRequestsLines table. |
| SupplierInvoiceRequestsLinesSplits | Reads /splits entries from the SupplierInvoiceRequestsLines table. |
| SupplierInvoiceRequestsLinesWorktags | Reads /worktags entries from the SupplierInvoiceRequestsLines table. |
| SystemMetricsOverview | Retrieves system metrics with the specified ID, including queued tasks, running tasks, and active user sessions. |
| TaxRatesGroupCompanyInstancesValues | Usage information for the operation TaxRatesGroupCompanyInstancesValues.rsd. |
| TaxRatesGroupStateInstancesValues | Usage information for the operation TaxRatesGroupStateInstancesValues.rsd. |
| TimeOffStatusValues | Usage information for the operation TimeOffStatusValues.rsd. |
| TimeTypesDefaultTimeEntryCodeValues | Usage information for the operation TimeTypesDefaultTimeEntryCodeValues.rsd. |
| TimeTypesProjectPlanTasksValues | Usage information for the operation TimeTypesProjectPlanTasksValues.rsd. |
| TimeTypesProjectsValues | Usage information for the operation TimeTypesProjectsValues.rsd. |
| TimeTypesTimeEntryCodesValues | Usage information for the operation TimeTypesTimeEntryCodesValues.rsd. |
| TimeValidations | Retrieves a collection of time entry validations. |
| TimeValuesOutReasonValues | Usage information for the operation TimeValuesOutReasonValues.rsd. |
| TimeValuesWorkerTimeZoneValues | Usage information for the operation TimeValuesWorkerTimeZoneValues.rsd. |
| Workers | Retrieves a collection of workers and current staffing information. |
| WorkersAdditionalJobs | Reads /additionalJobs entries from the Workers table. |
| WorkersAnytimeFeedbackEventsBusinessProcessParametersComments | Reads /businessProcessParameters/comments entries from the WorkersAnytimeFeedbackEvents table. |
| WorkersAnytimeFeedbackEventsRelatedFeedbackEvents | Reads /relatedFeedbackEvents entries from the WorkersAnytimeFeedbackEvents table. |
| WorkersDevelopmentItemsCategory | Reads /category entries from the WorkersDevelopmentItems table. |
| WorkersDevelopmentItemsRelatesTo | Reads /relatesTo entries from the WorkersDevelopmentItems table. |
| WorkersDevelopmentItemsSkills | Reads /skills entries from the WorkersDevelopmentItems table. |
| WorkersDirectReports | Retrieves a collection of direct reports for a specific worker. |
| WorkersEligibleAbsenceTypes | Retrieves a collection of eligible absence types for the specified worker. |
| WorkersEligibleAbsenceTypesAbsenceReasons | Reads /absenceReasons entries from the WorkersEligibleAbsenceTypes table. |
| WorkersEligibleAbsenceTypesAdditionalFields | Reads /additionalFields entries from the WorkersEligibleAbsenceTypes table. |
| WorkersEligibleAbsenceTypesPosition | Reads /position entries from the WorkersEligibleAbsenceTypes table. |
| WorkersGoals | Retrieves a collection of goals for a specific worker. |
| WorkersGoalsActivityStreamableItem | Reads /activityStreamableItem entries from the WorkersGoals table. |
| WorkersGoalsAssociatedReviews | Reads /associatedReviews entries from the WorkersGoals table. |
| WorkersGoalsCategory | Reads /category entries from the WorkersGoals table. |
| WorkersGoalsRelatesTo | Reads /relatesTo entries from the WorkersGoals table. |
| WorkersHistory | Retrieves a collection of history items for a specific worker. |
| WorkersInboxTasks | Retrieves a collection of inbox tasks for a specific worker. |
| WorkersLeavesOfAbsence | Retrieves the leave of absence for the specified worker. |
| WorkersOrganizations | Retrieves an organization instance for a specific worker. |
| WorkersPaySlips | Retrieves a collection of pay slips for a specific worker. |
| WorkersPeriod | Retrieves a period from the period schedule the worker is eligible for. |
| WorkersRequestedFeedbackOnSelfEventsBusinessProcessParametersComments | Reads /businessProcessParameters/comments entries from the WorkersRequestedFeedbackOnSelfEvents table. |
| WorkersRequestedFeedbackOnWorkerEventsBusinessProcessParametersComments | Reads /businessProcessParameters/comments entries from the WorkersRequestedFeedbackOnWorkerEvents table. |
| WorkersServiceDates | Retrieves a single service date information instance. |
| WorkersSupervisoryOrganizationsManaged | Retrieves a collection of supervisory organizations managed by a specific worker. |
| WorkersTimeOffDetails | Retrieves a collection of time off details for the specified worker. |
| WorkersTimeOffEntries | Retrieves a time off entry for a specific worker. |
| WorkersTimeOffPlans | Retrieves a particular time off plan for a specific worker. |
| WorkersTimeTotals | Retrieves a summary of reported hours for a worker over a period. |
| WorkersToNotifyWorkersToNotifyValues | Usage information for the operation WorkersToNotifyWorkersToNotifyValues.rsd. |
| WorkersValidTimeOffDates | Retrieves the valid time off dates for the specified worker. |
| WorkerTimeBlocks | Retrieves a worker time block. |
| WorkerTimeBlocksCalculatedTimeDetails | Reads /calculatedTimeDetails entries from the WorkerTimeBlocks table. |
Retrieves a collection of academic calendars.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| NonInstructionalDaysCalendar_Descriptor | String | A preview of the instance |
| NonInstructionalDaysCalendar_Id | String | Id of the instance |
Retrieves the academic year associated with an academic calendar with the specified ID.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AcademicCalendars_Id [KEY] | String | The Workday ID of the AcademicCalendars that owns this. |
| Descriptor | String | A preview of the instance |
| EndDate | Datetime | The End Date for this Date Range. |
| StartDate | Datetime | The Start Date for this Date Range. |
Reads /periodTypes entries from the AcademicCalendars table.
| Name | Type | Description |
| Id [KEY] | String | The Workday ID of the Academic Period Type. |
| AcademicCalendars_Id [KEY] | String | The Workday ID of the AcademicCalendars that contains this. |
| Descriptor | String | A preview of the instance |
| Standard | Bool | If true, the period order is standard. |
Retrieves the academic level with the specified ID.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
Retrieves the academic period with the specified ID.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AcademicCalendar_Descriptor | String | A description of the instance |
| AcademicCalendar_Href | String | A link to the instance |
| AcademicCalendar_Id | String | wid / id / reference id |
| AcademicYear_Descriptor | String | A preview of the instance |
| AcademicYear_EndDate | Datetime | The End Date for this Date Range. |
| AcademicYear_Id | String | Id of the instance |
| AcademicYear_StartDate | Datetime | The Start Date for this Date Range. |
| Descriptor | String | A preview of the instance |
| EndDate | Datetime | The End Date of the Academic Period. |
| PeriodType_Descriptor | String | A description of the instance |
| PeriodType_Href | String | A link to the instance |
| PeriodType_Id | String | wid / id / reference id |
| Standard | Bool | If true, this is a Standard Academic Period of the Academic Calendar. |
| StandardEndDate | Datetime | Returns the Standard End Date of this Academic Period if it is a standard period for an Academic Calendar. |
| StandardStartDate | Datetime | The Standard Start Date of this Academic Period if it is a standard period for an Academic Calendar. |
| StartDate | Datetime | The Start Date of the Academic Period. |
| WeeksOfInstruction | Decimal | The number of Weeks of Instruction for this Academic Period. |
| AcademicCalendar_Prompt | String | The Workday ID of the academic calendar for the academic period. You can use a return id from GET /academicCalendars |
| AcademicYear_Prompt | String | The Workday ID of the academic year for the academic period. You can use a return id from GET /academicCalendars/{ID}/academicYears |
| FromDate_Prompt | Date | Filter academic periods by their start date using yyyy-mm-dd format. If used without toDate, returns all academic periods with start date on or after fromDate. If used with toDate, returns all academic periods whose start and/or end dates are within the inclusive date range specified by fromDate and toDate. |
| ToDate_Prompt | Date | Filter academic periods by their end date using yyyy-mm-dd format. If used without fromDate, returns all academic periods with end date on or before toDate. If used with fromDate, returns all academic periods whose start and/or end dates are within the inclusive date range specified by fromDate and toDate. |
Reads /periodUsages entries from the AcademicPeriods table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AcademicPeriods_Id [KEY] | String | The Workday ID of the AcademicPeriods that contains this. |
| Descriptor | String | A preview of the instance |
| AcademicCalendar_Prompt | String | The Workday ID of the academic calendar for the academic period. You can use a return id from GET /academicCalendars |
| AcademicYear_Prompt | String | The Workday ID of the academic year for the academic period. You can use a return id from GET /academicCalendars/{ID}/academicYears |
| FromDate_Prompt | Date | Filter academic periods by their start date using yyyy-mm-dd format. If used without toDate, returns all academic periods with start date on or after fromDate. If used with toDate, returns all academic periods whose start and/or end dates are within the inclusive date range specified by fromDate and toDate. |
| ToDate_Prompt | Date | Filter academic periods by their end date using yyyy-mm-dd format. If used without fromDate, returns all academic periods with end date on or before toDate. If used with fromDate, returns all academic periods whose start and/or end dates are within the inclusive date range specified by fromDate and toDate. |
Reads /periodWeights entries from the AcademicPeriods table.
| Name | Type | Description |
| AcademicPeriods_Id [KEY] | String | The Workday ID of the AcademicPeriods that contains this. |
| Descriptor | String | A preview of the instance |
| AcademicCalendar_Prompt | String | The Workday ID of the academic calendar for the academic period. You can use a return id from GET /academicCalendars |
| AcademicYear_Prompt | String | The Workday ID of the academic year for the academic period. You can use a return id from GET /academicCalendars/{ID}/academicYears |
| FromDate_Prompt | Date | Filter academic periods by their start date using yyyy-mm-dd format. If used without toDate, returns all academic periods with start date on or after fromDate. If used with toDate, returns all academic periods whose start and/or end dates are within the inclusive date range specified by fromDate and toDate. |
| ToDate_Prompt | Date | Filter academic periods by their end date using yyyy-mm-dd format. If used without fromDate, returns all academic periods with end date on or before toDate. If used with fromDate, returns all academic periods whose start and/or end dates are within the inclusive date range specified by fromDate and toDate. |
Retrieves the Academic Unit with the specified ID.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CipCode_Descriptor | String | A description of the instance |
| CipCode_Href | String | A link to the instance |
| CipCode_Id | String | wid / id / reference id |
| Code | String | The code for the Academic Unit, as of the effective date. |
| Company_Descriptor | String | A description of the instance |
| Company_Href | String | A link to the instance |
| Company_Id | String | wid / id / reference id |
| ExternalURL_Descriptor | String | A description of the instance |
| ExternalURL_Href | String | A link to the instance |
| ExternalURL_Id | String | wid / id / reference id |
| Inactive | Bool | If true, the Academic Unit is inactive, as of the effective date. |
| Institution | Bool | If true, the Academic Unit is designated as an institution, as of the effective date. |
| Name | String | The name of the Academic Unit, as of the effective date. |
| Subtype_Descriptor | String | A description of the instance |
| Subtype_Href | String | A link to the instance |
| Subtype_Id | String | wid / id / reference id |
| Superior_Id | String | Id of the instance |
| Superior_Inactive | Bool | If true, the Academic Unit is inactive, as of the effective date. |
| Superior_Institution | Bool | If true, the Academic Unit is designated as an institution, as of the effective date. |
| Superior_Name | String | The name of the Academic Unit, as of the effective date. |
| EffectiveDate_Prompt | Date | The effective date of the Academic Unit, using the yyyy-mm-dd format. The default is the current date. |
| Inactive_Prompt | Bool | If true, this method retrieves Academic Units that are inactive as of the effective date. The default is false. |
| Institution_Prompt | Bool | If true, this method retrieves Academic Units that are designated as institutions as of the effective date. The default is false. |
| Superior_Prompt | String | The Workday ID of the immediate superior of the Academic Units, as of the effective date. You can use a returned id from GET /academicUnits. |
Reads /levels entries from the AcademicUnits table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AcademicUnits_Id [KEY] | String | The Workday ID of the AcademicUnits that contains this. |
| Descriptor | String | A preview of the instance |
| EffectiveDate_Prompt | Date | The effective date of the Academic Unit, using the yyyy-mm-dd format. The default is the current date. |
| Inactive_Prompt | Bool | If true, this method retrieves Academic Units that are inactive as of the effective date. The default is false. |
| Institution_Prompt | Bool | If true, this method retrieves Academic Units that are designated as institutions as of the effective date. The default is false. |
| Superior_Prompt | String | The Workday ID of the immediate superior of the Academic Units, as of the effective date. You can use a returned id from GET /academicUnits. |
Reads /subordinates entries from the AcademicUnits table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AcademicUnits_Id [KEY] | String | The Workday ID of the AcademicUnits that contains this. |
| Inactive | Bool | If true, the Academic Unit is inactive, as of the effective date. |
| Institution | Bool | If true, the Academic Unit is designated as an institution, as of the effective date. |
| Name | String | The name of the Academic Unit, as of the effective date. |
| EffectiveDate_Prompt | Date | The effective date of the Academic Unit, using the yyyy-mm-dd format. The default is the current date. |
| Inactive_Prompt | Bool | If true, this method retrieves Academic Units that are inactive as of the effective date. The default is false. |
| Institution_Prompt | Bool | If true, this method retrieves Academic Units that are designated as institutions as of the effective date. The default is false. |
| Superior_Prompt | String | The Workday ID of the immediate superior of the Academic Units, as of the effective date. You can use a returned id from GET /academicUnits. |
Usage information for the operation ActiveTasks.rsd.
| Name | Type | Description |
| Account_Descriptor | String | A description of the instance |
| Account_Href | String | A link to the instance |
| Account_Id | String | wid / id / reference id |
| BytesAllocated | Decimal | The memory allocated for task in mebibytes (MiB). |
| CpuTimeMillis | Decimal | The time spend by the CPU to process the task. |
| InstancesAccessed | Decimal | The count of all the instances traversed to process the task. |
| Origin | String | Returns the service that launched the task. |
| QueueMillis | Decimal | The duration of time the task has been waiting in the queue. |
| QueueName | String | The name of the queue currently processing the task. |
| QueuedSubtaskCount | Decimal | The count of queued self and child processes executed within this sample. |
| RunningSubtaskCount | Decimal | The count of running self and child processes executed within this sample. |
| StartTime | Datetime | Start time of the task. |
| Status | String | Indicates the status the task is currently in as either queued or running. |
| TaskDurationMillis | Decimal | The duration of time the task has been both queued and running. |
| Task_Descriptor | String | A description of the instance |
| Task_Href | String | A link to the instance |
| Task_Id | String | wid / id / reference id |
Retrieves a collection of active user sessions.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AuthenticationType_Descriptor | String | A description of the instance |
| AuthenticationType_Href | String | A link to the instance |
| AuthenticationType_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| DeviceType_Descriptor | String | A description of the instance |
| DeviceType_Href | String | A link to the instance |
| DeviceType_Id | String | wid / id / reference id |
| ElapsedMinutes | Decimal | Elapsed signon time in minutes or elapsed time from the signon start if session is still active. |
| Role_Descriptor | String | A description of the instance |
| Role_Href | String | A link to the instance |
| Role_Id | String | wid / id / reference id |
| SignonTime | Datetime | The time that the user's session started. |
| SystemAccount_Descriptor | String | A description of the instance |
| SystemAccount_Href | String | A link to the instance |
| SystemAccount_Id | String | wid / id / reference id |
Retrieves a collection of user activity log entries in a specified time frame.
| Name | Type | Description |
| ActivityAction | String | The type of action that was executed. |
| DeviceType | String | The device type from the user signon used to make the request. |
| IpAddress | String | The user's IP Address from the user signon used to make the request. |
| RequestTime | Datetime | The request time of the action. |
| SessionId | String | The system ID for tracking signons from the user signon used to make the request. |
| SystemAccount | String | The system account that initiated the request. |
| Target_Descriptor | String | A description of the instance |
| Target_Href | String | A link to the instance |
| Target_Id | String | wid / id / reference id |
| TaskDisplayName | String | The action executed in the transaction. |
| TaskId | String | The Workday ID of the task executed in the transaction. |
| UserActivityEntryCount | Decimal | Returns the User Activity Count for the inputted filter parameters |
| UserAgent | String | The client browser and operating system information from the user signon used to make this request. |
| From_Prompt | Date | (Required) The date and time of the earliest log entry. The default timezone is UTC/GMT. The time format is "{yyyy}-{mm}-{dd}T{hh}:{mm}:{ss}Z". Example: "2021-05-18T13:45:14Z" indicates May 18, 2021, 1:45PM UTC. |
| InstancesReturned_Prompt | Long | This number multiplied by 10,000 determines the total number of requested user activity instances. Example: A value of 5 requests a maximum of 50,000 instances. The default and maximum values are 25. By default, the method requests the maximum 250,000 instances. To fine-tune the performance, set this parameter to a lower number. While the instancesReturned parameter controls the total number of requested instances, the limit parameter controls the number of returned instances in a paginated response. |
| ReturnUserActivityEntryCount_Prompt | Bool | If true, returns only the total count of user activity instances for the specified parameters. |
| SystemAccount_Prompt | String | |
| TaskId_Prompt | String | |
| To_Prompt | Date | (Required) The date and time of the latest log entry. The default timezone is UTC/GMT. The time format is "{yyyy}-{mm}-{dd}T{hh}:{mm}:{ss}Z". Example: "2021-05-18T13:45:14Z" indicates May 18, 2021, 1:45PM UTC. |
Reads /worktags entries from the AdHocProjectTimeTransactions table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AdHocProjectTimeTransactions_Id [KEY] | String | The Workday ID of the AdHocProjectTimeTransactions that contains this. |
| Descriptor | String | A preview of the instance |
| ProjectOrProjectHierarchy_Prompt | String | The Workday ID or reference ID of a project or project hierarchy. You can use a returned project id or primaryHierarchy {id} from GET /projects. |
Retrieves a list of article version statuses for all articles.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
Retrieve an article version and the plain text content for the article version.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Category_Descriptor | String | A description of the instance |
| Category_Href | String | A link to the instance |
| Category_Id | String | wid / id / reference id |
| Content | String | The content of the article version displayed in plain text. |
| CreatedDate | Datetime | The created date of the article version. |
| Language_Descriptor | String | A description of the instance |
| Language_Href | String | A link to the instance |
| Language_Id | String | wid / id / reference id |
| LastUpdatedDate | Datetime | The data that the article was last updated. |
| LatestPublishedVersionViewURL | String | Returns a URL that links to the latest article version in Workday. This field only returns a value if the article is published. |
| Location_Descriptor | String | A description of the instance |
| Location_Href | String | A link to the instance |
| Location_Id | String | wid / id / reference id |
| ParentArticle_Descriptor | String | A description of the instance |
| ParentArticle_Href | String | A link to the instance |
| ParentArticle_Id | String | wid / id / reference id |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| Title | String | The title of the article version. |
| Version | Decimal | The version number of the article. |
| ViewLink | String | Returns a URL that links to the article version in Workday. This field only returns a value if the article is published. |
| Audience_Prompt | String | The audience of the article version. |
| Status_Prompt | String | The status of the article version. |
Reads /audience entries from the ArticleVersions table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| ArticleVersions_Id [KEY] | String | The Workday ID of the ArticleVersions that contains this. |
| Descriptor | String | A preview of the instance |
| Audience_Prompt | String | The audience of the article version. |
| Status_Prompt | String | The status of the article version. |
Reads /createdByWorker entries from the ArticleVersions table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| ArticleVersions_Id [KEY] | String | The Workday ID of the ArticleVersions that contains this. |
| Descriptor | String | A preview of the instance |
| Audience_Prompt | String | The audience of the article version. |
| Status_Prompt | String | The status of the article version. |
Reads /lastUpdatedByWorker entries from the ArticleVersions table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| ArticleVersions_Id [KEY] | String | The Workday ID of the ArticleVersions that contains this. |
| Descriptor | String | A preview of the instance |
| Audience_Prompt | String | The audience of the article version. |
| Status_Prompt | String | The status of the article version. |
Reads /tags entries from the ArticleVersions table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| ArticleVersions_Id [KEY] | String | The Workday ID of the ArticleVersions that contains this. |
| Descriptor | String | A preview of the instance |
| Audience_Prompt | String | The audience of the article version. |
| Status_Prompt | String | The status of the article version. |
No description available.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Alias | String | Supported for: SELECT. Returns the alias of this application attribute. |
| Description | String | Supported for: SELECT. Returns the description of this application attribute. |
| Descriptor | String | Supported for: SELECT. A preview of the instance |
| Name | String | Supported for: SELECT. Returns name of this application attribute. |
| Required | Bool | Supported for: SELECT. Returns whether this application attribute is required or not. |
| Type_Descriptor | String | Supported for: SELECT. A preview of the instance |
| Type_Id | String | Supported for: SELECT. Id of the instance |
No description available.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | Supported for: SELECT. A description of the instance |
| CollectionToken | String | Supported for: SELECT. Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Reads /values entries from the Attribute table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Attribute_Id [KEY] | String | The Workday ID of the Attribute that contains this. |
| BooleanValue | Bool | Supported for: SELECT. Returns a boolean attribute value if it is allowed for the current environment. |
| Descriptor | String | Supported for: SELECT. A preview of the instance |
| NumericValue | Decimal | Supported for: SELECT. Returns a numeric attribute value if it is allowed for the current environment. |
| RestrictToEnvironments_Aggregate | String | Supported for: SELECT. A JSON aggregate. Returns the environments that are able to view this Application Attribute Value. |
| StringValue | String | Supported for: SELECT. Returns a string attribute value if it is allowed for the current environment. |
(End of Life Date: 2023-03-11 ) Retrieves an audit log instance.
| Name | Type | Description |
| ActivityAction | String | Supported for: SELECT. The type of action that was executed. |
| DeviceType | String | Supported for: SELECT. The device type from the user signon used to make the request. |
| IpAddress | String | Supported for: SELECT. The user's IP Address from the user signon used to make the request. |
| RequestTime | Datetime | Supported for: SELECT. The request time of the action. |
| SessionId | String | Supported for: SELECT. The system ID for tracking signons from the user signon used to make the request. |
| SystemAccount | String | Supported for: SELECT. The system account that initiated the request. |
| Target_Descriptor | String | Supported for: SELECT. A description of the instance |
| Target_Href | String | Supported for: SELECT. A link to the instance |
| Target_Id | String | Supported for: SELECT. wid / id / reference id |
| TaskDisplayName | String | Supported for: SELECT. The action executed in the transaction. |
| TaskId | String | Supported for: SELECT. The Workday ID of the task executed in the transaction. |
| UserActivityEntryCount | Decimal | Supported for: SELECT. Returns the User Activity Count for the inputted filter parameters |
| UserAgent | String | Supported for: SELECT. The client browser and operating system information from the user signon used to make this request. |
| From_Prompt | Date | No description available. |
| InstancesReturned_Prompt | Long | No description available. |
| ReturnUserActivityEntryCount_Prompt | Bool | No description available. |
| SystemAccount_Prompt | String | No description available. |
| TaskId_Prompt | String | No description available. |
| To_Prompt | Date | No description available. |
Retrieves the specified balance of all absence plan and leave of absence types.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | Description |
| AbsencePlan_AbsenceTable_Aggregate | String | Returns the Absence Table for the Absence Balance. |
| AbsencePlan_Descriptor | String | Descriptor for Absence Container based on Calendar Display Option |
| AbsencePlan_Id | String | ID for Absence Container. |
| AbsencePlan_Timeoffs | String | The Time Off name for which the balance is returned. |
| Category_Descriptor | String | A description of the instance |
| Category_Href | String | A link to the instance |
| Category_Id | String | wid / id / reference id |
| DateOfFirstAbsence | Datetime | The first day of leave for the corresponding leave type for which the balance is returned. |
| EffectiveDate | Datetime | The date for which the balance is returned. |
| Position_Descriptor | String | A preview of the instance |
| Position_Id | String | Id of the instance |
| Quantity | Decimal | The balance for the time off, absence table or leave type. |
| Unit_Descriptor | String | A description of the instance |
| Unit_Href | String | A link to the instance |
| Unit_Id | String | wid / id / reference id |
| Worker_Descriptor | String | A description of the instance |
| Worker_Href | String | A link to the instance |
| Worker_Id | String | wid / id / reference id |
| Category_Prompt | String | The Workday ID of the Time Off, Leave Type, or Absence Table. |
| Effective_Prompt | Date | Absence balances as of the specified date using the yyyy-mm-dd format. |
| Worker_Prompt | String | The Workday ID of the worker for which balances are returned. |
Retrieves a collection of billing rate applications for the specified billable transaction.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| BillableTransactions_Id [KEY] | String | The Workday ID of the BillableTransactions that owns this. |
| AmountToBill_Currency | String | The total amount in the base currency of the billing schedule applied to the billing rate rule break of the billable transaction the billing rate application is for. |
| AmountToBill_Value | Decimal | The total amount in the base currency of the billing schedule applied to the billing rate rule break of the billable transaction the billing rate application is for. |
| ApplicationOrder | Decimal | The order of application for the billing rate. |
| BillingRateRuleType | String | The type of rate rule for the billing rate application. |
| Descriptor | String | A preview of the instance |
| QuantityToBill | Decimal | The units applied to the billing rate rule break on this transaction. |
| RateAdjustmentAmount_Currency | String | The total rate adjustment amount for the billable transaction. |
| RateAdjustmentAmount_Value | Decimal | The total rate adjustment amount for the billable transaction. |
| RateEndingAmount_Currency | String | The ending rate amount, after adjustment for the billable transaction. |
| RateEndingAmount_Value | Decimal | The ending rate amount, after adjustment for the billable transaction. |
| RateStartingAmount_Currency | String | The starting rate amount, before adjustment for the billable transaction. |
| RateStartingAmount_Value | Decimal | The starting rate amount, before adjustment for the billable transaction. |
| ReasonForChange | String | The purpose for the change for this billing rate. |
| RuleName | String | The billing rate rule name for the billing rate transaction. |
| BillingStatus_Prompt | String | Filters the billable transactions by status. Specify the Workday ID of the status. You can specify multiple status query parameters. |
| Customer_Prompt | String | The Workday ID of the customer associated with the project for the billable transaction. To get a valid ID, you can call GET /customers in the Customer Accounts REST service. |
| FromDate_Prompt | Date | Filters the billable transactions with transaction date on or after the specified date. Use the yyyy-mm-dd format. |
| Phase_Prompt | String | The Workday ID of the project phase associated with the billable transaction for the time entry. To get a valid ID, call GET /planPhases in the Projects REST service. |
| Project_Prompt | String | The Workday ID of the project associated with the billable transactions. To get a valid ID, you can call GET /projects in the Projects REST service. |
| SpendCategory_Prompt | String | The Workday ID of the spend category for the billable transaction associated with the expense report line. |
| Task_Prompt | String | The Workday ID of the project task associated with the billable transaction for the time entry. To get a valid ID, call GET /planTasks in the Projects REST service. |
| TimeCode_Prompt | String | The Workday ID of the time code for the billable transaction associated with the time entry. |
| ToDate_Prompt | Date | Filters the billable transactions with transaction date on or before the specified date. Use the yyyy-mm-dd format. |
| TransactionSource_Prompt | String | Filters the billable transactions by transaction source. Specify the Workday ID of the transaction source. |
| Worker_Prompt | String | The Workday ID of the worker associated with the billable transaction. To get a valid ID, call GET /workers in the Staffing service. |
Retrieves all business process types.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| HelpText | String | The help text for the initiation step of a business process. |
Retrieves attachment categories for a business process type.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| BusinessProcessTypes_Id [KEY] | String | The Workday ID of the BusinessProcessTypes that owns this. |
| Descriptor | String | A preview of the instance |
| ReferenceID | String | The Reference ID to use for lookups within our Workday Web Services. For supervisory organizations, this is also the 'Organization ID' |
| EventTarget_Prompt | String | The Workday ID of the event target that this business process is about. You can use a returned id from an API that returns instances of the event target type. For example, if your event target is a worker, use GET /workers in the Staffing service. |
Retrieves a business title change instance.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CurrentBusinessTitle | String | The business title for the worker prior to this business process. If there is no business title override, this field defaults to the job title or job profile name. |
| Descriptor | String | A preview of the instance |
| Due | Datetime | The date the business process needs to be completed. |
| Effective | Datetime | The date this business process takes effect. |
| Href | String | A link to the instance |
| Initiated | Datetime | The date and time this business process was initiated. |
| Initiator_Descriptor | String | A description of the instance |
| Initiator_Href | String | A link to the instance |
| Initiator_Id | String | wid / id / reference id |
| ProposedBusinessTitle | String | The new business title for the worker as of the effective date. If there is no business title override, this field defaults to the job title or job profile name. |
| Subject_Descriptor | String | A description of the instance |
| Subject_Href | String | A link to the instance |
| Subject_Id | String | wid / id / reference id |
Reads /satisfactionSurvey/results/questionnaireResponse/questionAnswerPair entries from the Cases table.
| Name | Type | Description |
| Cases_Id [KEY] | String | The Workday ID of the Cases that contains this. |
| Answer | String | Answer text. |
| Attachments_Aggregate | String | Questionnaire Attachments. |
| Question | String | Question body. |
| Desc_Prompt | Bool | If true, sorts results in descending order. |
| MyCases_Prompt | Bool | Retrieves cases owned by the processing user. |
| OpenCases_Prompt | Bool | Retrieves open cases and cases that were resolved or canceled less than 7 days ago. |
| Sort_Prompt | String | The field to sort results by. The default is creationDate. Note: Currently supports creationDate only. |
Reads /actions entries from the CasesTimeline table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CasesTimeline_Id [KEY] | String | The Workday ID of the CasesTimeline that contains this. |
| Cases_Id [KEY] | String | The Workday ID of the Cases that owns this. |
| Text | String | Case Action Text. |
| Desc_Prompt | Bool | If true, sorts results in descending order. |
| MyCases_Prompt | Bool | Retrieves cases owned by the processing user. |
| OpenCases_Prompt | Bool | Retrieves open cases and cases that were resolved or canceled less than 7 days ago. |
| Sort_Prompt | String | The field to sort results by. The default is creationDate. Note: Currently supports creationDate only. |
Reads /guidance/kbArticle/currentArticleData entries from the CasesTimeline table.
| Name | Type | Description |
| CasesTimeline_Id [KEY] | String | The Workday ID of the CasesTimeline that contains this. |
| Cases_Id [KEY] | String | The Workday ID of the Cases that owns this. |
| Url | String | Static URL to the article view, which will always be resolved to the published version in the users language. |
| Desc_Prompt | Bool | If true, sorts results in descending order. |
| MyCases_Prompt | Bool | Retrieves cases owned by the processing user. |
| OpenCases_Prompt | Bool | Retrieves open cases and cases that were resolved or canceled less than 7 days ago. |
| Sort_Prompt | String | The field to sort results by. The default is creationDate. Note: Currently supports creationDate only. |
Reads /questionnaireResponse/questionAnswerPair entries from the CasesTimeline table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
comment: Text /* Questionnaire attachment comment */
fileName: Text /* File name of the attachment */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
}]
| Name | Type | Description |
| CasesTimeline_Id [KEY] | String | The Workday ID of the CasesTimeline that contains this. |
| Cases_Id [KEY] | String | The Workday ID of the Cases that owns this. |
| Answer | String | Answer text. |
| Attachments_Aggregate | String | Questionnaire Attachments. |
| Question | String | Question body. |
| Desc_Prompt | Bool | If true, sorts results in descending order. |
| MyCases_Prompt | Bool | Retrieves cases owned by the processing user. |
| OpenCases_Prompt | Bool | Retrieves open cases and cases that were resolved or canceled less than 7 days ago. |
| Sort_Prompt | String | The field to sort results by. The default is creationDate. Note: Currently supports creationDate only. |
Retrieves a list of suggestions based on case type.
| Name | Type | Description |
| CaseSuggestionContentId | String | The Workday Id of the Task, Learning Content, Help Article, or website link returned as a Case Suggestion. |
| Description | String | Case Suggestion Description. |
| Name | String | Will display the name of the Task, Knowledge Base Article, Learning Content Suggested or the display name of a Link Suggestion. |
| Order | String | Case Suggestion Display Order. |
| Type_Descriptor | String | A description of the instance |
| Type_Href | String | A link to the instance |
| Type_Id | String | wid / id / reference id |
| Url | String | URL to open Case Suggestion. |
| CaseType_Prompt | String | The Workday ID of the case type to retrieve suggestions for. You can use GET /helpCase/caseTypes/view to retrieve a list of case types and their IDs. |
Retrieves a list of case types that a worker has access to.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Confidential | Bool | Case type confidential flag for REST service. |
| Description | String | Case Type Description. |
| External | Bool | Returns true if the case type is external. |
| HasQuestionnaire | Bool | Boolean value returning true if the Case Type has a questionnaire. |
| Name | String | The name of the case type. |
| Questionnaire_Id | String | Id of the instance |
| Worker_Prompt | String | The worker to use to determine access to case types. |
Reads /externalLink entries from the CaseTypes table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CaseTypes_Id [KEY] | String | The Workday ID of the CaseTypes that contains this. |
| Link | String | Case Type External Link. |
| LinkDescription | String | Case Type External Link. |
| Worker_Prompt | String | The worker to use to determine access to case types. |
Returns a valid OAuth Client Details for OCFR Clients
| Name | Type | Description |
| AuthorizationEndpoint | String | Authorization Endpoint |
| ClientId | String | OAuth 2.0 Client ID |
| GrantType | String | Grant Type |
| TokenEndpoint | String | Token Endpoint |
| WorkdayAPIEndpoint | String | Workday API REST Endpoint |
| Client_name_Prompt | String | Client Name |
Usage information for the operation CommonAudiencesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Usage information for the operation CommonCompaniesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonCountriesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Usage information for the operation CommonCurrenciesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonCustomersValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonGroupsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonHierarchiesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonImportanceRatingsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonOptionalHierarchiesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonOwnersValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonPhoneCountryPhoneCodesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Usage information for the operation CommonPhonePhoneDeviceTypesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Usage information for the operation CommonPrioritiesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonProjectDependenciesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonProjectStatesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonProjectsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonRiskLevelsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonStatusesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonSuccessRatingsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonWorktagsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Usage information for the operation CommonWorktagTypesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| WorktagType_Prompt | String |
Retrieves tenant setup configurations related to Help Case Management.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
}]
| Name | Type | Description |
| AllowResolvedCasesToBeReopened | Bool | Returns True if Resolved Cases can be Reopened Opt In |
| ConfidentialCasesMessage | String | Confidential Cases Message. |
| CreateCaseInformation_Article_CurrentArticleData_Aggregate | String | Published Article Data versions for this Article. |
| CreateCaseInformation_Article_Descriptor | String | A preview of the instance |
| CreateCaseInformation_Article_Id | String | Id of the instance |
| CreateCaseInformation_CreateCaseCustomText | String | createCaseCustomText |
| DisplayServiceCategories | Bool | |
| FileConfigurations_AllFileTypesSupported | Bool | True if all file attachment types allowed. |
| FileConfigurations_MaxFileSizeInMB | Decimal | Max Attachment Size. |
| FileConfigurations_SupportedFileTypes_Aggregate | String | Returns the allowed file types for a tenant. |
| MaxAttachments | Decimal | Maximum number of attachments that can be added to a case at one time. |
No description available.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Configurations_Id [KEY] | String | The Workday ID of the Configurations that owns this. |
| Alias | String | Supported for: SELECT. Returns the alias of this application attribute. |
| Description | String | Supported for: SELECT. Returns the description of this application attribute. |
| Name | String | Supported for: SELECT. Returns name of this application attribute. |
| Required | Bool | Supported for: SELECT. Returns whether this application attribute is required or not. |
| Type_Descriptor | String | Supported for: SELECT. A preview of the instance |
| Type_Id | String | Supported for: SELECT. Id of the instance |
| Application_Prompt | String | Only used when a Configurations_Id filter is not provided. No description available. |
| Name_Prompt | String | Only used when a Configurations_Id filter is not provided. No description available. |
Reads /value entries from the ConfigurationsAttributeValues table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| ConfigurationsAttributeValues_Id [KEY] | String | The Workday ID of the ConfigurationsAttributeValues that contains this. |
| Configurations_Id [KEY] | String | The Workday ID of the Configurations that owns this. |
| BooleanValue | Bool | Supported for: SELECT. Returns a boolean attribute value if it is allowed for the current environment. |
| Descriptor | String | Supported for: SELECT. A preview of the instance |
| NumericValue | Decimal | Supported for: SELECT. Returns a numeric attribute value if it is allowed for the current environment. |
| StringValue | String | Supported for: SELECT. Returns a string attribute value if it is allowed for the current environment. |
| Application_Prompt | String | Only used when a Configurations_Id filter is not provided. No description available. |
| Name_Prompt | String | Only used when a Configurations_Id filter is not provided. No description available. |
Usage information for the operation ContractComplianceGroupCompaniesOrHierarchiesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Usage information for the operation ContractComplianceGroupContractTypesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Retrieves information about a country.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Alpha2Code | String | The ISO alpha-2 code for a country. |
| Alpha3Code | String | The ISO alpha-3 code for a country. |
| Descriptor | String | A preview of the instance |
| EnabledForAddressLookup | Bool | True if the country is enabled for Address Lookup. |
| Href | String | A link to the instance |
Retrieves the allowed address components and their configuration for the Country and a given Address Configuration Format.
| Name | Type | Description |
| Countries_Id [KEY] | String | The Workday ID of the Countries that owns this. |
| ComponentType_Descriptor | String | A description of the instance |
| ComponentType_Href | String | A link to the instance |
| ComponentType_Id | String | wid / id / reference id |
| Label | String | Country-specific label override for an address component. If no country-specific override exists, the generic component name is used. For example, for the US, the label State overrides the underlying generic component name Region. |
| Order | String | The order in which the address component appears on the address maintenance page. The order of an address component is country-specific. |
| Required | Bool | True if the address component is required for the country. |
| Type | String | |
| WebServiceAlias | String | The custom Web Service Alias defined on an address component. For use with the Recruiting API. |
| AddressConfigurationFormat_Prompt | String | The Address Configuration Format to return values for. |
| CurrentAddress_Prompt | String | The existing address being updated. |
| UseWesternScript_Prompt | Bool | Enables Local Script components for Countries using Local Script in Default Format. |
Retrieves a collection of configuration information about name components.
| Name | Type | Description |
| Countries_Id [KEY] | String | The Workday ID of the Countries that owns this. |
| ComponentType_Descriptor | String | A description of the instance |
| ComponentType_Href | String | A link to the instance |
| ComponentType_Id | String | wid / id / reference id |
| Label | String | The country-specific label override for a name component. If no country-specific override exists, the generic name component name is used. For example, for Russia, the label Patronymic Name overrides the underlying generic component name Secondary. |
| Order | String | The order assigned to the name component on the Maintain Name Components by Country task. The order of a name component is specific to a country. |
| Required | Bool | True if the name component is required for the country. |
| ShowDisplayOnlyOnPreferred | Bool | True if the name component is display only on preferred. This field is for China only. |
| Type | String | |
| WebServiceAlias | String | The custom Web Service Alias defined on a name component. For use with the Recruiting API. |
| CurrentName_Prompt | String | The Workday ID of the person's current name being updated. |
| NameConfigurationFormat_Prompt | String | The Name Configuration Format for which to return values. |
| UseWesternScript_Prompt | Bool | If true, this method returns the set of allowed and required name components that uses Western Script. |
Usage information for the operation CountryComponentsCountryCityValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Usage information for the operation CountryComponentsCountryRegionValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Usage information for the operation CountryComponentsCountryValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Retrieves a single course instance.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AcademicLevel_Descriptor | String | A preview of the instance |
| AcademicLevel_Id | String | Id of the instance |
| CourseSubject_Descriptor | String | A description of the instance |
| CourseSubject_Href | String | A link to the instance |
| CourseSubject_Id | String | wid / id / reference id |
| Description | String | The course description from the course definition associated with this student course. |
| Descriptor | String | A preview of the instance |
| EligibilityRule_Descriptor | String | A preview of the instance |
| EligibilityRule_EligibilityRuleMeaning | String | The meaning of the eligibility rule. |
| EligibilityRule_Id | String | Id of the instance |
| InstitutionalAcademicUnit_Id | String | Id of the instance |
| InstitutionalAcademicUnit_Inactive | Bool | If true, the Academic Unit is inactive, as of the effective date. |
| InstitutionalAcademicUnit_Institution | Bool | If true, the Academic Unit is designated as an institution, as of the effective date. |
| InstitutionalAcademicUnit_Name | String | The name of the Academic Unit, as of the effective date. |
| ListingNumber | String | The course number of the course listing. |
| Title | String | The course title from the course definition associated with this student course. |
| AcademicLevel_Prompt | String | The academic level used by the courses. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicUnit_Prompt | String | The academic unit used by the course. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| CourseSubject_Prompt | String | The subject for the course. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| EffectiveDate_Prompt | Date | The effective date of the Course's effective-dated fields: competencies, academicLevel, typicalPeriodsOffered, academicUnits, allowedLocations, owningInstitutionalAcademicUnit, tags, description, eligibilityRule, instructionalFormats, learningOutcomes, and title. Format for input is as such: YYYY-MM-DD. |
| InstitutionalAcademicUnit_Prompt | String | The institution academic unit used by the courses. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Search_Prompt | String |
Reads /academicUnits entries from the Courses table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Courses_Id [KEY] | String | The Workday ID of the Courses that contains this. |
| Inactive | Bool | If true, the Academic Unit is inactive, as of the effective date. |
| Institution | Bool | If true, the Academic Unit is designated as an institution, as of the effective date. |
| Name | String | The name of the Academic Unit, as of the effective date. |
| AcademicLevel_Prompt | String | The academic level used by the courses. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicUnit_Prompt | String | The academic unit used by the course. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| CourseSubject_Prompt | String | The subject for the course. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| EffectiveDate_Prompt | Date | The effective date of the Course's effective-dated fields: competencies, academicLevel, typicalPeriodsOffered, academicUnits, allowedLocations, owningInstitutionalAcademicUnit, tags, description, eligibilityRule, instructionalFormats, learningOutcomes, and title. Format for input is as such: YYYY-MM-DD. |
| InstitutionalAcademicUnit_Prompt | String | The institution academic unit used by the courses. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Search_Prompt | String |
Reads /allowedLocations entries from the Courses table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Courses_Id [KEY] | String | The Workday ID of the Courses that contains this. |
| Descriptor | String | A preview of the instance |
| AcademicLevel_Prompt | String | The academic level used by the courses. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicUnit_Prompt | String | The academic unit used by the course. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| CourseSubject_Prompt | String | The subject for the course. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| EffectiveDate_Prompt | Date | The effective date of the Course's effective-dated fields: competencies, academicLevel, typicalPeriodsOffered, academicUnits, allowedLocations, owningInstitutionalAcademicUnit, tags, description, eligibilityRule, instructionalFormats, learningOutcomes, and title. Format for input is as such: YYYY-MM-DD. |
| InstitutionalAcademicUnit_Prompt | String | The institution academic unit used by the courses. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Search_Prompt | String |
Reads /competencies entries from the Courses table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Courses_Id [KEY] | String | The Workday ID of the Courses that contains this. |
| Descriptor | String | A preview of the instance |
| AcademicLevel_Prompt | String | The academic level used by the courses. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicUnit_Prompt | String | The academic unit used by the course. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| CourseSubject_Prompt | String | The subject for the course. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| EffectiveDate_Prompt | Date | The effective date of the Course's effective-dated fields: competencies, academicLevel, typicalPeriodsOffered, academicUnits, allowedLocations, owningInstitutionalAcademicUnit, tags, description, eligibilityRule, instructionalFormats, learningOutcomes, and title. Format for input is as such: YYYY-MM-DD. |
| InstitutionalAcademicUnit_Prompt | String | The institution academic unit used by the courses. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Search_Prompt | String |
Retrieves a collection of course sections.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AcademicLevel_Descriptor | String | A description of the instance |
| AcademicLevel_Href | String | A link to the instance |
| AcademicLevel_Id | String | wid / id / reference id |
| AcademicPeriod_Descriptor | String | A description of the instance |
| AcademicPeriod_Href | String | A link to the instance |
| AcademicPeriod_Id | String | wid / id / reference id |
| Capacity | Decimal | The enrollment capacity for the course section. |
| Cluster_Descriptor | String | A description of the instance |
| Cluster_Href | String | A link to the instance |
| Cluster_Id | String | wid / id / reference id |
| CourseSubject_Descriptor | String | A description of the instance |
| CourseSubject_Href | String | A link to the instance |
| CourseSubject_Id | String | wid / id / reference id |
| Course_Descriptor | String | A description of the instance |
| Course_Href | String | A link to the instance |
| Course_Id | String | wid / id / reference id |
| DeliveryMode_Descriptor | String | A description of the instance |
| DeliveryMode_Href | String | A link to the instance |
| DeliveryMode_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| EligibilityRule_Descriptor | String | A preview of the instance |
| EligibilityRule_EligibilityRuleMeaning | String | The meaning of the eligibility rule. |
| EligibilityRule_Id | String | Id of the instance |
| EndDate | Datetime | The End Date of the Course Section |
| Hidden | Bool | Returns true if the Course Section is set as hidden. |
| InstructionalFormat_Descriptor | String | A description of the instance |
| InstructionalFormat_Href | String | A link to the instance |
| InstructionalFormat_Id | String | wid / id / reference id |
| OwningAcademicUnit_Id | String | Id of the instance |
| OwningAcademicUnit_Inactive | Bool | If true, the Academic Unit is inactive, as of the effective date. |
| OwningAcademicUnit_Institution | Bool | If true, the Academic Unit is designated as an institution, as of the effective date. |
| OwningAcademicUnit_Name | String | The name of the Academic Unit, as of the effective date. |
| OwningInstitutionalAcademicUnit_Id | String | Id of the instance |
| OwningInstitutionalAcademicUnit_Inactive | Bool | If true, the Academic Unit is inactive, as of the effective date. |
| OwningInstitutionalAcademicUnit_Institution | Bool | If true, the Academic Unit is designated as an institution, as of the effective date. |
| OwningInstitutionalAcademicUnit_Name | String | The name of the Academic Unit, as of the effective date. |
| StartDate | Datetime | The Start Date of the Course Section |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| AcademicLevel_Prompt | String | The academic level used by the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicPeriod_Prompt | String | The starting academic period of the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicPeriods from studentAcademicFoundation service. |
| CampusLocation_Prompt | String | |
| CourseSubject_Prompt | String | The subject for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| Course_Prompt | String | The course for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courses. |
| DeliveryMode_Prompt | String | The delivery mode for the course section.You can specify using the Workday ID or Reference ID. You can use the following values: Correspondence, Hybrid, In-Person, Online, Other Distance Mode. |
| InstructionalFormat_Prompt | String | The instructional format for the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Clinical, Combination, Discussion, Experiential, Independent Study, Internship, Laboratory, Lecture, Recitation, Research, Seminar, Service Learning, Studio, Thesis, Workshop. |
| OfferingAcademicUnit_Prompt | String | The academic unit that offers this course section. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningAcademicUnit_Prompt | String | The academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningInstitutionalAcademicUnit_Prompt | String | The institutional academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Status_Prompt | String | The section status of the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Preliminary, Open, Closed, Waitlist, Hold, Canceled. |
Reads /campusLocations entries from the CourseSections table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CourseSections_Id [KEY] | String | The Workday ID of the CourseSections that contains this. |
| Descriptor | String | A preview of the instance |
| AcademicLevel_Prompt | String | The academic level used by the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicPeriod_Prompt | String | The starting academic period of the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicPeriods from studentAcademicFoundation service. |
| CampusLocation_Prompt | String | |
| CourseSubject_Prompt | String | The subject for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| Course_Prompt | String | The course for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courses. |
| DeliveryMode_Prompt | String | The delivery mode for the course section.You can specify using the Workday ID or Reference ID. You can use the following values: Correspondence, Hybrid, In-Person, Online, Other Distance Mode. |
| InstructionalFormat_Prompt | String | The instructional format for the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Clinical, Combination, Discussion, Experiential, Independent Study, Internship, Laboratory, Lecture, Recitation, Research, Seminar, Service Learning, Studio, Thesis, Workshop. |
| OfferingAcademicUnit_Prompt | String | The academic unit that offers this course section. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningAcademicUnit_Prompt | String | The academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningInstitutionalAcademicUnit_Prompt | String | The institutional academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Status_Prompt | String | The section status of the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Preliminary, Open, Closed, Waitlist, Hold, Canceled. |
Reads /competencies entries from the CourseSections table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CourseSections_Id [KEY] | String | The Workday ID of the CourseSections that contains this. |
| Descriptor | String | A preview of the instance |
| AcademicLevel_Prompt | String | The academic level used by the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicPeriod_Prompt | String | The starting academic period of the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicPeriods from studentAcademicFoundation service. |
| CampusLocation_Prompt | String | |
| CourseSubject_Prompt | String | The subject for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| Course_Prompt | String | The course for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courses. |
| DeliveryMode_Prompt | String | The delivery mode for the course section.You can specify using the Workday ID or Reference ID. You can use the following values: Correspondence, Hybrid, In-Person, Online, Other Distance Mode. |
| InstructionalFormat_Prompt | String | The instructional format for the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Clinical, Combination, Discussion, Experiential, Independent Study, Internship, Laboratory, Lecture, Recitation, Research, Seminar, Service Learning, Studio, Thesis, Workshop. |
| OfferingAcademicUnit_Prompt | String | The academic unit that offers this course section. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningAcademicUnit_Prompt | String | The academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningInstitutionalAcademicUnit_Prompt | String | The institutional academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Status_Prompt | String | The section status of the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Preliminary, Open, Closed, Waitlist, Hold, Canceled. |
Reads /components entries from the CourseSections table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CourseSections_Id [KEY] | String | The Workday ID of the CourseSections that contains this. |
| Descriptor | String | A preview of the instance |
| Location | String | Location Display ID of the Activity Offering Component. |
| MeetingPattern_Descriptor | String | A preview of the instance |
| MeetingPattern_Id | String | Id of the instance |
| AcademicLevel_Prompt | String | The academic level used by the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicPeriod_Prompt | String | The starting academic period of the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicPeriods from studentAcademicFoundation service. |
| CampusLocation_Prompt | String | |
| CourseSubject_Prompt | String | The subject for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| Course_Prompt | String | The course for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courses. |
| DeliveryMode_Prompt | String | The delivery mode for the course section.You can specify using the Workday ID or Reference ID. You can use the following values: Correspondence, Hybrid, In-Person, Online, Other Distance Mode. |
| InstructionalFormat_Prompt | String | The instructional format for the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Clinical, Combination, Discussion, Experiential, Independent Study, Internship, Laboratory, Lecture, Recitation, Research, Seminar, Service Learning, Studio, Thesis, Workshop. |
| OfferingAcademicUnit_Prompt | String | The academic unit that offers this course section. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningAcademicUnit_Prompt | String | The academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningInstitutionalAcademicUnit_Prompt | String | The institutional academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Status_Prompt | String | The section status of the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Preliminary, Open, Closed, Waitlist, Hold, Canceled. |
Reads /instuctors entries from the CourseSections table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CourseSections_Id [KEY] | String | The Workday ID of the CourseSections that contains this. |
| Descriptor | String | A preview of the instance |
| AcademicLevel_Prompt | String | The academic level used by the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicPeriod_Prompt | String | The starting academic period of the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicPeriods from studentAcademicFoundation service. |
| CampusLocation_Prompt | String | |
| CourseSubject_Prompt | String | The subject for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| Course_Prompt | String | The course for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courses. |
| DeliveryMode_Prompt | String | The delivery mode for the course section.You can specify using the Workday ID or Reference ID. You can use the following values: Correspondence, Hybrid, In-Person, Online, Other Distance Mode. |
| InstructionalFormat_Prompt | String | The instructional format for the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Clinical, Combination, Discussion, Experiential, Independent Study, Internship, Laboratory, Lecture, Recitation, Research, Seminar, Service Learning, Studio, Thesis, Workshop. |
| OfferingAcademicUnit_Prompt | String | The academic unit that offers this course section. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningAcademicUnit_Prompt | String | The academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningInstitutionalAcademicUnit_Prompt | String | The institutional academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Status_Prompt | String | The section status of the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Preliminary, Open, Closed, Waitlist, Hold, Canceled. |
Reads /learningOutcomes entries from the CourseSections table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CourseSections_Id [KEY] | String | The Workday ID of the CourseSections that contains this. |
| Descriptor | String | A preview of the instance |
| AcademicLevel_Prompt | String | The academic level used by the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicPeriod_Prompt | String | The starting academic period of the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicPeriods from studentAcademicFoundation service. |
| CampusLocation_Prompt | String | |
| CourseSubject_Prompt | String | The subject for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| Course_Prompt | String | The course for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courses. |
| DeliveryMode_Prompt | String | The delivery mode for the course section.You can specify using the Workday ID or Reference ID. You can use the following values: Correspondence, Hybrid, In-Person, Online, Other Distance Mode. |
| InstructionalFormat_Prompt | String | The instructional format for the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Clinical, Combination, Discussion, Experiential, Independent Study, Internship, Laboratory, Lecture, Recitation, Research, Seminar, Service Learning, Studio, Thesis, Workshop. |
| OfferingAcademicUnit_Prompt | String | The academic unit that offers this course section. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningAcademicUnit_Prompt | String | The academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningInstitutionalAcademicUnit_Prompt | String | The institutional academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Status_Prompt | String | The section status of the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Preliminary, Open, Closed, Waitlist, Hold, Canceled. |
Reads /offeringAcademicUnits entries from the CourseSections table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CourseSections_Id [KEY] | String | The Workday ID of the CourseSections that contains this. |
| Inactive | Bool | If true, the Academic Unit is inactive, as of the effective date. |
| Institution | Bool | If true, the Academic Unit is designated as an institution, as of the effective date. |
| Name | String | The name of the Academic Unit, as of the effective date. |
| AcademicLevel_Prompt | String | The academic level used by the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicPeriod_Prompt | String | The starting academic period of the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicPeriods from studentAcademicFoundation service. |
| CampusLocation_Prompt | String | |
| CourseSubject_Prompt | String | The subject for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| Course_Prompt | String | The course for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courses. |
| DeliveryMode_Prompt | String | The delivery mode for the course section.You can specify using the Workday ID or Reference ID. You can use the following values: Correspondence, Hybrid, In-Person, Online, Other Distance Mode. |
| InstructionalFormat_Prompt | String | The instructional format for the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Clinical, Combination, Discussion, Experiential, Independent Study, Internship, Laboratory, Lecture, Recitation, Research, Seminar, Service Learning, Studio, Thesis, Workshop. |
| OfferingAcademicUnit_Prompt | String | The academic unit that offers this course section. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningAcademicUnit_Prompt | String | The academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningInstitutionalAcademicUnit_Prompt | String | The institutional academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Status_Prompt | String | The section status of the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Preliminary, Open, Closed, Waitlist, Hold, Canceled. |
Reads /tags entries from the CourseSections table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CourseSections_Id [KEY] | String | The Workday ID of the CourseSections that contains this. |
| Descriptor | String | A preview of the instance |
| AcademicLevel_Prompt | String | The academic level used by the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicPeriod_Prompt | String | The starting academic period of the course section. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicPeriods from studentAcademicFoundation service. |
| CampusLocation_Prompt | String | |
| CourseSubject_Prompt | String | The subject for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| Course_Prompt | String | The course for the course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courses. |
| DeliveryMode_Prompt | String | The delivery mode for the course section.You can specify using the Workday ID or Reference ID. You can use the following values: Correspondence, Hybrid, In-Person, Online, Other Distance Mode. |
| InstructionalFormat_Prompt | String | The instructional format for the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Clinical, Combination, Discussion, Experiential, Independent Study, Internship, Laboratory, Lecture, Recitation, Research, Seminar, Service Learning, Studio, Thesis, Workshop. |
| OfferingAcademicUnit_Prompt | String | The academic unit that offers this course section. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningAcademicUnit_Prompt | String | The academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| OwningInstitutionalAcademicUnit_Prompt | String | The institutional academic unit that owns this course section. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Status_Prompt | String | The section status of the course section. You can specify using the Workday ID or Reference ID. You can use the following values: Preliminary, Open, Closed, Waitlist, Hold, Canceled. |
Reads /instructionalFormats entries from the Courses table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Courses_Id [KEY] | String | The Workday ID of the Courses that contains this. |
| Descriptor | String | A preview of the instance |
| AcademicLevel_Prompt | String | The academic level used by the courses. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicUnit_Prompt | String | The academic unit used by the course. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| CourseSubject_Prompt | String | The subject for the course. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| EffectiveDate_Prompt | Date | The effective date of the Course's effective-dated fields: competencies, academicLevel, typicalPeriodsOffered, academicUnits, allowedLocations, owningInstitutionalAcademicUnit, tags, description, eligibilityRule, instructionalFormats, learningOutcomes, and title. Format for input is as such: YYYY-MM-DD. |
| InstitutionalAcademicUnit_Prompt | String | The institution academic unit used by the courses. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Search_Prompt | String |
Reads /learningOutcomes entries from the Courses table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Courses_Id [KEY] | String | The Workday ID of the Courses that contains this. |
| Descriptor | String | A preview of the instance |
| AcademicLevel_Prompt | String | The academic level used by the courses. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicUnit_Prompt | String | The academic unit used by the course. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| CourseSubject_Prompt | String | The subject for the course. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| EffectiveDate_Prompt | Date | The effective date of the Course's effective-dated fields: competencies, academicLevel, typicalPeriodsOffered, academicUnits, allowedLocations, owningInstitutionalAcademicUnit, tags, description, eligibilityRule, instructionalFormats, learningOutcomes, and title. Format for input is as such: YYYY-MM-DD. |
| InstitutionalAcademicUnit_Prompt | String | The institution academic unit used by the courses. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Search_Prompt | String |
Reads /tags entries from the Courses table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Courses_Id [KEY] | String | The Workday ID of the Courses that contains this. |
| Descriptor | String | A preview of the instance |
| AcademicLevel_Prompt | String | The academic level used by the courses. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicUnit_Prompt | String | The academic unit used by the course. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| CourseSubject_Prompt | String | The subject for the course. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| EffectiveDate_Prompt | Date | The effective date of the Course's effective-dated fields: competencies, academicLevel, typicalPeriodsOffered, academicUnits, allowedLocations, owningInstitutionalAcademicUnit, tags, description, eligibilityRule, instructionalFormats, learningOutcomes, and title. Format for input is as such: YYYY-MM-DD. |
| InstitutionalAcademicUnit_Prompt | String | The institution academic unit used by the courses. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Search_Prompt | String |
Reads /typicalPeriodsOffered entries from the Courses table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Courses_Id [KEY] | String | The Workday ID of the Courses that contains this. |
| Descriptor | String | A preview of the instance |
| AcademicLevel_Prompt | String | The academic level used by the courses. You can specify using the Workday ID or Reference ID. You can use a returned id from GET /academicLevels from studentAcademicFoundation service. |
| AcademicUnit_Prompt | String | The academic unit used by the course. You can specify multiple academicUnit query parameters using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| CourseSubject_Prompt | String | The subject for the course. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /courseSubjects. |
| EffectiveDate_Prompt | Date | The effective date of the Course's effective-dated fields: competencies, academicLevel, typicalPeriodsOffered, academicUnits, allowedLocations, owningInstitutionalAcademicUnit, tags, description, eligibilityRule, instructionalFormats, learningOutcomes, and title. Format for input is as such: YYYY-MM-DD. |
| InstitutionalAcademicUnit_Prompt | String | The institution academic unit used by the courses. You can specify by using the Workday ID or Reference ID. You can use a returned id from GET /academicUnits from studentAcademicFoundation service. |
| Search_Prompt | String |
Usage information for the operation CourseSubjects.rsd.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Abbreviation | String | The abbreviation for a Course Subject. |
| Descriptor | String | A preview of the instance |
| Inactive | Bool | Indicates if a Course Subject is inactive. |
| Inactive_Prompt | Bool | Indicates if a Course Subject is inactive. |
| InstitutionalAcademicUnit_Prompt | String | The Institution Academic Units. |
Reads /institutionalAcademicUnits entries from the CourseSubjects table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CourseSubjects_Id [KEY] | String | The Workday ID of the CourseSubjects that contains this. |
| Inactive | Bool | If true, the Academic Unit is inactive, as of the effective date. |
| Institution | Bool | If true, the Academic Unit is designated as an institution, as of the effective date. |
| Name | String | The name of the Academic Unit, as of the effective date. |
| Inactive_Prompt | Bool | Indicates if a Course Subject is inactive. |
| InstitutionalAcademicUnit_Prompt | String | The Institution Academic Units. |
No description available
| Name | Type | Description |
| AccessToServices | String | Supported for: SELECT. No description available |
| AppId | String | Supported for: SELECT. No description available |
| AuthorizationEndpoint | String | Supported for: SELECT. No description available |
| ClientId | String | Supported for: SELECT. No description available |
| ClientSecret | String | Supported for: SELECT. No description available |
| ExternalReferenceId | String | Supported for: SELECT. No description available |
| GrantType | String | Supported for: SELECT. No description available |
| JwtAlg | String | Supported for: SELECT. No description available |
| JwtAudience | String | Supported for: SELECT. No description available |
| JwtIssuer | String | Supported for: SELECT. No description available |
| JwtKid | String | Supported for: SELECT. No description available |
| JwtSubject | String | Supported for: SELECT. No description available |
| Password | String | Supported for: SELECT. No description available |
| PrivateKey | String | Supported for: SELECT. No description available |
| RevokeEndpoint | String | Supported for: SELECT. No description available |
| Scope | String | Supported for: SELECT. No description available |
| TokenEndpoint | String | Supported for: SELECT. No description available |
| UserAccount_Descriptor | String | Supported for: SELECT. A description of the instance |
| UserAccount_Href | String | Supported for: SELECT. A link to the instance |
| UserAccount_Id | String | Supported for: SELECT. wid / id / reference id |
| Username | String | Supported for: SELECT. No description available |
| WorkdayID | String | Supported for: SELECT. No description available |
| Id_Prompt | String | No description available |
| Kid_Prompt | String | No description available |
Retrieves the details on all currencies in your tenant.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Code | String | ID |
| Descriptor | String | A preview of the instance |
| Precision | Decimal | Precision |
Retrieves a single customer instance.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Category_Descriptor | String | A description of the instance |
| Category_Href | String | A link to the instance |
| Category_Id | String | wid / id / reference id |
| CommercialCreditScore | Decimal | The Dun and Bradstreet Commercial credit score of the customer. |
| CompositeRiskScore | Decimal | The Dun and Bradstreet risk score of the customer. |
| CreditLimit_Currency | String | The maximum credit limit for the customer. |
| CreditLimit_Value | Decimal | The maximum credit limit for the customer. |
| Name | String | The name of the customer. |
| PaymentTerms_Descriptor | String | A description of the instance |
| PaymentTerms_Href | String | A link to the instance |
| PaymentTerms_Id | String | wid / id / reference id |
| PrimaryPhone | String | The primary phone number of the customer. |
| SatisfactionScore | Decimal | The customer satisfaction score. |
| TotalBalance_Currency | String | The total customer balance due in the customer currency, as of the report run time. Workday calculates the total balance by adding the amount of all approved and uncanceled customer invoices and subtracting the total amount of all approved and uncanceled customer payments. The customer currency can be the default currency for the tenant, or the currency you define for a given customer. |
| TotalBalance_Value | Decimal | The total customer balance due in the customer currency, as of the report run time. Workday calculates the total balance by adding the amount of all approved and uncanceled customer invoices and subtracting the total amount of all approved and uncanceled customer payments. The customer currency can be the default currency for the tenant, or the currency you define for a given customer. |
| Name_Prompt | String |
Retrieves an activity instance for a specific customer.
| Name | Type | Description |
| Id [KEY] | String | Returns the Workday ID for a given object. |
| Customers_Id [KEY] | String | The Workday ID of the Customers that owns this. |
| ApplicationStatus | String | The payment or application status of the customer invoice, customer invoice adjustment or customer invoice payment. For customer invoice payments, the application status can be Unapplied, Applied with On Account, or Fully Applied. For invoices, the payment status can be Paid, Partially Paid, or Unpaid. |
| InvoiceDueDate | Datetime | The due date of the customer invoice or invoice adjustment as of the defined reporting date. |
| InvoiceOpportunity_Id | String | Returns the Workday ID for a given object. |
| InvoiceOpportunity_Name | String | The non-unique name of the Opportunity. This is for internal use only. |
| InvoiceOpportunity_OpportunityReferenceID | String | The Reference ID to use for lookups within our Workday Web Services. For supervisory organizations, this is also the 'Organization ID' |
| PaymentReference | String | The check number for a customer payment. This is a reference number that's available only when processed through a settlement run and not a check number. |
| TransactionAmountSigned_Currency | String | The positive or negative sign of the transaction amount for this customer transaction. This is for internal use only on a REST API. |
| TransactionAmountSigned_Value | Decimal | The positive or negative sign of the transaction amount for this customer transaction. This is for internal use only on a REST API. |
| TransactionDate | Datetime | The date of the customer transaction. This field is for internal use only on a REST API. |
| TransactionNumber | String | The transaction number for the reporting transaction. This is for internal use only on a REST API. |
| TransactionStatus | String | The current status of the transaction. Applicable for all transaction types. This is for internal use only on a REST API. |
| TransactionType | String | The transaction type of this customer transaction. This is for internal use only on a REST API. |
| FromDate_Prompt | Date | |
| ToDate_Prompt | Date | |
| Name_Prompt | String |
Reads /groups entries from the Customers table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Customers_Id [KEY] | String | The Workday ID of the Customers that contains this. |
| Descriptor | String | A preview of the instance |
| Name_Prompt | String |
Retrieves a data source and primary business object for the specified {ID} for use in a WQL query.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Alias | String | This field exposes WQL alias for Adhoc Query Enabled instances in WQL Rest APIs. This is for internal use only. |
| Description | String | A description describing the data source. |
| Descriptor | String | A preview of the instance |
| FilterIsRequired | Bool | returns if the filer is required |
| Href | String | A link to the instance |
| PrimaryBusinessObject_Descriptor | String | A description of the instance |
| PrimaryBusinessObject_Href | String | A link to the instance |
| PrimaryBusinessObject_Id | String | wid / id / reference id |
| SupportsEffectiveDate | Bool | returns if the data source supports effective date |
| SupportsEntryDate | Bool | returns if the data source supports entry date |
| Alias_Prompt | String | The alias of the data source. |
| SearchString_Prompt | String | The string to be searched in case insensitive manner within the descriptors of the data sources. |
Retrieves the data source filter with the specified {ID} for a specific data source.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| DataSources_Id [KEY] | String | The Workday ID of the DataSources that owns this. |
| Alias | String | This field exposes WQL alias for Adhoc Query Enabled instances in WQL Rest APIs. This is for internal use only. |
| Description | String | A description of the data source filter. |
| Descriptor | String | A preview of the instance |
| Alias_Prompt | String | The alias of the data source filter. |
| SearchString_Prompt | String | The string to be searched in case insensitive manner within the descriptors of the data source filters. |
| Alias_Prompt_For_DataSources | String | The alias of the data source. |
| SearchString_Prompt_For_DataSources | String | The string to be searched in case insensitive manner within the descriptors of the data sources. |
Reads /optionalParameters entries from the DataSourcesDataSourceFilters table.
| Name | Type | Description |
| DataSourcesDataSourceFilters_Id [KEY] | String | The Workday ID of the DataSourcesDataSourceFilters that contains this. |
| DataSources_Id [KEY] | String | The Workday ID of the DataSources that owns this. |
| Alias | String | This field exposes WQL alias for Adhoc Query Enabled instances in WQL Rest APIs. This is for internal use only. |
| Description | String | Description for Query Parameter for External Promptable |
| Type | String | Returns "Text", "Date", "Numeric", "Currency", "Boolean", "Single Instance" or "Multi Instance". |
| WorkData_Descriptor | String | A description of the instance |
| WorkData_Href | String | A link to the instance |
| WorkData_Id | String | wid / id / reference id |
| Alias_Prompt | String | The alias of the data source filter. |
| SearchString_Prompt | String | The string to be searched in case insensitive manner within the descriptors of the data source filters. |
| Alias_Prompt_For_DataSources | String | The alias of the data source. |
| SearchString_Prompt_For_DataSources | String | The string to be searched in case insensitive manner within the descriptors of the data sources. |
Reads /requiredParameters entries from the DataSourcesDataSourceFilters table.
| Name | Type | Description |
| DataSourcesDataSourceFilters_Id [KEY] | String | The Workday ID of the DataSourcesDataSourceFilters that contains this. |
| DataSources_Id [KEY] | String | The Workday ID of the DataSources that owns this. |
| Alias | String | This field exposes WQL alias for Adhoc Query Enabled instances in WQL Rest APIs. This is for internal use only. |
| Description | String | Description for Query Parameter for External Promptable |
| Type | String | Returns "Text", "Date", "Numeric", "Currency", "Boolean", "Single Instance" or "Multi Instance". |
| WorkData_Descriptor | String | A description of the instance |
| WorkData_Href | String | A link to the instance |
| WorkData_Id | String | wid / id / reference id |
| Alias_Prompt | String | The alias of the data source filter. |
| SearchString_Prompt | String | The string to be searched in case insensitive manner within the descriptors of the data source filters. |
| Alias_Prompt_For_DataSources | String | The alias of the data source. |
| SearchString_Prompt_For_DataSources | String | The string to be searched in case insensitive manner within the descriptors of the data sources. |
Retrieves the field with a specified {ID} for the specific data source. Also retrieves the related business object of the field. You can only view fields and data sources that you have security access to.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
alias: Text /* This field exposes WQL alias for Adhoc Query Enabled instances in WQL Rest APIs. This is for internal use only. */
description: Text /* Description for Query Parameter for External Promptable */
type: Text /* Returns "Text", "Date", "Numeric", "Currency", "Boolean", "Single Instance" or "Multi Instance". */
workData: {
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
[{
alias: Text /* This field exposes WQL alias for Adhoc Query Enabled instances in WQL Rest APIs. This is for internal use only. */
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
type: Text /* The type of the field */
}]
[{
alias: Text /* This field exposes WQL alias for Adhoc Query Enabled instances in WQL Rest APIs. This is for internal use only. */
description: Text /* Description for Query Parameter for External Promptable */
type: Text /* Returns "Text", "Date", "Numeric", "Currency", "Boolean", "Single Instance" or "Multi Instance". */
workData: {
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| DataSources_Id [KEY] | String | The Workday ID of the DataSources that owns this. |
| Alias | String | WQL Alias Internal |
| Descriptor | String | A preview of the instance |
| Href | String | A link to the instance |
| OptionalParameters_Aggregate | String | Optional Parameters for WQL |
| RelatedBusinessObject_Descriptor | String | A description of the instance |
| RelatedBusinessObject_Href | String | A link to the instance |
| RelatedBusinessObject_Id | String | wid / id / reference id |
| RelatedFields_Aggregate | String | Related Business Object Fields |
| RequiredParameters_Aggregate | String | Required Parameters for WQL |
| Type | String | Field Type |
| Alias_Prompt | String | The alias of the data source field. |
| SearchString_Prompt | String | The string to be searched in case insensitive manner within the descriptors of the data source fields. |
| Alias_Prompt_For_DataSources | String | The alias of the data source. |
| SearchString_Prompt_For_DataSources | String | The string to be searched in case insensitive manner within the descriptors of the data sources. |
Reads /optionalParameters entries from the DataSources table.
| Name | Type | Description |
| DataSources_Id [KEY] | String | The Workday ID of the DataSources that contains this. |
| Alias | String | This field exposes WQL alias for Adhoc Query Enabled instances in WQL Rest APIs. This is for internal use only. |
| Description | String | Description for Query Parameter for External Promptable |
| Type | String | Returns "Text", "Date", "Numeric", "Currency", "Boolean", "Single Instance" or "Multi Instance". |
| WorkData_Descriptor | String | A description of the instance |
| WorkData_Href | String | A link to the instance |
| WorkData_Id | String | wid / id / reference id |
| Alias_Prompt | String | The alias of the data source. |
| SearchString_Prompt | String | The string to be searched in case insensitive manner within the descriptors of the data sources. |
Reads /requiredParameters entries from the DataSources table.
| Name | Type | Description |
| DataSources_Id [KEY] | String | The Workday ID of the DataSources that contains this. |
| Alias | String | This field exposes WQL alias for Adhoc Query Enabled instances in WQL Rest APIs. This is for internal use only. |
| Description | String | Description for Query Parameter for External Promptable |
| Type | String | Returns "Text", "Date", "Numeric", "Currency", "Boolean", "Single Instance" or "Multi Instance". |
| WorkData_Descriptor | String | A description of the instance |
| WorkData_Href | String | A link to the instance |
| WorkData_Id | String | wid / id / reference id |
| Alias_Prompt | String | The alias of the data source. |
| SearchString_Prompt | String | The string to be searched in case insensitive manner within the descriptors of the data sources. |
Retrieves a collection of educational credentials.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Description | String | Description of Educational Credentail |
| Descriptor | String | A preview of the instance |
| Name | String | Name of Educational Credential |
| Type_Descriptor | String | A description of the instance |
| Type_Href | String | A link to the instance |
| Type_Id | String | wid / id / reference id |
Reads /requestCriteria/fields/onlyInclude entries from the EffectiveChanges table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| EffectiveChanges_Id [KEY] | String | The Workday ID of the EffectiveChanges that contains this. |
Reads /requestCriteria/workers entries from the EffectiveChanges table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| EffectiveChanges_Id [KEY] | String | The Workday ID of the EffectiveChanges that contains this. |
No description available.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | Supported for: SELECT. A description of the instance |
| CollectionToken | String | Supported for: SELECT. Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Retrieves the ledger account and resulting worktags of a specified account posting rule.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| LedgerAccountName | String | The name of the ledger account. |
| AccountPostingRuleSet_Prompt | String | (Required) The Workday ID or reference ID for the account posting rule set. The reference ID uses the accountPostingRuleSet=sampleRefIdType=value format. Example: accountPostingRuleSet=Account_Posting_Rule_Set_ID=ACCOUNT_POSTING_RULE_SET-1 |
| AccountPostingRuleType_Prompt | String | (Required) The Workday ID or reference ID for the account posting rule type. The reference ID uses the accountPostingRuleType=sampleRefIdType=value format. Example: accountPostingRuleType=Account_Posting_Rule_Type_ID=CASH |
| DimensionValue_Prompt | String | The Workday IDs or reference IDs for the dimension value of the account posting rule condition. The reference ID uses the dimensionValue=sampleRefIdType=value format format. Example: dimensionValue=Fund_ID=F03.1.3. |
Reads /resultingWorktags entries from the EvaluateAccountPostingRules table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| EvaluateAccountPostingRules_Id [KEY] | String | The Workday ID of the EvaluateAccountPostingRules that contains this. |
| Descriptor | String | A preview of the instance |
| AccountPostingRuleSet_Prompt | String | (Required) The Workday ID or reference ID for the account posting rule set. The reference ID uses the accountPostingRuleSet=sampleRefIdType=value format. Example: accountPostingRuleSet=Account_Posting_Rule_Set_ID=ACCOUNT_POSTING_RULE_SET-1 |
| AccountPostingRuleType_Prompt | String | (Required) The Workday ID or reference ID for the account posting rule type. The reference ID uses the accountPostingRuleType=sampleRefIdType=value format. Example: accountPostingRuleType=Account_Posting_Rule_Type_ID=CASH |
| DimensionValue_Prompt | String | The Workday IDs or reference IDs for the dimension value of the account posting rule condition. The reference ID uses the dimensionValue=sampleRefIdType=value format format. Example: dimensionValue=Fund_ID=F03.1.3. |
Retrieves business process events.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CompletedDate | Datetime | The date and time the business process was completed. |
| CreationDate | Datetime | Date the business process was initiated. |
| Descriptor | String | A preview of the instance |
| DueDate | Datetime | The date the business process needs to be completed. |
| EffectiveDate | Datetime | The date this business process takes effect. |
| For_Descriptor | String | A description of the instance |
| For_Href | String | A link to the instance |
| For_Id | String | wid / id / reference id |
| Initiator_Descriptor | String | A description of the instance |
| Initiator_Href | String | A link to the instance |
| Initiator_Id | String | wid / id / reference id |
| OverallBusinessProcess_Descriptor | String | A description of the instance |
| OverallBusinessProcess_Href | String | A link to the instance |
| OverallBusinessProcess_Id | String | wid / id / reference id |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| BusinessProcess_Prompt | String | |
| CompletedOnOrAfter_Prompt | Date | |
| CompletedOnOrBefore_Prompt | Date | |
| InitiatedOnOrAfter_Prompt | Date | |
| InitiatedOnOrBefore_Prompt | Date | |
| Initiator_Prompt | String | |
| Status_Prompt | String | |
| Worker_Prompt | String |
Retrieves attachments for a business process event.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Events_Id [KEY] | String | The Workday ID of the Events that owns this. |
| Category_Descriptor | String | A description of the instance |
| Category_Href | String | A link to the instance |
| Category_Id | String | wid / id / reference id |
| ContentType_Descriptor | String | A description of the instance |
| ContentType_Href | String | A link to the instance |
| ContentType_Id | String | wid / id / reference id |
| Description | String | Event attachment description |
| FileLength | Decimal | File length of the attachment |
| FileName | String | File name of the attachment |
| UploadDate | Datetime | Returns Date the Business Process Attachment was updated. |
| UploadedBy_Descriptor | String | A description of the instance |
| UploadedBy_Href | String | A link to the instance |
| UploadedBy_Id | String | wid / id / reference id |
| BusinessProcess_Prompt | String | |
| CompletedOnOrAfter_Prompt | Date | |
| CompletedOnOrBefore_Prompt | Date | |
| InitiatedOnOrAfter_Prompt | Date | |
| InitiatedOnOrBefore_Prompt | Date | |
| Initiator_Prompt | String | |
| Status_Prompt | String | |
| Worker_Prompt | String |
Retrieves comments for a business process event.
| Name | Type | Description |
| Events_Id [KEY] | String | The Workday ID of the Events that owns this. |
| Comment | String | Comment |
| CommentDate | Datetime | Gives the moment at which the instance was originally created. |
| Person_Descriptor | String | A description of the instance |
| Person_Href | String | A link to the instance |
| Person_Id | String | wid / id / reference id |
| BusinessProcess_Prompt | String | |
| CompletedOnOrAfter_Prompt | Date | |
| CompletedOnOrBefore_Prompt | Date | |
| InitiatedOnOrAfter_Prompt | Date | |
| InitiatedOnOrBefore_Prompt | Date | |
| Initiator_Prompt | String | |
| Status_Prompt | String | |
| Worker_Prompt | String |
Retrieves completed steps for a business process event.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Events_Id [KEY] | String | The Workday ID of the Events that owns this. |
| CompletedByPerson_Descriptor | String | A description of the instance |
| CompletedByPerson_Href | String | A link to the instance |
| CompletedByPerson_Id | String | wid / id / reference id |
| CompletedDate | Datetime | The date when this step was completed |
| CreationDate | Datetime | The date when the event record was created. |
| Descriptor | String | A preview of the instance |
| DueDate | Datetime | Returns the due date for this step. |
| Event_Descriptor | String | A description of the instance |
| Event_Href | String | A link to the instance |
| Event_Id | String | wid / id / reference id |
| Order | String | Retired. We retire this report field because when there are multiple steps on the business process definition that are associated with this event step, this report field doesn't return the order for each associated step. We recommend that you use the Order report field instead. |
| ParallelStepInboxOrder | String | The order of parallel steps in My Tasks. This field returns the order only if this business process type allows the Parallel Step Order in My Tasks configuration. If there are multiple steps from the business process definition that are associated to this event step, this field returns no value. |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| BusinessProcess_Prompt | String | |
| CompletedOnOrAfter_Prompt | Date | |
| CompletedOnOrBefore_Prompt | Date | |
| InitiatedOnOrAfter_Prompt | Date | |
| InitiatedOnOrBefore_Prompt | Date | |
| Initiator_Prompt | String | |
| Status_Prompt | String | |
| Worker_Prompt | String |
Reads /awaitingPersons entries from the EventsCompletedSteps table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| EventsCompletedSteps_Id [KEY] | String | The Workday ID of the EventsCompletedSteps that contains this. |
| Events_Id [KEY] | String | The Workday ID of the Events that owns this. |
| Descriptor | String | A preview of the instance |
| BusinessProcess_Prompt | String | |
| CompletedOnOrAfter_Prompt | Date | |
| CompletedOnOrBefore_Prompt | Date | |
| InitiatedOnOrAfter_Prompt | Date | |
| InitiatedOnOrBefore_Prompt | Date | |
| Initiator_Prompt | String | |
| Status_Prompt | String | |
| Worker_Prompt | String |
Reads /comments entries from the EventsCompletedSteps table.
| Name | Type | Description |
| EventsCompletedSteps_Id [KEY] | String | The Workday ID of the EventsCompletedSteps that contains this. |
| Events_Id [KEY] | String | The Workday ID of the Events that owns this. |
| Comment | String | Comment |
| CommentDate | Datetime | Gives the moment at which the instance was originally created. |
| Person_Descriptor | String | A description of the instance |
| Person_Href | String | A link to the instance |
| Person_Id | String | wid / id / reference id |
| BusinessProcess_Prompt | String | |
| CompletedOnOrAfter_Prompt | Date | |
| CompletedOnOrBefore_Prompt | Date | |
| InitiatedOnOrAfter_Prompt | Date | |
| InitiatedOnOrBefore_Prompt | Date | |
| Initiator_Prompt | String | |
| Status_Prompt | String | |
| Worker_Prompt | String |
Retrieves in progress steps for a business process event.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Events_Id [KEY] | String | The Workday ID of the Events that owns this. |
| Anonymous | Bool | Returns if the event step has been anonymously assigned. |
| BusinessProcessStep_Descriptor | String | A preview of the instance |
| BusinessProcessStep_Id | String | Id of the instance |
| CreationDate | Datetime | The date when the event record was created. |
| DelayedDate | Datetime | The date the delayed step will trigger. |
| Descriptor | String | A preview of the instance |
| DueDate | Datetime | Returns the due date for this step. |
| Order | String | Retired. We retire this report field because when there are multiple steps on the business process definition that are associated with this event step, this report field doesn't return the order for each associated step. We recommend that you use the Order report field instead. |
| ParallelStepInboxOrder | String | The order of parallel steps in My Tasks. This field returns the order only if this business process type allows the Parallel Step Order in My Tasks configuration. If there are multiple steps from the business process definition that are associated to this event step, this field returns no value. |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| BusinessProcess_Prompt | String | |
| CompletedOnOrAfter_Prompt | Date | |
| CompletedOnOrBefore_Prompt | Date | |
| InitiatedOnOrAfter_Prompt | Date | |
| InitiatedOnOrBefore_Prompt | Date | |
| Initiator_Prompt | String | |
| Status_Prompt | String | |
| Worker_Prompt | String |
Reads /awaitingPersons entries from the EventsInProgressSteps table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| EventsInProgressSteps_Id [KEY] | String | The Workday ID of the EventsInProgressSteps that contains this. |
| Events_Id [KEY] | String | The Workday ID of the Events that owns this. |
| Descriptor | String | A preview of the instance |
| BusinessProcess_Prompt | String | |
| CompletedOnOrAfter_Prompt | Date | |
| CompletedOnOrBefore_Prompt | Date | |
| InitiatedOnOrAfter_Prompt | Date | |
| InitiatedOnOrBefore_Prompt | Date | |
| Initiator_Prompt | String | |
| Status_Prompt | String | |
| Worker_Prompt | String |
Retrieves remaining steps for a business process event.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Events_Id [KEY] | String | The Workday ID of the Events that owns this. |
| CompletionStep | Bool | Returns true if this step completes the business process. |
| Descriptor | String | A preview of the instance |
| DueDate_Descriptor | String | A description of the instance |
| DueDate_Href | String | A link to the instance |
| DueDate_Id | String | wid / id / reference id |
| Order | String | Returns the order of this step within the business process definition it is part of. |
| ParallelStepInboxOrder | String | The order of parallel steps in My Tasks. This field returns the order only if this business process type allows the Parallel Step Order in My Tasks configuration. |
| Step | String | Returns the alternate name of the workflow step for the business process definition. |
| StepType_Descriptor | String | A description of the instance |
| StepType_Href | String | A link to the instance |
| StepType_Id | String | wid / id / reference id |
| BusinessProcess_Prompt | String | |
| CompletedOnOrAfter_Prompt | Date | |
| CompletedOnOrBefore_Prompt | Date | |
| InitiatedOnOrAfter_Prompt | Date | |
| InitiatedOnOrBefore_Prompt | Date | |
| Initiator_Prompt | String | |
| Status_Prompt | String | |
| Worker_Prompt | String |
Reads /groups entries from the EventsRemainingSteps table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| EventsRemainingSteps_Id [KEY] | String | The Workday ID of the EventsRemainingSteps that contains this. |
| Events_Id [KEY] | String | The Workday ID of the Events that owns this. |
| Descriptor | String | A preview of the instance |
| BusinessProcess_Prompt | String | |
| CompletedOnOrAfter_Prompt | Date | |
| CompletedOnOrBefore_Prompt | Date | |
| InitiatedOnOrAfter_Prompt | Date | |
| InitiatedOnOrBefore_Prompt | Date | |
| Initiator_Prompt | String | |
| Status_Prompt | String | |
| Worker_Prompt | String |
Reads /subBusinessProcesses entries from the Events table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Events_Id [KEY] | String | The Workday ID of the Events that contains this. |
| Descriptor | String | A preview of the instance |
| BusinessProcess_Prompt | String | |
| CompletedOnOrAfter_Prompt | Date | |
| CompletedOnOrBefore_Prompt | Date | |
| InitiatedOnOrAfter_Prompt | Date | |
| InitiatedOnOrBefore_Prompt | Date | |
| Initiator_Prompt | String | |
| Status_Prompt | String | |
| Worker_Prompt | String |
Retrieves business process event steps.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| BusinessProcessStep_Descriptor | String | A description of the instance |
| BusinessProcessStep_Href | String | A link to the instance |
| BusinessProcessStep_Id | String | wid / id / reference id |
| BusinessProcess_Descriptor | String | A description of the instance |
| BusinessProcess_Href | String | A link to the instance |
| BusinessProcess_Id | String | wid / id / reference id |
| CompletedByPerson_Descriptor | String | A description of the instance |
| CompletedByPerson_Href | String | A link to the instance |
| CompletedByPerson_Id | String | wid / id / reference id |
| CompletedDate | Datetime | The date when this step was completed |
| CreationDate | Datetime | The date when the event record was created. |
| DelayedDate | Datetime | The date the delayed step will trigger. |
| Descriptor | String | A preview of the instance |
| DueDate | Datetime | Returns the due date for this step. |
| Event_Descriptor | String | A description of the instance |
| Event_Href | String | A link to the instance |
| Event_Id | String | wid / id / reference id |
| Order | String | Retired. We retire this report field because when there are multiple steps on the business process definition that are associated with this event step, this report field doesn't return the order for each associated step. We recommend that you use the Order report field instead. |
| OverallProcess_Descriptor | String | A description of the instance |
| OverallProcess_Href | String | A link to the instance |
| OverallProcess_Id | String | wid / id / reference id |
| ParallelStepInboxOrder | String | The order of parallel steps in My Tasks. This field returns the order only if this business process type allows the Parallel Step Order in My Tasks configuration. If there are multiple steps from the business process definition that are associated to this event step, this field returns no value. |
| Questionnaire_Descriptor | String | A description of the instance |
| Questionnaire_Href | String | A link to the instance |
| Questionnaire_Id | String | wid / id / reference id |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| StepEvent_Descriptor | String | A description of the instance |
| StepEvent_Href | String | A link to the instance |
| StepEvent_Id | String | wid / id / reference id |
| StepHelpText | String | This CRF returns the step help text that is configured for the Workflow Step of the Event Record. |
| StepType_Descriptor | String | A description of the instance |
| StepType_Href | String | A link to the instance |
| StepType_Id | String | wid / id / reference id |
| Task_Descriptor | String | A description of the instance |
| Task_Href | String | A link to the instance |
| Task_Id | String | wid / id / reference id |
| BusinessProcess_Prompt | String | |
| CreatedOnOrAfter_Prompt | Date | |
| CreatedOnOrBefore_Prompt | Date | |
| DueDateOnOrAfter_Prompt | Date | |
| DueDateOnOrBefore_Prompt | Date | |
| StepType_Prompt | String |
Reads /awaitingPersons entries from the EventSteps table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| EventSteps_Id [KEY] | String | The Workday ID of the EventSteps that contains this. |
| Descriptor | String | A preview of the instance |
| BusinessProcess_Prompt | String | |
| CreatedOnOrAfter_Prompt | Date | |
| CreatedOnOrBefore_Prompt | Date | |
| DueDateOnOrAfter_Prompt | Date | |
| DueDateOnOrBefore_Prompt | Date | |
| StepType_Prompt | String |
Reads /comments entries from the EventSteps table.
| Name | Type | Description |
| EventSteps_Id [KEY] | String | The Workday ID of the EventSteps that contains this. |
| Comment | String | Comment |
| CommentDate | Datetime | Gives the moment at which the instance was originally created. |
| Person_Descriptor | String | A description of the instance |
| Person_Href | String | A link to the instance |
| Person_Id | String | wid / id / reference id |
| BusinessProcess_Prompt | String | |
| CreatedOnOrAfter_Prompt | Date | |
| CreatedOnOrBefore_Prompt | Date | |
| DueDateOnOrAfter_Prompt | Date | |
| DueDateOnOrBefore_Prompt | Date | |
| StepType_Prompt | String |
Retrieves a single instance of an expense item.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| Href | String | A link to the instance |
| DisallowFixedItems_Prompt | Bool | |
| SearchString_Prompt | String |
Usage information for the operation ExternalRecordsSourceValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Retrieves a collection of active Feedback Badges.
| Name | Type | Description |
| FeedbackBadgeID | String | The Reference ID to use for lookups within our Workday Web Services. For supervisory organizations, this is also the 'Organization ID' |
| FeedbackBadgeIcon_Descriptor | String | A description of the instance |
| FeedbackBadgeIcon_Href | String | A link to the instance |
| FeedbackBadgeIcon_Id | String | wid / id / reference id |
| Name | String | The name of this feedback badge. |
| WorkdayID | String | Returns the Workday ID for a given object. |
Usage information for the operation FeedbackOnWorkerFeedbackOnWorkerValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Usage information for the operation FeedbackResponderFeedbackResponderValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| TemplateType_Prompt | String | The feedback template type for this feedback event, either Feedback on Self, 133de7d11fea10001dbb45a701140098 or Feedback on Worker 133de7d11fea10001dbb45973dec0097. This field is required. |
| Worker_Prompt | String | The worker WID. This field is required for the Feedback on Worker templateType and not supported for the Feedback on Self templateType. It can't be the processing worker. |
Usage information for the operation FeedbackTemplateFeedbackTemplateValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| TemplateType_Prompt | String | The feedback template type for this feedback event, either Feedback on Self, 133de7d11fea10001dbb45a701140098 or Feedback on Worker 133de7d11fea10001dbb45973dec0097. This field is required. |
| Worker_Prompt | String | The worker WID. This field is required for the Feedback on Worker template and not supported for the Feedback on Self template. It can't be the processing worker. |
Reads /businessProcessParameters/comments entries from the GiveRequestedFeedbackEvents table.
| Name | Type | Description |
| GiveRequestedFeedbackEvents_Id [KEY] | String | The Workday ID of the GiveRequestedFeedbackEvents that contains this. |
| Comment | String | Comment |
| CommentDate | Datetime | Gives the moment at which the instance was originally created. |
| Person_Descriptor | String | A description of the instance |
| Person_Href | String | A link to the instance |
| Person_Id | String | wid / id / reference id |
This resource returns all Student Hold Assignments or a collection of Student Hold Assignments filtered by query parameters.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CreatedBy | String | The assigner of the hold. |
| CreatedOn | Datetime | The date the hold was created. |
| Descriptor | String | A preview of the instance |
| OverrideEvent_AppliedOn | Datetime | The date the hold override was applied. |
| OverrideEvent_CreatedBy | String | The user who applied the override. |
| OverrideEvent_Descriptor | String | A preview of the instance |
| OverrideEvent_EndDate | Datetime | The date the override ends. |
| OverrideEvent_Id | String | Id of the instance |
| OverrideEvent_StartDate | Datetime | The date the override starts. |
| Reason_Description | String | The description of the hold reason. |
| Reason_Descriptor | String | A preview of the instance |
| Reason_Id | String | Id of the instance |
| Reason_ResolutionInstructions | String | The instructions to resolve the hold. |
| RemovedOn | Datetime | The date the hold will be removed from the student. |
| Active_Prompt | Bool | Whether the holds are active or not. |
| HoldReason_Prompt | String | The hold reason to filter on. |
| HoldType_Prompt | String | The hold types to filter on. |
| Student_Prompt | String | The student to filter on. |
Reads /overrideEvent/holdTypes entries from the Holds table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Holds_Id [KEY] | String | The Workday ID of the Holds that contains this. |
| Descriptor | String | A preview of the instance |
| Active_Prompt | Bool | Whether the holds are active or not. |
| HoldReason_Prompt | String | The hold reason to filter on. |
| HoldType_Prompt | String | The hold types to filter on. |
| Student_Prompt | String | The student to filter on. |
Reads /typeContexts entries from the Holds table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Holds_Id [KEY] | String | The Workday ID of the Holds that contains this. |
| AcademicPeriod_Descriptor | String | A description of the instance |
| AcademicPeriod_Href | String | A link to the instance |
| AcademicPeriod_Id | String | wid / id / reference id |
| AcademicRecord_Descriptor | String | A description of the instance |
| AcademicRecord_Href | String | A link to the instance |
| AcademicRecord_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| FederalSchoolCode_Descriptor | String | A description of the instance |
| FederalSchoolCode_Href | String | A link to the instance |
| FederalSchoolCode_Id | String | wid / id / reference id |
| FinancialAidAwardYear_Descriptor | String | A description of the instance |
| FinancialAidAwardYear_Href | String | A link to the instance |
| FinancialAidAwardYear_Id | String | wid / id / reference id |
| HoldType_Descriptor | String | A description of the instance |
| HoldType_Href | String | A link to the instance |
| HoldType_Id | String | wid / id / reference id |
| Institution_Descriptor | String | A description of the instance |
| Institution_Href | String | A link to the instance |
| Institution_Id | String | wid / id / reference id |
| StudentAwardItem_Descriptor | String | A description of the instance |
| StudentAwardItem_Href | String | A link to the instance |
| StudentAwardItem_Id | String | wid / id / reference id |
| Active_Prompt | Bool | Whether the holds are active or not. |
| HoldReason_Prompt | String | The hold reason to filter on. |
| HoldType_Prompt | String | The hold types to filter on. |
| Student_Prompt | String | The student to filter on. |
Usage information for the operation HolidayEvents.rsd.
| Name | Type | Description |
| Date | Datetime | The Date of a Holiday Event. |
| HolidayCalendar_Descriptor | String | A description of the instance |
| HolidayCalendar_Href | String | A link to the instance |
| HolidayCalendar_Id | String | wid / id / reference id |
| HolidayName | String | The Name of a Holiday Event. |
| Worker_Descriptor | String | A preview of the instance |
| Worker_Id | String | Id of the instance |
| FromDate_Prompt | Date | |
| ToDate_Prompt | Date | |
| Worker_Prompt | String |
Retrieves an immigration event.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Application_Descriptor | String | A description of the instance |
| Application_Href | String | A link to the instance |
| Application_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| ImmigrationData_ActiveSevisId | String | The current active SEVIS ID for the student immigration data. |
| ImmigrationData_ActiveVisaType_Descriptor | String | A description of the instance |
| ImmigrationData_ActiveVisaType_Href | String | A link to the instance |
| ImmigrationData_ActiveVisaType_Id | String | wid / id / reference id |
| ImmigrationData_Descriptor | String | A preview of the instance |
| ImmigrationData_Id | String | Id of the instance |
| ImmigrationData_IssuingInstitution_Descriptor | String | A description of the instance |
| ImmigrationData_IssuingInstitution_Href | String | A link to the instance |
| ImmigrationData_IssuingInstitution_Id | String | wid / id / reference id |
| Status | String | The status of the immigration event. |
Usage information for the operation ImmigrationEventsImmigrationPages.rsd.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| ImmigrationEvents_Id [KEY] | String | The Workday ID of the ImmigrationEvents that owns this. |
| Description | String | The description for a student configurable page. |
| Descriptor | String | A preview of the instance |
| Hidden | Bool | Student Configurable Tab Configuration Hidden |
| Name | String | Name of this Student Configurable Page |
| Type | String | The derived type of the page. |
Usage information for the operation Interviews.rsd.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| GiveInterviewFeedbackLink | String | A URL for the Give Interview Feedback task, for workers with access to the Interview Feedback Detail event awaiting processing. |
| HasCompetenciesQuestionnaires | Bool | If true, the interviewer feedback task awaiting processing has Competencies or Questionnaires with configured XIP settings. |
| JobApplication_Descriptor | String | A preview of the instance |
| JobApplication_Id | String | Id of the instance |
| JobApplication_NumberOfJobs | Decimal | The number of jobs for a candidate on this job application. |
| JobApplication_TotalYearsExperience | Decimal | The total years of experience for the candidate on this job application. |
| JobApplication_YearsInCurrentJob | Decimal | The number of years the candidate has been employed at their current job |
| JobRequisition_Descriptor | String | A preview of the instance |
| JobRequisition_HiringManager_Descriptor | String | A preview of the instance |
| JobRequisition_HiringManager_Id | String | Id of the instance |
| JobRequisition_Id | String | Id of the instance |
| OverallComment | String | The Overall Comment XIP configuration formatted as text. |
| OverallRating | String | The Overall Rating XIP configuration formatted as text. |
| InterviewStatus_Prompt | String | "All applicable interview statuses for an Interview event. Statuses can be: |
Reads /interviewers entries from the Interviews table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Interviews_Id [KEY] | String | The Workday ID of the Interviews that contains this. |
| Descriptor | String | A preview of the instance |
| InterviewStatus_Prompt | String | "All applicable interview statuses for an Interview event. Statuses can be: |
Reads /interviewStatuses entries from the Interviews table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Interviews_Id [KEY] | String | The Workday ID of the Interviews that contains this. |
| Descriptor | String | A preview of the instance |
| Href | String | A link to the instance |
| InterviewStatus_Prompt | String | "All applicable interview statuses for an Interview event. Statuses can be: |
Reads /jobRequisition/primaryRecruiters entries from the Interviews table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Interviews_Id [KEY] | String | The Workday ID of the Interviews that contains this. |
| Descriptor | String | A preview of the instance |
| InterviewStatus_Prompt | String | "All applicable interview statuses for an Interview event. Statuses can be: |
Reads /jobRequisition/recruiters entries from the Interviews table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Interviews_Id [KEY] | String | The Workday ID of the Interviews that contains this. |
| Descriptor | String | A preview of the instance |
| InterviewStatus_Prompt | String | "All applicable interview statuses for an Interview event. Statuses can be: |
Reads /workersPendingFeedback entries from the Interviews table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Interviews_Id [KEY] | String | The Workday ID of the Interviews that contains this. |
| Descriptor | String | A preview of the instance |
| InterviewStatus_Prompt | String | "All applicable interview statuses for an Interview event. Statuses can be: |
Retrieves a single customer invoice or adjustment instance.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AdjustmentReason_Descriptor | String | A preview of the instance |
| BillToCustomerAddress_AddressLine1 | String | The first address line for the bill-to customer. |
| BillToCustomerAddress_AddressLine2 | String | The second address line for the bill-to customer. |
| BillToCustomerAddress_AddressLine3 | String | The third address line for the bill-to customer. |
| BillToCustomerAddress_AddressLine4 | String | The fourth address line for the bill-to customer. |
| BillToCustomerAddress_City | String | The city of the bill-to customer. |
| BillToCustomerAddress_CitySubdivision1 | String | The subdivision of the city of the bill-to customer. |
| BillToCustomerAddress_CitySubdivision2 | String | The second subdivision of the city of the bill-to customer. |
| BillToCustomerAddress_CountryRegion_Descriptor | String | A preview of the instance |
| BillToCustomerAddress_Country_Descriptor | String | A preview of the instance |
| BillToCustomerAddress_Descriptor | String | A preview of the instance |
| BillToCustomerAddress_Id | String | Id of the instance |
| BillToCustomerAddress_PostalCode | String | The postal code of the bill-to customer. |
| BillToCustomerAddress_RegionSubdivision1 | String | The subdivision of the region of the bill-to customer. |
| BillToCustomerAddress_RegionSubdivision2 | String | The second subdivision of the region of the bill-to customer. |
| BillToCustomer_Descriptor | String | A preview of the instance |
| BillToCustomer_Id | String | Id of the instance |
| Company_Descriptor | String | A preview of the instance |
| Company_Id | String | Id of the instance |
| Currency_Descriptor | String | A preview of the instance |
| Descriptor | String | A preview of the instance |
| DisputeAmount_Currency | String | The amount you dispute on a customer invoice. |
| DisputeAmount_Value | Decimal | The amount you dispute on a customer invoice. |
| DisputeDate | Datetime | The date you place the customer invoice in dispute. |
| DueAmount_Currency | String | The amount due for the customer invoice. The value can be positive or negative. |
| DueAmount_Value | Decimal | The amount due for the customer invoice. The value can be positive or negative. |
| DueDate | Datetime | The due date of the customer invoice or invoice adjustment as of the defined reporting date. |
| Href | String | A link to the instance |
| InCollection | Bool | A flag when set to true, places the invoices into collections. |
| InDispute | Bool | True if the invoice is in dispute. |
| InvoiceDate | Datetime | The date of the customer invoice. |
| InvoiceNumber | String | The customer invoice number. |
| InvoiceStatus_Descriptor | String | A preview of the instance |
| InvoiceStatus_Id | String | Id of the instance |
| InvoiceType_Descriptor | String | A preview of the instance |
| Memo | String | The memo for the customer invoice. |
| NetAmount_Currency | String | The total of all invoice line amounts minus the total Tax amount minus the Prepaid Utilization amount. This calculation doesn't deduct the withholding tax. This is the value printed on the customer invoice and can be positive or negative. |
| NetAmount_Value | Decimal | The total of all invoice line amounts minus the total Tax amount minus the Prepaid Utilization amount. This calculation doesn't deduct the withholding tax. This is the value printed on the customer invoice and can be positive or negative. |
| PaymentStatus_Descriptor | String | A preview of the instance |
| PaymentStatus_Id | String | Id of the instance |
| PoNumber | String | The purchase order number specified on the customer invoice. |
| RelatedInvoice_Descriptor | String | A description of the instance |
| RelatedInvoice_Href | String | A link to the instance |
| RelatedInvoice_Id | String | wid / id / reference id |
| RetentionAmount_Currency | String | Total retention amount from invoice lines. |
| RetentionAmount_Value | Decimal | Total retention amount from invoice lines. |
| TaxAmount_Currency | String | The total tax amount for the document with sign. |
| TaxAmount_Value | Decimal | The total tax amount for the document with sign. |
| TotalAmount_Currency | String | The total amount for the customer invoice including tax. The amount can be positive or negative. When the reporting transaction is not an instance of a customer invoice, the amount value is zero. |
| TotalAmount_Value | Decimal | The total amount for the customer invoice including tax. The amount can be positive or negative. When the reporting transaction is not an instance of a customer invoice, the amount value is zero. |
| TransactionType | String | The type of customer invoice document, either Invoice or Adjustment. |
| WithholdingAmount_Currency | String | The tax amount that you withhold from the customer invoice. |
| WithholdingAmount_Value | Decimal | The tax amount that you withhold from the customer invoice. |
| BillToCustomer_Prompt | String | The customer on the invoice. |
| Company_Prompt | String | |
| FromDueDate_Prompt | Date | The due date of the customer invoice or invoice adjustment as of the defined reporting date, formatted as YYYY-MM-DD. |
| FromInvoiceDate_Prompt | Date | The date of the customer invoice, formatted as YYYY-MM-DD. |
| InvoiceStatus_Prompt | String | The current status of an invoice document. |
| PaymentStatus_Prompt | String | The payment status of an invoice document. |
| ToDueDate_Prompt | Date | The due date of the customer invoice or invoice adjustment as of the defined reporting date, formatted as YYYY-MM-DD. |
| ToInvoiceDate_Prompt | Date | The date of the customer invoice, formatted as YYYY-MM-DD. |
| TransactionType_Prompt | String | The transaction type of this customer transaction. Use the string "invoice" or "adjustment" to filter to retrieve either only invoices or adjustments. |
Reads /disputeReasons entries from the Invoices table.
| Name | Type | Description |
| Invoices_Id [KEY] | String | The Workday ID of the Invoices that contains this. |
| Descriptor | String | A preview of the instance |
| BillToCustomer_Prompt | String | The customer on the invoice. |
| Company_Prompt | String | |
| FromDueDate_Prompt | Date | The due date of the customer invoice or invoice adjustment as of the defined reporting date, formatted as YYYY-MM-DD. |
| FromInvoiceDate_Prompt | Date | The date of the customer invoice, formatted as YYYY-MM-DD. |
| InvoiceStatus_Prompt | String | The current status of an invoice document. |
| PaymentStatus_Prompt | String | The payment status of an invoice document. |
| ToDueDate_Prompt | Date | The due date of the customer invoice or invoice adjustment as of the defined reporting date, formatted as YYYY-MM-DD. |
| ToInvoiceDate_Prompt | Date | The date of the customer invoice, formatted as YYYY-MM-DD. |
| TransactionType_Prompt | String | The transaction type of this customer transaction. Use the string "invoice" or "adjustment" to filter to retrieve either only invoices or adjustments. |
Retrieves a single customer invoice print run.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Invoices_Id [KEY] | String | The Workday ID of the Invoices that owns this. |
| Descriptor | String | A preview of the instance |
| Pdf_Id | String | Id of the instance |
| Pdf_Name | String | The name of the PDF file associated with the customer invoice. |
| PrintRunType_Descriptor | String | A description of the instance |
| PrintRunType_Href | String | A link to the instance |
| PrintRunType_Id | String | wid / id / reference id |
| PrintedDateTime | Datetime | The date when the customer invoice was printed. |
| BillToCustomer_Prompt | String | The customer on the invoice. |
| Company_Prompt | String | |
| FromDueDate_Prompt | Date | The due date of the customer invoice or invoice adjustment as of the defined reporting date, formatted as YYYY-MM-DD. |
| FromInvoiceDate_Prompt | Date | The date of the customer invoice, formatted as YYYY-MM-DD. |
| InvoiceStatus_Prompt | String | The current status of an invoice document. |
| PaymentStatus_Prompt | String | The payment status of an invoice document. |
| ToDueDate_Prompt | Date | The due date of the customer invoice or invoice adjustment as of the defined reporting date, formatted as YYYY-MM-DD. |
| ToInvoiceDate_Prompt | Date | The date of the customer invoice, formatted as YYYY-MM-DD. |
| TransactionType_Prompt | String | The transaction type of this customer transaction. Use the string "invoice" or "adjustment" to filter to retrieve either only invoices or adjustments. |
Reads /deliveryMethod entries from the InvoicesPrintRuns table.
| Name | Type | Description |
| InvoicesPrintRuns_Id [KEY] | String | The Workday ID of the InvoicesPrintRuns that contains this. |
| Invoices_Id [KEY] | String | The Workday ID of the Invoices that owns this. |
| Descriptor | String | A preview of the instance |
| BillToCustomer_Prompt | String | The customer on the invoice. |
| Company_Prompt | String | |
| FromDueDate_Prompt | Date | The due date of the customer invoice or invoice adjustment as of the defined reporting date, formatted as YYYY-MM-DD. |
| FromInvoiceDate_Prompt | Date | The date of the customer invoice, formatted as YYYY-MM-DD. |
| InvoiceStatus_Prompt | String | The current status of an invoice document. |
| PaymentStatus_Prompt | String | The payment status of an invoice document. |
| ToDueDate_Prompt | Date | The due date of the customer invoice or invoice adjustment as of the defined reporting date, formatted as YYYY-MM-DD. |
| ToInvoiceDate_Prompt | Date | The date of the customer invoice, formatted as YYYY-MM-DD. |
| TransactionType_Prompt | String | The transaction type of this customer transaction. Use the string "invoice" or "adjustment" to filter to retrieve either only invoices or adjustments. |
Retrieves a collection of job change reasons.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| Href | String | A link to the instance |
| IsForContingentWorker | Bool | Identifies whether the reason is allowed to be entered for contingent workers. |
| IsForEmployee | Bool | Identifies whether the reason is allowed to be entered for employees. |
| ManagerReason | Bool | Identifies whether the reason is allowed to be entered by managers. |
Usage information for the operation JobChangesGroupAssignmentTypesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupCompanyInsiderTypesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupContingentWorkerTypesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupCurrenciesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupEmployeeTypesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupFrequenciesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupHeadcountOptionsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupJobClassificationsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupJobProfilesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupJobRequisitionsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupJobsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupLocationsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupPayRateTypesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupProposedPositionValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupReasonValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupSupervisoryOrganizationValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupTemplatesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupTimeTypesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupWorkersCompensationCodeOverridesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupWorkersValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupWorkerTypesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupWorkShiftsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupWorkSpacesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation JobChangesGroupWorkStudyAwardsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Job_Prompt | String | |
| Location_Prompt | String | |
| ProposedManager_Prompt | String | |
| StaffingEvent_Prompt | String | |
| Worker_Prompt | String |
Retrieves a collection of job families.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| Inactive | Bool | If true, the method returns inactive job families. Default is false. |
| JobFamilyGroup_Descriptor | String | A preview of the instance |
| JobFamilyGroup_Id | String | Id of the instance |
| Summary | String | Returns the job family summary for the job family. |
| Inactive_Prompt | Bool | If true, the method returns inactive job families. Default is false. |
| JobFamilyGroup_Prompt | String | The job family group for the job family. You can specify more than 1 jobFamilyGroup query parameter. |
| JobProfile_Prompt | String | The job profile for the job family. You can specify more than 1 jobFamilyGroup query parameter. For possible values, you can use a returned id from GET /jobProfiles. |
Reads /jobProfiles entries from the JobFamilies table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| JobFamilies_Id [KEY] | String | The Workday ID of the JobFamilies that contains this. |
| Descriptor | String | A preview of the instance |
| Inactive_Prompt | Bool | If true, the method returns inactive job families. Default is false. |
| JobFamilyGroup_Prompt | String | The job family group for the job family. You can specify more than 1 jobFamilyGroup query parameter. |
| JobProfile_Prompt | String | The job profile for the job family. You can specify more than 1 jobFamilyGroup query parameter. For possible values, you can use a returned id from GET /jobProfiles. |
Retrieves a collection of job postings.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Company_Descriptor | String | A preview of the instance |
| Company_Id | String | Id of the instance |
| EndDate | Datetime | The end date for the job posting. |
| JobDescription | String | The description of the job for the job posting. |
| JobSite_Descriptor | String | A preview of the instance |
| JobSite_Id | String | Id of the instance |
| JobType_Descriptor | String | A preview of the instance |
| JobType_Id | String | Id of the instance |
| PrimaryLocation_Country_Alpha3Code | String | The ISO alpha-3 code for a country. |
| PrimaryLocation_Country_Descriptor | String | A preview of the instance |
| PrimaryLocation_Descriptor | String | A preview of the instance |
| PrimaryLocation_Id | String | Id of the instance |
| PrimaryLocation_Region_Code | String | The region-only portion of the ISO 3166-2 code for a country region. |
| PrimaryLocation_Region_Descriptor | String | A preview of the instance |
| RemoteType_Id | String | Id of the instance |
| RemoteType_Name | String | The external or internal name of the Job Requisition Remote Type for the given Job Posting. |
| SpotlightJob | Bool | True if the job posting is a Spotlight Job or not. |
| StartDate | Datetime | The start date for the job posting. |
| TimeType_Descriptor | String | A preview of the instance |
| TimeType_Id | String | Id of the instance |
| Title | String | The title of the job posting, according to the associated job requisition. |
| Url | String | External URL for Job Posting if it is posted to a published Workday External Career Site. |
| Category_Prompt | String | |
| JobPosting_Prompt | String | Job Posting for Job Posting Anchor |
| JobRequisition_Prompt | String | Job Requisition for Job Posting Anchor |
| JobSite_Prompt | String |
Reads /additionalLocations entries from the JobPostings table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| JobPostings_Id [KEY] | String | The Workday ID of the JobPostings that contains this. |
| Country_Alpha3Code | String | The ISO alpha-3 code for a country. |
| Country_Descriptor | String | A preview of the instance |
| Descriptor | String | A preview of the instance |
| Region_Code | String | The region-only portion of the ISO 3166-2 code for a country region. |
| Region_Descriptor | String | A preview of the instance |
| Category_Prompt | String | |
| JobPosting_Prompt | String | Job Posting for Job Posting Anchor |
| JobRequisition_Prompt | String | Job Requisition for Job Posting Anchor |
| JobSite_Prompt | String |
Reads /categories entries from the JobPostings table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| JobPostings_Id [KEY] | String | The Workday ID of the JobPostings that contains this. |
| Descriptor | String | A preview of the instance |
| Category_Prompt | String | |
| JobPosting_Prompt | String | Job Posting for Job Posting Anchor |
| JobRequisition_Prompt | String | Job Requisition for Job Posting Anchor |
| JobSite_Prompt | String |
Retrieves a collection of job profiles.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AdditionalJobDescription | String | The formatted additional job description value on the job profile. |
| CriticalJob | Bool | Indicates if the job is considered critical. |
| DefaultJobTitle | String | The Job Title Default for the job profile. |
| DifficultyToFill_Descriptor | String | A preview of the instance |
| DifficultyToFill_Id | String | Id of the instance |
| Inactive | Bool | Returns true if the Job Profile is inactive. |
| JobCategory_Descriptor | String | A preview of the instance |
| JobCategory_Id | String | Id of the instance |
| JobDescription | String | The formatted job description value on the job profile. |
| JobLevel_Descriptor | String | A preview of the instance |
| JobLevel_Id | String | Id of the instance |
| ManagementLevel_Descriptor | String | A preview of the instance |
| ManagementLevel_Id | String | Id of the instance |
| Name | String | The name of the job profile. |
| Public | Bool | Indicates if the job profile has been marked as being public. |
| Summary | String | The description of the responsibilities and/or qualifications for the job profile. |
| WorkShiftRequired | Bool | Indicates if the Job Profile requires a Work Shift to be specified on associated Positions. |
| IncludeInactive_Prompt | Bool | If true, the method returns inactive job profiles. Default is false. |
Reads /companyInsiderTypes entries from the JobProfiles table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| JobProfiles_Id [KEY] | String | The Workday ID of the JobProfiles that contains this. |
| Descriptor | String | A preview of the instance |
| IncludeInactive_Prompt | Bool | If true, the method returns inactive job profiles. Default is false. |
Reads /jobExempts entries from the JobProfiles table.
| Name | Type | Description |
| JobProfiles_Id [KEY] | String | The Workday ID of the JobProfiles that contains this. |
| CountryOrRegion_Descriptor | String | A preview of the instance |
| CountryOrRegion_Id | String | Id of the instance |
| Exempt | Bool | Returns the exempt value for this Job Profile Exempt. |
| IncludeInactive_Prompt | Bool | If true, the method returns inactive job profiles. Default is false. |
Reads /jobFamilies entries from the JobProfiles table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| JobProfiles_Id [KEY] | String | The Workday ID of the JobProfiles that contains this. |
| Descriptor | String | A preview of the instance |
| Name | String | The job family name for the job family. |
| IncludeInactive_Prompt | Bool | If true, the method returns inactive job profiles. Default is false. |
Reads /payRateTypes entries from the JobProfiles table.
| Name | Type | Description |
| JobProfiles_Id [KEY] | String | The Workday ID of the JobProfiles that contains this. |
| Country_Alpha3Code | String | The ISO alpha-3 code for a country. |
| Country_Descriptor | String | A preview of the instance |
| Country_Id | String | Id of the instance |
| PayRateType_Descriptor | String | A preview of the instance |
| PayRateType_Id | String | Id of the instance |
| IncludeInactive_Prompt | Bool | If true, the method returns inactive job profiles. Default is false. |
Reads /restrictedToCountries entries from the JobProfiles table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| JobProfiles_Id [KEY] | String | The Workday ID of the JobProfiles that contains this. |
| Alpha3Code | String | The ISO alpha-3 code for a country. |
| Descriptor | String | A preview of the instance |
| IncludeInactive_Prompt | Bool | If true, the method returns inactive job profiles. Default is false. |
Reads /workersCompensationCodes entries from the JobProfiles table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
country: { /* Returns the \~country\~ from the primary address for the location. */
descriptor: Text /* A preview of the instance */
}
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
}]
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| JobProfiles_Id [KEY] | String | The Workday ID of the JobProfiles that contains this. |
| Code | String | Returns the workers' compensation code. |
| Country_Alpha3Code | String | The ISO alpha-3 code for a country. |
| Country_Descriptor | String | A preview of the instance |
| Country_Id | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| Inactive | Bool | Returns true if the worker's compensation code is inactive. |
| Locations_Aggregate | String | The location for the worker compensation code. |
| Name | String | Returns the description of the worker's compensation code. |
| Regions_Aggregate | String | Returns the Country Regions that the worker's compensation code is used in. |
| IncludeInactive_Prompt | Bool | If true, the method returns inactive job profiles. Default is false. |
Retrieves a collection of jobs.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| BusinessTitle | String | The business title for the position. |
| Descriptor | String | A preview of the instance |
| JobProfile_Descriptor | String | A preview of the instance |
| JobProfile_Id | String | Id of the instance |
| JobType_Descriptor | String | A preview of the instance |
| Location_Country_Descriptor | String | A preview of the instance |
| Location_Descriptor | String | A preview of the instance |
| Location_Id | String | Id of the instance |
| NextPayPeriodStartDate | Datetime | The next pay period start date for the job. |
| SupervisoryOrganization_Descriptor | String | A preview of the instance |
| SupervisoryOrganization_Id | String | Id of the instance |
| Worker_Descriptor | String | A preview of the instance |
| Worker_Id | String | Id of the instance |
Retrieves a single pay group instance.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Jobs_Id [KEY] | String | The Workday ID of the Jobs that owns this. |
| Country_Descriptor | String | A description of the instance |
| Country_Href | String | A link to the instance |
| Country_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| Effective_Prompt | Date | The effective date of the pay group, using the date format yyyy-mm-dd. |
Reads /payGroupDetails entries from the JobsPayGroup table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| JobsPayGroup_Id [KEY] | String | The Workday ID of the JobsPayGroup that contains this. |
| Jobs_Id [KEY] | String | The Workday ID of the Jobs that owns this. |
| Descriptor | String | A preview of the instance |
| RunCategory_Descriptor | String | A description of the instance |
| RunCategory_Href | String | A link to the instance |
| RunCategory_Id | String | wid / id / reference id |
| Effective_Prompt | Date | The effective date of the pay group, using the date format yyyy-mm-dd. |
Retrieves a collection of workspaces for the specified job ID.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Jobs_Id [KEY] | String | The Workday ID of the Jobs that owns this. |
| Descriptor | String | A preview of the instance |
| LocationChain | String | Location chain including bread crumbs for location. |
Usage information for the operation LeaveStatusValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Get all mentorships
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CloseMentorshipReason_Descriptor | String | A description of the instance |
| CloseMentorshipReason_Href | String | A link to the instance |
| CloseMentorshipReason_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| EndDate | Datetime | Returns the end date of the mentorship. |
| Mentee_Descriptor | String | A description of the instance |
| Mentee_Href | String | A link to the instance |
| Mentee_Id | String | wid / id / reference id |
| MentorType_Descriptor | String | A description of the instance |
| MentorType_Href | String | A link to the instance |
| MentorType_Id | String | wid / id / reference id |
| Mentor_Descriptor | String | A description of the instance |
| Mentor_Href | String | A link to the instance |
| Mentor_Id | String | wid / id / reference id |
| Mentorship_Descriptor | String | A description of the instance |
| Mentorship_Href | String | A link to the instance |
| Mentorship_Id | String | wid / id / reference id |
| Purpose | String | Returns the purpose of the mentorship. |
| StartDate | Datetime | Returns the start date of the mentorship. |
| CloseMentorshipReason_Prompt | String | |
| Closed_Prompt | Bool | |
| InProgress_Prompt | Bool | |
| Mentee_Prompt | String | |
| MentorType_Prompt | String | |
| Mentor_Prompt | String |
Usage information for the operation NameComponentsAcademicValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Country_Prompt | String |
Usage information for the operation NameComponentsHereditaryValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Country_Prompt | String |
Usage information for the operation NameComponentsHonoraryValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Country_Prompt | String |
Usage information for the operation NameComponentsProfessionalValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Country_Prompt | String |
Usage information for the operation NameComponentsReligiousValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Country_Prompt | String |
Usage information for the operation NameComponentsRoyalValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Country_Prompt | String |
Usage information for the operation NameComponentsSalutationValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Country_Prompt | String |
Usage information for the operation NameComponentsSocialValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Country_Prompt | String |
Usage information for the operation NameComponentsTitleValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Country_Prompt | String |
Retrieves a collection of notification types.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| Name | String | |
| ParentCategory_Descriptor | String | A description of the instance |
| ParentCategory_Href | String | A link to the instance |
| ParentCategory_Id | String | wid / id / reference id |
| ReferenceID | String | The Reference ID to use for lookups within our Workday Web Services. For supervisory organizations, this is also the 'Organization ID' |
Usage information for the operation OrganizationAssignmentChangesGroupBusinessUnitsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Event_Prompt | String | |
| OrganizationType_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation OrganizationAssignmentChangesGroupCompaniesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Event_Prompt | String | |
| OrganizationType_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation OrganizationAssignmentChangesGroupCostCentersValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Event_Prompt | String | |
| OrganizationType_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation OrganizationAssignmentChangesGroupCustomsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Event_Prompt | String | |
| OrganizationType_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation OrganizationAssignmentChangesGroupFundsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Event_Prompt | String | |
| OrganizationType_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation OrganizationAssignmentChangesGroupGiftsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Event_Prompt | String | |
| OrganizationType_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation OrganizationAssignmentChangesGroupGrantsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Event_Prompt | String | |
| OrganizationType_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation OrganizationAssignmentChangesGroupJobsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Event_Prompt | String | |
| OrganizationType_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation OrganizationAssignmentChangesGroupPositionsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Event_Prompt | String | |
| OrganizationType_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation OrganizationAssignmentChangesGroupProgramsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Event_Prompt | String | |
| OrganizationType_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation OrganizationAssignmentChangesGroupRegionsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Event_Prompt | String | |
| OrganizationType_Prompt | String | |
| Worker_Prompt | String |
Usage information for the operation OrganizationAssignmentChangesGroupWorkersValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EffectiveDate_Prompt | Date | |
| Event_Prompt | String | |
| OrganizationType_Prompt | String | |
| Worker_Prompt | String |
Retrieves a collection of organizations.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| Href | String | A link to the instance |
| OrganizationType_Prompt | String | Reference to an Organization Type. Example: Organization Type WID. Requests must provide an Organization Type. |
Retrieves a collection of organization types.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| Href | String | A link to the instance |
Retrieves a single pay group detail instance.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CurrentPeriodInProgress_Descriptor | String | A description of the instance |
| CurrentPeriodInProgress_Href | String | A link to the instance |
| CurrentPeriodInProgress_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| FirstProcessingPeriod_Descriptor | String | A description of the instance |
| FirstProcessingPeriod_Href | String | A link to the instance |
| FirstProcessingPeriod_Id | String | wid / id / reference id |
| LastPeriodCompleted_Descriptor | String | A description of the instance |
| LastPeriodCompleted_Href | String | A link to the instance |
| LastPeriodCompleted_Id | String | wid / id / reference id |
| NextPeriodToProcess_Descriptor | String | A description of the instance |
| NextPeriodToProcess_Href | String | A link to the instance |
| NextPeriodToProcess_Id | String | wid / id / reference id |
| PayGroup_Descriptor | String | A preview of the instance |
| PayGroup_Id | String | Id of the instance |
| PeriodSchedule_Descriptor | String | A description of the instance |
| PeriodSchedule_Href | String | A link to the instance |
| PeriodSchedule_Id | String | wid / id / reference id |
| RunCategory_Descriptor | String | A description of the instance |
| RunCategory_Href | String | A link to the instance |
| RunCategory_Id | String | wid / id / reference id |
| RunCategories_Prompt | String | One or more Workday IDs of run categories for the pay group. You can use returned ids from GET /values/payrollInputsGroup/runCategories.You can specify 1 or more runCategories query parameters, example: runCategories=category1andrunCategories=category2 |
Reads /payRunGroup entries from the PayGroupDetails table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PayGroupDetails_Id [KEY] | String | The Workday ID of the PayGroupDetails that contains this. |
| Descriptor | String | A preview of the instance |
| RunCategories_Prompt | String | One or more Workday IDs of run categories for the pay group. You can use returned ids from GET /values/payrollInputsGroup/runCategories.You can specify 1 or more runCategories query parameters, example: runCategories=category1andrunCategories=category2 |
Retrieves a single pay group instance.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Country_Descriptor | String | A description of the instance |
| Country_Href | String | A link to the instance |
| Country_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| Country_Prompt | String | The Workday ID of the country or territory of the pay group. You can use a returned country id from any of the payGroups endpoints in this Payroll API. |
Reads /payGroupDetails entries from the PayGroups table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PayGroups_Id [KEY] | String | The Workday ID of the PayGroups that contains this. |
| Descriptor | String | A preview of the instance |
| RunCategory_Descriptor | String | A description of the instance |
| RunCategory_Href | String | A link to the instance |
| RunCategory_Id | String | wid / id / reference id |
| Country_Prompt | String | The Workday ID of the country or territory of the pay group. You can use a returned country id from any of the payGroups endpoints in this Payroll API. |
Usage information for the operation PayrollInputsGroupPayComponentsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EndDate_Prompt | Date | The end date for the positions, using the date format yyyy-mm-dd. |
| PayComponent_Prompt | String | The pay component for the worktags. You can use a returned id from GET/values/payrollInputsGroup/payComponents. |
| StartDate_Prompt | Date | The start date for the positions, using the date format yyyy-mm-dd. |
| Worker_Prompt | String | The Workday ID of the worker. You can use a returned id from GET /workers in the Staffing service. |
Usage information for the operation PayrollInputsGroupPositionsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EndDate_Prompt | Date | The end date for the positions, using the date format yyyy-mm-dd. |
| PayComponent_Prompt | String | The pay component for the worktags. You can use a returned id from GET/values/payrollInputsGroup/payComponents. |
| StartDate_Prompt | Date | The start date for the positions, using the date format yyyy-mm-dd. |
| Worker_Prompt | String | The Workday ID of the worker. You can use a returned id from GET /workers in the Staffing service. |
Usage information for the operation PayrollInputsGroupRunCategoriesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EndDate_Prompt | Date | The end date for the positions, using the date format yyyy-mm-dd. |
| PayComponent_Prompt | String | The pay component for the worktags. You can use a returned id from GET/values/payrollInputsGroup/payComponents. |
| StartDate_Prompt | Date | The start date for the positions, using the date format yyyy-mm-dd. |
| Worker_Prompt | String | The Workday ID of the worker. You can use a returned id from GET /workers in the Staffing service. |
Usage information for the operation PayrollInputsGroupWorktagsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EndDate_Prompt | Date | The end date for the positions, using the date format yyyy-mm-dd. |
| PayComponent_Prompt | String | The pay component for the worktags. You can use a returned id from GET/values/payrollInputsGroup/payComponents. |
| StartDate_Prompt | Date | The start date for the positions, using the date format yyyy-mm-dd. |
| Worker_Prompt | String | The Workday ID of the worker. You can use a returned id from GET /workers in the Staffing service. |
Retrieves a person in your Workday tenant.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AdditionalNames | String | The additional names for a person. |
| AudioNamePronunciation | String | The Media related to Audio Name Pronunciation for a Person |
| HomeAddresses | String | The home addresses for a person. |
| HomeEmails | String | The home email addresses for a person. |
| HomeInstantMessengers | String | The home instant messenger accounts for a person. |
| HomePhones | String | The home phone numbers for a person. |
| HomeWebAddresses | String | The home web addresses for a person. |
| Href | String | A link to the instance |
| LegalName | String | The Legal Name for a person. |
| PersonalInformation | String | The person. |
| Photos | String | The image for the person. |
| PreferredName | String | The preferred name for a person. |
| SocialNetworks | String | The social network accounts for a person. |
| UniversalID_Id | String | Id of the instance |
| WorkAddresses | String | The work addresses for a person. |
| WorkEmails | String | The work email addresses for a person. |
| WorkInstantMessengers | String | The work instant messenger accounts for a person. |
| WorkPhones | String | The work phone numbers for a person. |
| WorkWebAddresses | String | The work web addresses for a person. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves an additional name.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Country_Descriptor | String | A preview of the instance |
| Country_Id | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| First | String | The first or given name for a person. |
| FirstLocal | String | The person's given name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| FirstLocal2 | String | The person's given name in second local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Full | String | The Full Name for a person, when it is provided. Workday only tracks Full Name for countries where the Full Name name component is used. |
| Hereditary_Descriptor | String | A preview of the instance |
| Middle | String | The middle name from the name. |
| MiddleLocal | String | The person's middle name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Primary | String | The person's family name. |
| PrimaryLocal | String | The person's last name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| PrimaryLocal2 | String | The person's last name in second local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Salutation_Descriptor | String | A preview of the instance |
| SecondaryLast | String | The secondary family name for a person. |
| SecondaryLocal | String | The person's secondary family name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Social_Descriptor | String | A preview of the instance |
| TertiaryLast | String | The person's tertiary last name. |
| Title_Descriptor | String | A preview of the instance |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a collection of Audio Name Pronunciations
| Name | Type | Description |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| DownloadAudio | String | Download Link |
| Filename | String | Filename |
| MediaId | String | Media ID |
| PersonId | String | Person ID |
| CurrentAudio_Prompt | Bool | Download only the currently active audio |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a home address.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| AddressLine1 | String | Address Line 1 for the address. |
| AddressLine1Local | String | Local Address Line 1 for the address. |
| AddressLine2 | String | Address Line 2 for the address. |
| AddressLine2Local | String | Local Address Line 2 for the address. |
| AddressLine3 | String | Address Line 3 for the address. |
| AddressLine3Local | String | Local Address Line 3 for the address. |
| AddressLine4 | String | Address Line 4 for the address. |
| AddressLine4Local | String | Local Address Line 4 for the address. |
| AddressLine5 | String | Address Line 5 for the address. |
| AddressLine5Local | String | Local Address Line 5 for the address. |
| AddressLine6 | String | Address Line 6 for the address. |
| AddressLine6Local | String | Local Address Line 6 for the address. |
| AddressLine7 | String | Address Line 7 for the address. |
| AddressLine7Local | String | Local Address Line 7 for the address. |
| AddressLine8 | String | Address Line 8 for the address. |
| AddressLine8Local | String | Local Address Line 8 for the address. |
| AddressLine9 | String | Address Line 9 for the address. |
| AddressLine9Local | String | Local Address Line 9 for the address. |
| City | String | City for the address. |
| CityLocal | String | City - Local for the address. |
| CitySubdivision1 | String | City Subdivision 1 for the address. |
| CitySubdivision1Local | String | City Subdivision 1 - Local for the address. |
| CitySubdivision2 | String | City Subdivision 2 for the address. |
| CitySubdivision2Local | String | City Subdivision 2 - Local for the address. |
| CountryCity_Descriptor | String | A preview of the instance |
| CountryCity_Id | String | Id of the instance |
| CountryRegion_Descriptor | String | A preview of the instance |
| CountryRegion_Id | String | Id of the instance |
| Country_Descriptor | String | A preview of the instance |
| Country_Id | String | Id of the instance |
| Effective | Datetime | The Effective Date for the address. |
| FullFormattedAddress | String | Full Formatted Address |
| FullFormattedLocalAddress | String | Full Formatted Local Address |
| PostalCode | String | The postal code for the address. |
| RegionSubdivision1 | String | Region Subdivision 1 for the address. |
| RegionSubdivision1Local | String | Region Subdivision 1 - Local for the address. |
| RegionSubdivision2 | String | Region Subdivision 2 for the address. |
| Usage_Primary | Bool | True if the communication method has any primary usage type. |
| Usage_Public | Bool | True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Descriptor | String | A preview of the instance |
| Usage_UsageType_Id | String | Id of the instance |
| Effective_Prompt | Date | The effective date of the person's addresses using the yyyy-mm-dd format. |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary addresses. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public addresses. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Reads /usage/usedFor entries from the PeopleHomeAddresses table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PeopleHomeAddresses_Id [KEY] | String | The Workday ID of the PeopleHomeAddresses that contains this. |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Descriptor | String | A preview of the instance |
| Effective_Prompt | Date | The effective date of the person's addresses using the yyyy-mm-dd format. |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary addresses. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public addresses. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a home email address.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| EmailAddress | String | The email address. |
| EmailComment | String | Comment associated with the email. |
| Usage_Primary | Bool | True if the communication method has any primary usage type. |
| Usage_Public | Bool | True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Descriptor | String | A preview of the instance |
| Usage_UsageType_Id | String | Id of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary email addresses. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public email addresses. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Reads /usage/usedFor entries from the PeopleHomeEmails table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PeopleHomeEmails_Id [KEY] | String | The Workday ID of the PeopleHomeEmails that contains this. |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Descriptor | String | A preview of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary email addresses. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public email addresses. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a home instant messenger account username.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Comment | String | The comment associated with the instant messenger account. |
| Type_Descriptor | String | A preview of the instance |
| Usage_Primary | Bool | True if the communication method has any primary usage type. |
| Usage_Public | Bool | True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Descriptor | String | A preview of the instance |
| Usage_UsageType_Id | String | Id of the instance |
| UserName | String | The instant messenger account username. |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary instant messenger account usernames. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public instant messenger usernames. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Reads /usage/usedFor entries from the PeopleHomeInstantMessengers table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PeopleHomeInstantMessengers_Id [KEY] | String | The Workday ID of the PeopleHomeInstantMessengers that contains this. |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Descriptor | String | A preview of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary instant messenger account usernames. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public instant messenger usernames. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a home phone number.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| CompletePhoneNumber | String | The complete phone number. |
| CountryPhoneCode_CountryPhoneCode | String | The phone code for a country. |
| CountryPhoneCode_Country_Descriptor | String | A preview of the instance |
| CountryPhoneCode_Country_Id | String | Id of the instance |
| CountryPhoneCode_Descriptor | String | A preview of the instance |
| CountryPhoneCode_Id | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| DeviceType_Descriptor | String | A preview of the instance |
| DeviceType_Id | String | Id of the instance |
| Extension | String | The phone extension. |
| Usage_Primary | Bool | True if the communication method has any primary usage type. |
| Usage_Public | Bool | True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Descriptor | String | A preview of the instance |
| Usage_UsageType_Id | String | Id of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary phone numbers. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public phone numbers. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Reads /usage/usedFor entries from the PeopleHomePhones table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PeopleHomePhones_Id [KEY] | String | The Workday ID of the PeopleHomePhones that contains this. |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Descriptor | String | A preview of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary phone numbers. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public phone numbers. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a collection of home web addresses.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Comment | String | The comment associated with the web address. |
| Url | String | The complete URL address for the web address. |
| Usage_Primary | Bool | True if the communication method has any primary usage type. |
| Usage_Public | Bool | True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Descriptor | String | A preview of the instance |
| Usage_UsageType_Id | String | Id of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary web addresses. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public web addresses. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Reads /usage/usedFor entries from the PeopleHomeWebAddresses table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PeopleHomeWebAddresses_Id [KEY] | String | The Workday ID of the PeopleHomeWebAddresses that contains this. |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Descriptor | String | A preview of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary web addresses. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public web addresses. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves the legal name instance.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Country_Descriptor | String | A preview of the instance |
| Country_Id | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| First | String | The first or given name for a person. |
| FirstLocal | String | The person's given name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| FirstLocal2 | String | The person's given name in second local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Full | String | The Full Name for a person, when it is provided. Workday only tracks Full Name for countries where the Full Name name component is used. |
| Hereditary_Descriptor | String | A preview of the instance |
| Middle | String | The middle name from the name. |
| MiddleLocal | String | The person's middle name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Primary | String | The person's family name. |
| PrimaryLocal | String | The person's last name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| PrimaryLocal2 | String | The person's last name in second local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Salutation_Descriptor | String | A preview of the instance |
| SecondaryLast | String | The secondary family name for a person. |
| SecondaryLocal | String | The person's secondary family name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Social_Descriptor | String | A preview of the instance |
| TertiaryLast | String | The person's tertiary last name. |
| Title_Descriptor | String | A preview of the instance |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a collection of personal information.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
citizen: Boolean /* Identifies Citizenship Status as citizen. */
country: { /* The \~Country\~ for the Citizenship Status. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
description: Text /* Description for the Citizenship Status. */
descriptor: Text /* A preview of the instance */
inactive: Boolean /* True if the Citizenship Status is inactive. */
name: Text /* Name for the Citizenship Status. */
}]
[{
accommodationProvided: Text /* The Accommodations Provided for a \~Disability\~ status. */
accommodationRequested: Text /* The Accommodations Requested for a \~Disability\~ status. */
certificationBasis: { /* The Certification Basis for a \~Disability\~ status. */
descriptor: Text /* A preview of the instance */
}
certificationID: Text /* The Certification ID for a \~Disability\~ status. */
certifiedAt: Text /* The Certification Location for a \~Disability\~ status. */
certifiedBy: Text /* The \~Disability\~ Authority for a \~Disability\~ Status */
degreePercent: Numeric /* The Degree for a \~Disability\~ status. */
descriptor: Text /* A preview of the instance */
disability: { /* The \~Disability\~ for a \~Disability\~ Status. */
descriptor: Text /* A preview of the instance */
}
endDate: Date /* The End Date for a \~Disability\~ status. */
fteTowardQuota: Numeric /* The FTE Toward Quota for a \~Disability\~ status. */
grade: { /* The Grade for a \~Disability\~ status. */
descriptor: Text /* A preview of the instance */
}
knownDate: Date /* The Date Known for a \~Disability\~ status. */
note: Text /* The Note for a \~Disability\~ status. */
rehabilitationProvided: Text /* The Rehabilitation Provided for a \~Disability\~ status. */
rehabilitationRequested: Text /* The Rehabilitation Requested for a \~Disability\~ status. */
remainingCapacity: Numeric /* The Remaining Capacity for a \~Disability\~ status. */
severityRecognitionDate: Date /* The Severity Recognition Date for a \~Disability\~ status. */
statusDate: Date /* The \~Disability\~ Status Date for a \~Disability\~ Status. */
statusID: Text /* The reference id for the \~disability\~ status. This is the unique identifier for the \~disability\~ status that is assigned at creation and then maintained throughout its life as it is edited. */
workRestrictions: Text /* The Work Restrictions for a \~Disability\~ status. */
workerDocuments: [{
comment: Text /* The additional comments associated with the Worker Document. */
fileName: Text /* The filename of the Worker Document. */
}]
}]
[{
descriptor: Text /* A preview of the instance */
location: { /* Location Context for the ethnicity; */
descriptor: Text /* A preview of the instance */
}
}]
[{
descriptor: Text /* A preview of the instance */
location: { /* Location Context for the ethnicity; */
descriptor: Text /* A preview of the instance */
}
}]
[{
begin: Date /* The Military Status Begin Date for the Military Service. */
descriptor: Text /* A preview of the instance */
discharge: Date /* The Discharge Date for the Military Service. */
militaryDischargeTypeReference: { /* The \~Military Discharge Type\~ reference. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
militaryServiceReference: { /* The reference id for the military service entry. This is the unique identifier for the military service that is assigned at creation and then maintained throughout its life as it is edited. */
descriptor: Text /* A preview of the instance */
}
notes: Rich Text /* Notes associated with the Military Service. */
rank: { /* Military Rank for Military Service */
descriptor: Text /* A preview of the instance */
}
status: { /* The Military Status for the Military Service. */
code: Text /* The military status code. */
country: { /* The \~Country\~ for the Military Status. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
description: Text /* The military status description. */
descriptor: Text /* A preview of the instance */
}
type: { /* Military Service Type for Military Service */
descriptor: Text /* A preview of the instance */
}
}]
[{
academicSuffix: { /* Returns the academic suffix from the name. */
descriptor: Text /* A preview of the instance */
}
country: { /* Returns the \~country\~ from the name. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
descriptor: Text /* A preview of the instance */
firstName: Text /* The first or given name for a relative name. */
fullName: Text /* The Full Name for a relative name, where provided. Workday only tracks Full Name for countries where the Full Name name component is used. */
hereditarySuffix: { /* Returns the hereditary suffix from the name. */
descriptor: Text /* A preview of the instance */
}
honorarySuffix: { /* Returns the honorary suffix from the name. */
descriptor: Text /* A preview of the instance */
}
lastName: Text /* The family name for a relative name. */
localPersonName: { /* Returns the local person name from the name. */
descriptor: Text /* A preview of the instance */
first: Text /* The person's given name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. */
first2: Text /* The person's given name in second local script. Workday only tracks local names for countries where a non-Latin script is commonly used. */
last: Text /* The person's last name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. */
last2: Text /* The person's last name in second local script. Workday only tracks local names for countries where a non-Latin script is commonly used. */
middle: Text /* The person's middle name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. */
middle2: Text /* The person's second middle name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. */
secondaryLast: Text /* The person's secondary family name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. */
secondaryLast2: Text /* The person's secondary last name in second local script. Workday only tracks local names for countries where a non-Latin script is commonly used. */
}
middleName: Text /* The middle name for a relative name. */
professionalSuffix: { /* Returns the professional suffix from the name. */
descriptor: Text /* A preview of the instance */
}
relativeType: { /* Returns the relative type for a relative name */
descriptor: Text /* A preview of the instance */
}
religiousSuffix: { /* Returns the religious suffix from the name. */
descriptor: Text /* A preview of the instance */
}
royalSuffix: { /* Returns the royal suffix from the name. */
descriptor: Text /* A preview of the instance */
}
salutationSuffix: { /* Returns the salutation from the name. */
descriptor: Text /* A preview of the instance */
}
secondaryLastName: Text /* The secondary family name for a relative name */
socialSuffix: { /* Returns the social suffix from the name. */
descriptor: Text /* A preview of the instance */
}
title: { /* Returns the prefix from the name. */
descriptor: Text /* A preview of the instance */
}
}]
[{
descriptor: Text /* A preview of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
inactive: Boolean /* The Inactive flag. */
militaryServicePreferenceCode: Text /* Military Service Preference Code */
militaryServicePreferenceDescription: Text /* Military Service Preference Description */
militaryServicePreferenceName: Text /* \~Veteran's Preference\~ Category */
}]
| Name | Type | Description |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| AboriginalIndigenousIdentificationDetails_Aggregate | String | Returns the aboriginal/indigenous identification details for a person. |
| AboriginalIndigenousIdentification_Descriptor | String | A preview of the instance |
| ActiveMilitaryUniformedService_Descriptor | String | A preview of the instance |
| ActiveMilitaryUniformedService_Id | String | Id of the instance |
| AdditionalNationalities_Aggregate | String | The countries of additional nationality for a person. |
| BloodType_Descriptor | String | A preview of the instance |
| CitizenshipStatuses_Aggregate | String | The Citizenship Statuses for a person. |
| DateOfBirth | Datetime | The date of birth for a person. |
| DateOfDeath | Datetime | The date of death for a person. |
| DisabilityStatuses_Aggregate | String | The Disability Statuses for a person. |
| DisabledVeteranLeaveDate | Datetime | The Veteran's Preference Effective Date |
| EthnicitiesForVisualSurvey_Ethnicities_Aggregate | String | The ethnicities indicated on the person's visual survey. |
| EthnicitiesForVisualSurvey_HispanicOrLatinoForVisualSurvey | Bool | True if the person is indicated as Hispanic or Latino for visual survey. |
| Ethnicities_Aggregate | String | The Ethnicity for a person. |
| Gender_Descriptor | String | A preview of the instance |
| HispanicOrLatino | Bool | True if the person has indicated they are Hispanic or Latino. |
| MaritalStatus_Date | Datetime | The Marital Status Date for a person. |
| MaritalStatus_Status_Descriptor | String | A preview of the instance |
| MaritalStatus_Status_Location_Descriptor | String | A preview of the instance |
| MedicalExam_ExpirationDate | Datetime | Medical exam expiration date for a person. |
| MedicalExam_LastExamDate | Datetime | The date of the last medical exam for a person. |
| MedicalExam_Notes | String | Medical exam notes for a person. |
| MilitaryServices_Aggregate | String | The Military Service for a person. |
| PlaceOfBirth_City | String | The City of Birth for a person. |
| PlaceOfBirth_Country_Descriptor | String | A preview of the instance |
| PlaceOfBirth_Country_Id | String | Id of the instance |
| PlaceOfBirth_Region_Descriptor | String | A preview of the instance |
| PlaceOfBirth_Region_Id | String | Id of the instance |
| PoliticalAffiliation_Descriptor | String | A preview of the instance |
| PrimaryNationality_Descriptor | String | A preview of the instance |
| PrimaryNationality_Id | String | Id of the instance |
| RelativeNames_Aggregate | String | The relative names for a person. |
| Religion_Aggregate | String | The Religion for a person. |
| SelectiveServiceRegistration_Descriptor | String | A preview of the instance |
| SelectiveServiceRegistration_Id | String | Id of the instance |
| SexualOrientationAndGenderIdentity_Aggregate | String | The Sexual Orientation and Gender Identity for a person. |
| SocialBenefitsLocality_Code | String | Code for the Social Benefits Locality. |
| SocialBenefitsLocality_Description | String | Description for the Social Benefits Locality. |
| SocialBenefitsLocality_Descriptor | String | A preview of the instance |
| SocialBenefitsLocality_Inactive | Bool | True if the Social Benefits Locality is inactive. |
| SocialBenefitsLocality_Location_Descriptor | String | A preview of the instance |
| SocialBenefitsLocality_Name | String | Name for the Social Benefits Locality. |
| UniformServiceReserveStatus_Descriptor | String | A preview of the instance |
| UniformServiceReserveStatus_Id | String | Id of the instance |
| UniformServiceReserveStatus_Inactive | Bool | The inactive flag. |
| UniformServiceReserveStatus_UniformServiceReserveStatusCode | String | Uniform Service Reserve Status Code |
| UniformServiceReserveStatus_UniformServiceReserveStatusDescription | String | Uniform Service Reserve Status Description. |
| UniformServiceReserveStatus_UniformServiceReserveStatusName | String | Uniform Service Reserve Status Name. |
| VeteransPreferenceForRIF_Descriptor | String | A preview of the instance |
| VeteransPreferenceForRIF_Id | String | Id of the instance |
| VeteransPreference_Aggregate | String | Contains the veteran's preference for a person. |
| Country_Prompt | String | Specifies the set of personal information by country that will be returned. If empty, the most recently updated set of personal information will be returned. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a collection of personal photos.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| ContentType_Descriptor | String | A description of the instance |
| ContentType_Href | String | A link to the instance |
| ContentType_Id | String | wid / id / reference id |
| FileLength | Decimal | File length of the image attachment. |
| FileName | String | Filename of the image attachment. |
| Height | Decimal | Height of Cropped Image. |
| Href | String | A link to the instance |
| Width | Decimal | Width of Cropped Image. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves the preferred name instance.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Country_Descriptor | String | A preview of the instance |
| Country_Id | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| First | String | The first or given name for a person. |
| FirstLocal | String | The person's given name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| FirstLocal2 | String | The person's given name in second local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Full | String | The Full Name for a person, when it is provided. Workday only tracks Full Name for countries where the Full Name name component is used. |
| Hereditary_Descriptor | String | A preview of the instance |
| Middle | String | The middle name from the name. |
| MiddleLocal | String | The person's middle name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Primary | String | The person's family name. |
| PrimaryLocal | String | The person's last name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| PrimaryLocal2 | String | The person's last name in second local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Salutation_Descriptor | String | A preview of the instance |
| SecondaryLast | String | The secondary family name for a person. |
| SecondaryLocal | String | The person's secondary family name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used. |
| Social_Descriptor | String | A preview of the instance |
| TertiaryLast | String | The person's tertiary last name. |
| Title_Descriptor | String | A preview of the instance |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a person's public contact information.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
addressLine1: Text /* Address Line 1 for the address. */
addressLine1Local: Text /* Local Address Line 1 for the address. */
addressLine2: Text /* Address Line 2 for the address. */
addressLine2Local: Text /* Local Address Line 2 for the address. */
addressLine3: Text /* Address Line 3 for the address. */
addressLine3Local: Text /* Local Address Line 3 for the address. */
addressLine4: Text /* Address Line 4 for the address. */
addressLine4Local: Text /* Local Address Line 4 for the address. */
addressLine5: Text /* Address Line 5 for the address. */
addressLine5Local: Text /* Local Address Line 5 for the address. */
addressLine6: Text /* Address Line 6 for the address. */
addressLine6Local: Text /* Local Address Line 6 for the address. */
addressLine7: Text /* Address Line 7 for the address. */
addressLine7Local: Text /* Local Address Line 7 for the address. */
addressLine8: Text /* Address Line 8 for the address. */
addressLine8Local: Text /* Local Address Line 8 for the address. */
addressLine9: Text /* Address Line 9 for the address. */
addressLine9Local: Text /* Local Address Line 9 for the address. */
city: Text /* City for the address. */
cityLocal: Text /* City - Local for the address. */
citySubdivision1: Text /* City Subdivision 1 for the address. */
citySubdivision1Local: Text /* City Subdivision 1 - Local for the address. */
citySubdivision2: Text /* City Subdivision 2 for the address. */
citySubdivision2Local: Text /* City Subdivision 2 - Local for the address. */
country: { /* \~Country\~ */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
countryCity: { /* \~Country\~ City */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
countryRegion: { /* Country Region */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
effective: Date /* The Effective Date for the address. */
fullFormattedAddress: Text /* Full Formatted Address */
fullFormattedLocalAddress: Text /* Full Formatted Local Address */
id: Text /* Id of the instance */
postalCode: Text /* The postal code for the address. */
regionSubdivision1: Text /* Region Subdivision 1 for the address. */
regionSubdivision1Local: Text /* Region Subdivision 1 - Local for the address. */
regionSubdivision2: Text /* Region Subdivision 2 for the address. */
usage: { /* Address Instance Referenced */
primary: Boolean /* True if the communication method has any primary usage type. */
public: Boolean /* True if the communication method is public. If no results are returned, the communication method is private. */
usageType: { /* Returns the usage type for a given communication method. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
usedFor: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
}
}]
[{
emailAddress: Text /* The email address. */
emailComment: Text /* Comment associated with the email. */
id: Text /* Id of the instance */
usage: { /* Current e-mail interface for the e-mail reference */
primary: Boolean /* True if the communication method has any primary usage type. */
public: Boolean /* True if the communication method is public. If no results are returned, the communication method is private. */
usageType: { /* Returns the usage type for a given communication method. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
usedFor: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
}
}]
[{
comment: Text /* The comment associated with the instant messenger account. */
id: Text /* Id of the instance */
type: { /* Instant Messenger Type */
descriptor: Text /* A preview of the instance */
}
usage: { /* Instant Messenger for the Instant Messenger Reference */
primary: Boolean /* True if the communication method has any primary usage type. */
public: Boolean /* True if the communication method is public. If no results are returned, the communication method is private. */
usageType: { /* Returns the usage type for a given communication method. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
usedFor: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
}
userName: Text /* The instant messenger account username. */
}]
[{
completePhoneNumber: Text /* The complete phone number. */
countryPhoneCode: { /* Phone \~country\~ */
country: { /* \~Country\~ Phone Code for \~Country\~ */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
countryPhoneCode: Text /* The phone code for a country. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
descriptor: Text /* A preview of the instance */
deviceType: { /* Phone device type */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
extension: Text /* The phone extension. */
id: Text /* Id of the instance */
usage: { /* Current phone for the reference */
primary: Boolean /* True if the communication method has any primary usage type. */
public: Boolean /* True if the communication method is public. If no results are returned, the communication method is private. */
usageType: { /* Returns the usage type for a given communication method. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
usedFor: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
}
}]
[{
comment: Text /* The comment associated with the web address. */
id: Text /* Id of the instance */
url: Text /* The complete URL address for the web address. */
usage: { /* Current web address interface for the web address reference */
primary: Boolean /* True if the communication method has any primary usage type. */
public: Boolean /* True if the communication method is public. If no results are returned, the communication method is private. */
usageType: { /* Returns the usage type for a given communication method. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}
usedFor: [{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
}
}]
| Name | Type | Description |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Addresses_Aggregate | String | The public address references for the person. |
| Emails_Aggregate | String | The public email references for the person. |
| InstantMessengers_Aggregate | String | The public instant messenger account references for the person. |
| PhoneNumbers_Aggregate | String | The public phone number references for the person. |
| WebAddresses_Aggregate | String | The public web address references for the person. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a work address.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| AddressLine1 | String | Address Line 1 for the address. |
| AddressLine1Local | String | Local Address Line 1 for the address. |
| AddressLine2 | String | Address Line 2 for the address. |
| AddressLine2Local | String | Local Address Line 2 for the address. |
| AddressLine3 | String | Address Line 3 for the address. |
| AddressLine3Local | String | Local Address Line 3 for the address. |
| AddressLine4 | String | Address Line 4 for the address. |
| AddressLine4Local | String | Local Address Line 4 for the address. |
| AddressLine5 | String | Address Line 5 for the address. |
| AddressLine5Local | String | Local Address Line 5 for the address. |
| AddressLine6 | String | Address Line 6 for the address. |
| AddressLine6Local | String | Local Address Line 6 for the address. |
| AddressLine7 | String | Address Line 7 for the address. |
| AddressLine7Local | String | Local Address Line 7 for the address. |
| AddressLine8 | String | Address Line 8 for the address. |
| AddressLine8Local | String | Local Address Line 8 for the address. |
| AddressLine9 | String | Address Line 9 for the address. |
| AddressLine9Local | String | Local Address Line 9 for the address. |
| City | String | City for the address. |
| CityLocal | String | City - Local for the address. |
| CitySubdivision1 | String | City Subdivision 1 for the address. |
| CitySubdivision1Local | String | City Subdivision 1 - Local for the address. |
| CitySubdivision2 | String | City Subdivision 2 for the address. |
| CitySubdivision2Local | String | City Subdivision 2 - Local for the address. |
| CountryCity_Descriptor | String | A preview of the instance |
| CountryCity_Id | String | Id of the instance |
| CountryRegion_Descriptor | String | A preview of the instance |
| CountryRegion_Id | String | Id of the instance |
| Country_Descriptor | String | A preview of the instance |
| Country_Id | String | Id of the instance |
| Effective | Datetime | The Effective Date for the address. |
| FullFormattedAddress | String | Full Formatted Address |
| FullFormattedLocalAddress | String | Full Formatted Local Address |
| PostalCode | String | The postal code for the address. |
| RegionSubdivision1 | String | Region Subdivision 1 for the address. |
| RegionSubdivision1Local | String | Region Subdivision 1 - Local for the address. |
| RegionSubdivision2 | String | Region Subdivision 2 for the address. |
| Usage_Primary | Bool | True if the communication method has any primary usage type. |
| Usage_Public | Bool | True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Descriptor | String | A preview of the instance |
| Usage_UsageType_Id | String | Id of the instance |
| Effective_Prompt | Date | The effective date of the person's addresses using the yyyy-mm-dd format. |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary addresses. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public addresses. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Reads /usage/usedFor entries from the PeopleWorkAddresses table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PeopleWorkAddresses_Id [KEY] | String | The Workday ID of the PeopleWorkAddresses that contains this. |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Descriptor | String | A preview of the instance |
| Effective_Prompt | Date | The effective date of the person's addresses using the yyyy-mm-dd format. |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary addresses. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public addresses. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a collection of work email addresses.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| EmailAddress | String | The email address. |
| EmailComment | String | Comment associated with the email. |
| Usage_Primary | Bool | True if the communication method has any primary usage type. |
| Usage_Public | Bool | True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Descriptor | String | A preview of the instance |
| Usage_UsageType_Id | String | Id of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary email addresses. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public email addresses. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Reads /usage/usedFor entries from the PeopleWorkEmails table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PeopleWorkEmails_Id [KEY] | String | The Workday ID of the PeopleWorkEmails that contains this. |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Descriptor | String | A preview of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary email addresses. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public email addresses. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a collection of work instant messenger accounts usernames.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Comment | String | The comment associated with the instant messenger account. |
| Type_Descriptor | String | A preview of the instance |
| Usage_Primary | Bool | True if the communication method has any primary usage type. |
| Usage_Public | Bool | True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Descriptor | String | A preview of the instance |
| Usage_UsageType_Id | String | Id of the instance |
| UserName | String | The instant messenger account username. |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary instant messenger account usernames. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public instant messenger usernames. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Reads /usage/usedFor entries from the PeopleWorkInstantMessengers table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PeopleWorkInstantMessengers_Id [KEY] | String | The Workday ID of the PeopleWorkInstantMessengers that contains this. |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Descriptor | String | A preview of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary instant messenger account usernames. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public instant messenger usernames. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a collection of work phone numbers.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| CompletePhoneNumber | String | The complete phone number. |
| CountryPhoneCode_CountryPhoneCode | String | The phone code for a country. |
| CountryPhoneCode_Country_Descriptor | String | A preview of the instance |
| CountryPhoneCode_Country_Id | String | Id of the instance |
| CountryPhoneCode_Descriptor | String | A preview of the instance |
| CountryPhoneCode_Id | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| DeviceType_Descriptor | String | A preview of the instance |
| DeviceType_Id | String | Id of the instance |
| Extension | String | The phone extension. |
| Usage_Primary | Bool | True if the communication method has any primary usage type. |
| Usage_Public | Bool | True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Descriptor | String | A preview of the instance |
| Usage_UsageType_Id | String | Id of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary phone numbers. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public phone numbers. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Reads /usage/usedFor entries from the PeopleWorkPhones table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PeopleWorkPhones_Id [KEY] | String | The Workday ID of the PeopleWorkPhones that contains this. |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Descriptor | String | A preview of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary phone numbers. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public phone numbers. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Retrieves a work web address.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Comment | String | The comment associated with the web address. |
| Url | String | The complete URL address for the web address. |
| Usage_Primary | Bool | True if the communication method has any primary usage type. |
| Usage_Public | Bool | True if the communication method is public. If no results are returned, the communication method is private. |
| Usage_UsageType_Descriptor | String | A preview of the instance |
| Usage_UsageType_Id | String | Id of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary web addresses. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public web addresses. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Reads /usage/usedFor entries from the PeopleWorkWebAddresses table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PeopleWorkWebAddresses_Id [KEY] | String | The Workday ID of the PeopleWorkWebAddresses that contains this. |
| People_Id [KEY] | String | The Workday ID of the People that owns this. |
| Descriptor | String | A preview of the instance |
| PrimaryOnly_Prompt | Bool | If true, returns only the IDs of the person's primary web addresses. |
| PublicOnly_Prompt | Bool | If true, returns only the IDs of the person's public web addresses. |
| UsedFor_Prompt | String | Specifies usage behavior, such as mailing, billing, or shipping. |
| Universal_ID_Prompt | String | The Universal ID of the person you want to retrieve. |
Usage information for the operation PersonalInformationCountryAllowedCountryValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Person_Prompt | String |
Usage information for the operation PersonalInformationCountryPopulatedCountryValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Person_Prompt | String |
Retrieves the program of study with the specified ID.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AcademicLevel_Descriptor | String | A preview of the instance |
| AcademicLevel_Id | String | Id of the instance |
| AcademicUnit_Id | String | Id of the instance |
| AcademicUnit_Inactive | Bool | If true, the Academic Unit is inactive, as of the effective date. |
| AcademicUnit_Institution | Bool | If true, the Academic Unit is designated as an institution, as of the effective date. |
| AcademicUnit_Name | String | The name of the Academic Unit, as of the effective date. |
| CipCode_Descriptor | String | A description of the instance |
| CipCode_Href | String | A link to the instance |
| CipCode_Id | String | wid / id / reference id |
| Name | String | The name of the Program of Study, as of the effective date. |
| ProgramType_Descriptor | String | A description of the instance |
| ProgramType_Href | String | A link to the instance |
| ProgramType_Id | String | wid / id / reference id |
| AcademicLevel_Prompt | String | The Workday ID of the owning academic level of the program of study, as of the effective date. You can use a return id from GET /academicLevels |
| AcademicUnit_Prompt | String | The Workday ID of the owning academic unit of the program of study, as of the effective date. You can use a return id from GET /academicUnits |
| CipCode_Prompt | String | The Workday ID of the CIP code for the program of study, as of the effective date. |
| EducationalCredentials_Prompt | String | The Workday IDs of the educational credentials of the program of study, as of the effective date. You can use the return id from GET /educationalCredentials. |
| EffectiveDate_Prompt | Date | The effective date of the Program of Study, using the yyyy-mm-dd format. The default is the current date. |
| ProgramType_Prompt | String | The Workday ID of the program type of the program of study, as of the effective date. |
Reads /educationalCredentials entries from the ProgramsOfStudy table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| ProgramsOfStudy_Id [KEY] | String | The Workday ID of the ProgramsOfStudy that contains this. |
| Description | String | Description of Educational Credentail |
| Descriptor | String | A preview of the instance |
| Name | String | Name of Educational Credential |
| Type_Descriptor | String | A description of the instance |
| Type_Href | String | A link to the instance |
| Type_Id | String | wid / id / reference id |
| AcademicLevel_Prompt | String | The Workday ID of the owning academic level of the program of study, as of the effective date. You can use a return id from GET /academicLevels |
| AcademicUnit_Prompt | String | The Workday ID of the owning academic unit of the program of study, as of the effective date. You can use a return id from GET /academicUnits |
| CipCode_Prompt | String | The Workday ID of the CIP code for the program of study, as of the effective date. |
| EducationalCredentials_Prompt | String | The Workday IDs of the educational credentials of the program of study, as of the effective date. You can use the return id from GET /educationalCredentials. |
| EffectiveDate_Prompt | Date | The effective date of the Program of Study, using the yyyy-mm-dd format. The default is the current date. |
| ProgramType_Prompt | String | The Workday ID of the program type of the program of study, as of the effective date. |
Usage information for the operation ProjectPlanProjectPhasesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Project_Prompt | String | |
| TopLevelPhase_Prompt | Bool | Indicates if the current ID is a top level Project Plan Phase. |
Usage information for the operation ProjectPlanProjectPlanPhasesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Project_Prompt | String | |
| TopLevelPhase_Prompt | Bool | Indicates if the current ID is a top level Project Plan Phase. |
Usage information for the operation ProjectPlanProjectPlanTasksValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Project_Prompt | String | |
| TopLevelPhase_Prompt | Bool | Indicates if the current ID is a top level Project Plan Phase. |
Usage information for the operation ProjectPlanProjectTasksValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Project_Prompt | String | |
| TopLevelPhase_Prompt | Bool | Indicates if the current ID is a top level Project Plan Phase. |
Retrieves a purchase order.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| BillToContactDetail | String | The bill-to contact information for the purchase order. |
| BillToContact_Descriptor | String | A description of the instance |
| BillToContact_Href | String | A link to the instance |
| BillToContact_Id | String | wid / id / reference id |
| Buyer_Descriptor | String | A description of the instance |
| Buyer_Href | String | A link to the instance |
| Buyer_Id | String | wid / id / reference id |
| Company_Descriptor | String | A description of the instance |
| Company_Href | String | A link to the instance |
| Company_Id | String | wid / id / reference id |
| CreditCard_Descriptor | String | A description of the instance |
| CreditCard_Href | String | A link to the instance |
| CreditCard_Id | String | wid / id / reference id |
| Currency_Descriptor | String | A description of the instance |
| Currency_Href | String | A link to the instance |
| Currency_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| DocumentDate | Datetime | The date of the purchase order. Users can manually update this value on the purchase order during creation. |
| DueDate | Datetime | The due date for the purchase order. |
| ExcludeFromMassClose | Bool | If true, indicates that the purchase order is manually excluded from mass close operations. |
| FreightAmount_Currency | String | The total amount of freight charges that are applicable for the taxable document. |
| FreightAmount_Value | Decimal | The total amount of freight charges that are applicable for the taxable document. |
| InternalMemo | String | The internal memo on a document. This type of memo is viewable by only internal workers of your company, and not any outside party. |
| IssueOption_Descriptor | String | A description of the instance |
| IssueOption_Href | String | A link to the instance |
| IssueOption_Id | String | wid / id / reference id |
| LineTotalAmount_Currency | String | The total extended amount for all purchase order lines. |
| LineTotalAmount_Value | Decimal | The total extended amount for all purchase order lines. |
| Memo | String | The memo on the purchase order. This field contains internal notes or reference text. |
| OrderFromConnection_Descriptor | String | A description of the instance |
| OrderFromConnection_Href | String | A link to the instance |
| OrderFromConnection_Id | String | wid / id / reference id |
| OtherCharges_Currency | String | The total amount of other charges that are applicable to the taxable document. |
| OtherCharges_Value | Decimal | The total amount of other charges that are applicable to the taxable document. |
| PaymentTerms_Descriptor | String | A description of the instance |
| PaymentTerms_Href | String | A link to the instance |
| PaymentTerms_Id | String | wid / id / reference id |
| PaymentType_Descriptor | String | A description of the instance |
| PaymentType_Href | String | A link to the instance |
| PaymentType_Id | String | wid / id / reference id |
| ShipToAddress_Descriptor | String | A description of the instance |
| ShipToAddress_Href | String | A link to the instance |
| ShipToAddress_Id | String | wid / id / reference id |
| ShipToContactDetail | String | The ship-to contact for the purchase order. This field contains the contact information for questions on orders, such as expected shipment date. |
| ShipToContact_Descriptor | String | A description of the instance |
| ShipToContact_Href | String | A link to the instance |
| ShipToContact_Id | String | wid / id / reference id |
| ShippingInstructions | String | The shipping instructions on the purchase order. |
| ShippingMethod_Descriptor | String | A description of the instance |
| ShippingMethod_Href | String | A link to the instance |
| ShippingMethod_Id | String | wid / id / reference id |
| ShippingTerms_Descriptor | String | A description of the instance |
| ShippingTerms_Href | String | A link to the instance |
| ShippingTerms_Id | String | wid / id / reference id |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| SubmittedBy_Descriptor | String | A description of the instance |
| SubmittedBy_Href | String | A link to the instance |
| SubmittedBy_Id | String | wid / id / reference id |
| SupplierContract_Descriptor | String | A description of the instance |
| SupplierContract_Href | String | A link to the instance |
| SupplierContract_Id | String | wid / id / reference id |
| Supplier_Descriptor | String | A description of the instance |
| Supplier_Href | String | A link to the instance |
| Supplier_Id | String | wid / id / reference id |
| TaxAmount_Currency | String | The total tax amount for the document. |
| TaxAmount_Value | Decimal | The total tax amount for the document. |
| TaxOption_Descriptor | String | A description of the instance |
| TaxOption_Href | String | A link to the instance |
| TaxOption_Id | String | wid / id / reference id |
| TotalAmount_Currency | String | The total extended amount of all purchase order lines for the purchase order. |
| TotalAmount_Value | Decimal | The total extended amount of all purchase order lines for the purchase order. |
| Buyer_Prompt | String | Filters the purchase orders by buyer. Specify the Workday ID of the worker assigned as buyer on the purchase order. You can specify multiple buyer query parameters. |
| Company_Prompt | String | Filters the purchase orders by company. Specify the Workday ID of the company. You can specify multiple company query parameters. |
| ExcludeCanceled_Prompt | Bool | If true, this method excludes the purchase orders with Canceled status. The default is false. |
| ExcludeClosed_Prompt | Bool | If true, this method excludes the purchase orders with Closed status. The default is false. |
| FromDate_Prompt | Date | Filters the purchase orders with document date on or after the specified date. Use the yyyy-mm-dd format. |
| OrderFromConnection_Prompt | String | Filters the purchase orders by supplier order-from connections. Specify the Workday ID of the order-from connection. You can specify multiple order-from connection query parameters. |
| Status_Prompt | String | Filters the purchase orders by status. Specify the Workday ID of the status. You can specify multiple status query parameters. |
| SubmittedBy_Prompt | String | Filters the purchase orders by the worker who submitted the purchase order. Specify the Workday ID of the worker. You can specify multiple submittedBy query parameters. You can use a returned id from GET /workers in the Staffing REST web service. |
| Supplier_Prompt | String | Filters the purchase orders by supplier. Specify the Workday ID of the supplier. You can specify multiple supplier query parameters. |
| ToDate_Prompt | Date | Filters the purchase orders with document date on or before the specified date. Use the yyyy-mm-dd format. |
Reads /billToAddress entries from the PurchaseOrders table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PurchaseOrders_Id [KEY] | String | The Workday ID of the PurchaseOrders that contains this. |
| Descriptor | String | A preview of the instance |
| Buyer_Prompt | String | Filters the purchase orders by buyer. Specify the Workday ID of the worker assigned as buyer on the purchase order. You can specify multiple buyer query parameters. |
| Company_Prompt | String | Filters the purchase orders by company. Specify the Workday ID of the company. You can specify multiple company query parameters. |
| ExcludeCanceled_Prompt | Bool | If true, this method excludes the purchase orders with Canceled status. The default is false. |
| ExcludeClosed_Prompt | Bool | If true, this method excludes the purchase orders with Closed status. The default is false. |
| FromDate_Prompt | Date | Filters the purchase orders with document date on or after the specified date. Use the yyyy-mm-dd format. |
| OrderFromConnection_Prompt | String | Filters the purchase orders by supplier order-from connections. Specify the Workday ID of the order-from connection. You can specify multiple order-from connection query parameters. |
| Status_Prompt | String | Filters the purchase orders by status. Specify the Workday ID of the status. You can specify multiple status query parameters. |
| SubmittedBy_Prompt | String | Filters the purchase orders by the worker who submitted the purchase order. Specify the Workday ID of the worker. You can specify multiple submittedBy query parameters. You can use a returned id from GET /workers in the Staffing REST web service. |
| Supplier_Prompt | String | Filters the purchase orders by supplier. Specify the Workday ID of the supplier. You can specify multiple supplier query parameters. |
| ToDate_Prompt | Date | Filters the purchase orders with document date on or before the specified date. Use the yyyy-mm-dd format. |
Reads /goodsLines entries from the PurchaseOrders table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
amount: Currency /* The amount on the purchase order transaction line split. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
location: { /* The location as a worktag. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
memo: Text /* The memo for a purchase order line split. */
percent: Numeric /* The percentage for a purchase order line split. */
quantity: Numeric /* The quantity for the purchase order line split. */
worktags: [{
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
worktagType: { /* The worktag type. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
percentRecoverable: Numeric /* The tax recoverable percentage for tax recoverability. */
}]
[{
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
worktagType: { /* The worktag type. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PurchaseOrders_Id [KEY] | String | The Workday ID of the PurchaseOrders that contains this. |
| DeliverTo_Descriptor | String | A description of the instance |
| DeliverTo_Href | String | A link to the instance |
| DeliverTo_Id | String | wid / id / reference id |
| DeliveryType_Descriptor | String | A description of the instance |
| DeliveryType_Href | String | A link to the instance |
| DeliveryType_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| DueDate | Datetime | The date when the purchase order line is due for delivery. This value is based on the creation date of the purchase order and lead time for the item. |
| ExtendedAmount_Currency | String | The extended amount for the purchase order line. Excludes the extended amounts on Tax Only Invoices. |
| ExtendedAmount_Value | Decimal | The extended amount for the purchase order line. Excludes the extended amounts on Tax Only Invoices. |
| ItemDescription | String | The line item description for the purchase order line. |
| ItemName_Descriptor | String | A description of the instance |
| ItemName_Href | String | A link to the instance |
| ItemName_Id | String | wid / id / reference id |
| LeadTime | Decimal | The lead time for the purchase order goods line. |
| Location_Descriptor | String | A description of the instance |
| Location_Href | String | A link to the instance |
| Location_Id | String | wid / id / reference id |
| Memo | String | The memo on the purchase order line. This field contains internal notes or reference text. |
| Prepaid | Bool | If true, the purchase order line is prepaid. |
| QuantityInvoiced | Decimal | The quantity on a document line associated to 1 or more supplier invoice lines. You can use this field to identify fully invoiced purchase orders with 2 or more separate invoice lines that partially fulfill the quantity on the purchase order. |
| QuantityOrdered | Decimal | The quantity on the purchase order line. |
| QuantityReceived | Decimal | The quantity received. If a Return exists, the quantity returned is deducted from the quantity received. |
| QuantityShipped | Decimal | The total quantity shipped for the purchase order line. |
| RequestedAsNoCharge | Bool | If true, the document line is associated to a No Charge requisition line. Requesters select No Charge when there is no expected cost for the requisition line. |
| Retention | Bool | If true, the purchase order line has retention. |
| ShipToAddress_Descriptor | String | A preview of the instance |
| ShipToAddress_Id | String | Id of the instance |
| ShipToContact_Descriptor | String | A description of the instance |
| ShipToContact_Href | String | A link to the instance |
| ShipToContact_Id | String | wid / id / reference id |
| SpendCategory_Descriptor | String | A description of the instance |
| SpendCategory_Href | String | A link to the instance |
| SpendCategory_Id | String | wid / id / reference id |
| Splits_Aggregate | String | The line splits on the purchase order. This field contains details of the line splits. This field is empty when the purchase order doesn't have line splits. |
| SupplierItemIdentifier | String | The alphanumeric identifier assigned by a supplier to an item. This value can be unique for each supplier of the item, and is different from the manufacturer identification number. |
| TaxApplicability_Descriptor | String | A description of the instance |
| TaxApplicability_Href | String | A link to the instance |
| TaxApplicability_Id | String | wid / id / reference id |
| TaxCode_Descriptor | String | A preview of the instance |
| TaxCode_Id | String | Id of the instance |
| TaxRecoverability_Aggregate | String | The tax recoverability percentage on a taxable purchase order line. |
| UnitCost_Currency | String | The unit cost for the purchase order line. |
| UnitCost_Value | Decimal | The unit cost for the purchase order line. |
| UnitOfMeasure_Descriptor | String | A description of the instance |
| UnitOfMeasure_Href | String | A link to the instance |
| UnitOfMeasure_Id | String | wid / id / reference id |
| Worktags_Aggregate | String | The Worktags for the purchase order line. |
| Buyer_Prompt | String | Filters the purchase orders by buyer. Specify the Workday ID of the worker assigned as buyer on the purchase order. You can specify multiple buyer query parameters. |
| Company_Prompt | String | Filters the purchase orders by company. Specify the Workday ID of the company. You can specify multiple company query parameters. |
| ExcludeCanceled_Prompt | Bool | If true, this method excludes the purchase orders with Canceled status. The default is false. |
| ExcludeClosed_Prompt | Bool | If true, this method excludes the purchase orders with Closed status. The default is false. |
| FromDate_Prompt | Date | Filters the purchase orders with document date on or after the specified date. Use the yyyy-mm-dd format. |
| OrderFromConnection_Prompt | String | Filters the purchase orders by supplier order-from connections. Specify the Workday ID of the order-from connection. You can specify multiple order-from connection query parameters. |
| Status_Prompt | String | Filters the purchase orders by status. Specify the Workday ID of the status. You can specify multiple status query parameters. |
| SubmittedBy_Prompt | String | Filters the purchase orders by the worker who submitted the purchase order. Specify the Workday ID of the worker. You can specify multiple submittedBy query parameters. You can use a returned id from GET /workers in the Staffing REST web service. |
| Supplier_Prompt | String | Filters the purchase orders by supplier. Specify the Workday ID of the supplier. You can specify multiple supplier query parameters. |
| ToDate_Prompt | Date | Filters the purchase orders with document date on or before the specified date. Use the yyyy-mm-dd format. |
Reads /projectBasedServiceLines entries from the PurchaseOrders table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
amount: Currency /* The amount on the purchase order transaction line split. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
location: { /* The location as a worktag. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
memo: Text /* The memo for a purchase order line split. */
percent: Numeric /* The percentage for a purchase order line split. */
quantity: Numeric /* The quantity for the purchase order line split. */
worktags: [{
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
worktagType: { /* The worktag type. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
}]
[{
amount: Currency /* The amount for the project subtask. The value can be negative and will be precise up to 6 decimal places. */
description: Text /* The description of a project subtask on the document line. The project subtasks are always on the
project based service lines for procurement transactions. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
task: { /* Returns the \~Project\~ Plan Task associated with this \~Project\~ Subtask */
descriptor: Text /* A preview of the instance */
endDate: Date /* The project plan task end date. */
id: Text /* Id of the instance */
name: Text /* The project plan task name. */
phase: { /* The unique \~project plan phase\~ in a \~project\~. The \~project plan phase\~ is unique to the \~project\~ while the \~project phase\~ is globally unique in the tenant. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
name: Text /* The name of the phrase associated with a project plan. */
}
startDate: Date /* The project plan task start date. */
}
}]
[{
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
worktagType: { /* The worktag type. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PurchaseOrders_Id [KEY] | String | The Workday ID of the PurchaseOrders that contains this. |
| AmountInvoiced_Currency | String | The total extended line amount of all invoice lines for the project based purchase order line. |
| AmountInvoiced_Value | Decimal | The total extended line amount of all invoice lines for the project based purchase order line. |
| AmountReceived_Currency | String | The total extended line amount of all receipt lines for the project based purchase order line. |
| AmountReceived_Value | Decimal | The total extended line amount of all receipt lines for the project based purchase order line. |
| Descriptor | String | A preview of the instance |
| ExtendedAmount_Currency | String | The extended amount for the purchase order line. Excludes the extended amounts on Tax Only Invoices. |
| ExtendedAmount_Value | Decimal | The extended amount for the purchase order line. Excludes the extended amounts on Tax Only Invoices. |
| Memo | String | The memo for the project based purchase order line. |
| Prepaid | Bool | If true, the purchase order line is prepaid. |
| Project_Descriptor | String | A preview of the instance |
| Project_EndDate | Datetime | The approved project end date. |
| Project_Id | String | Id of the instance |
| Project_Name | String | The approved project name. |
| Project_Reference | String | The reference ID of a project from an external or third-party system. |
| Project_StartDate | Datetime | The approved project start date. |
| Retention | Bool | If true, retention check box is selected. |
| SpendCategory_Descriptor | String | A description of the instance |
| SpendCategory_Href | String | A link to the instance |
| SpendCategory_Id | String | wid / id / reference id |
| Splits_Aggregate | String | The line splits for the project based purchase order line. The field is empty if the line doesn't have splits. |
| Subtasks_Aggregate | String | The project subtask for the project based purchase order line. Projects are always on project based service lines. |
| Worktags_Aggregate | String | The worktags for the project based purchase order line. |
| Buyer_Prompt | String | Filters the purchase orders by buyer. Specify the Workday ID of the worker assigned as buyer on the purchase order. You can specify multiple buyer query parameters. |
| Company_Prompt | String | Filters the purchase orders by company. Specify the Workday ID of the company. You can specify multiple company query parameters. |
| ExcludeCanceled_Prompt | Bool | If true, this method excludes the purchase orders with Canceled status. The default is false. |
| ExcludeClosed_Prompt | Bool | If true, this method excludes the purchase orders with Closed status. The default is false. |
| FromDate_Prompt | Date | Filters the purchase orders with document date on or after the specified date. Use the yyyy-mm-dd format. |
| OrderFromConnection_Prompt | String | Filters the purchase orders by supplier order-from connections. Specify the Workday ID of the order-from connection. You can specify multiple order-from connection query parameters. |
| Status_Prompt | String | Filters the purchase orders by status. Specify the Workday ID of the status. You can specify multiple status query parameters. |
| SubmittedBy_Prompt | String | Filters the purchase orders by the worker who submitted the purchase order. Specify the Workday ID of the worker. You can specify multiple submittedBy query parameters. You can use a returned id from GET /workers in the Staffing REST web service. |
| Supplier_Prompt | String | Filters the purchase orders by supplier. Specify the Workday ID of the supplier. You can specify multiple supplier query parameters. |
| ToDate_Prompt | Date | Filters the purchase orders with document date on or before the specified date. Use the yyyy-mm-dd format. |
Reads /serviceLines entries from the PurchaseOrders table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
amount: Currency /* The amount on the purchase order transaction line split. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
location: { /* The location as a worktag. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
memo: Text /* The memo for a purchase order line split. */
percent: Numeric /* The percentage for a purchase order line split. */
quantity: Numeric /* The quantity for the purchase order line split. */
worktags: [{
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
worktagType: { /* The worktag type. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
percentRecoverable: Numeric /* The tax recoverable percentage for tax recoverability. */
}]
[{
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
worktagType: { /* The worktag type. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PurchaseOrders_Id [KEY] | String | The Workday ID of the PurchaseOrders that contains this. |
| AmountInvoiced_Currency | String | The total extended line amount of all invoice lines for the purchase order line. This field works with Goods and Service lines. The currency is the currency of the purchase order. |
| AmountInvoiced_Value | Decimal | The total extended line amount of all invoice lines for the purchase order line. This field works with Goods and Service lines. The currency is the currency of the purchase order. |
| AmountOrdered_Currency | String | The extended amount for the purchase order line. Excludes extended amounts on Tax Only Invoices. |
| AmountOrdered_Value | Decimal | The extended amount for the purchase order line. Excludes extended amounts on Tax Only Invoices. |
| AmountReceived_Currency | String | The total extended line amount of all receipt lines for the purchase order line. |
| AmountReceived_Value | Decimal | The total extended line amount of all receipt lines for the purchase order line. |
| DeliverTo_Descriptor | String | A description of the instance |
| DeliverTo_Href | String | A link to the instance |
| DeliverTo_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| DueDate | Datetime | The date when the purchase order line is due for delivery. This value is based on the creation date of the purchase order and lead time for the item. |
| EndDate | Datetime | The end date for the simple service order line. |
| ExtendedAmount_Currency | String | The extended amount for the purchase order line. Excludes extended amounts on tax only invoices. |
| ExtendedAmount_Value | Decimal | The extended amount for the purchase order line. Excludes extended amounts on tax only invoices. |
| ItemDescription | String | The line item description for the purchase order line. |
| ItemName_Descriptor | String | A description of the instance |
| ItemName_Href | String | A link to the instance |
| ItemName_Id | String | wid / id / reference id |
| Location_Descriptor | String | A description of the instance |
| Location_Href | String | A link to the instance |
| Location_Id | String | wid / id / reference id |
| Memo | String | The line memo for the purchase order line. |
| Prepaid | Bool | If true, the purchase order line is prepaid. |
| Retention | Bool | If true, the purchase order line has retention. |
| ShipToAddress_Descriptor | String | A description of the instance |
| ShipToAddress_Href | String | A link to the instance |
| ShipToAddress_Id | String | wid / id / reference id |
| ShipToContact_Descriptor | String | A description of the instance |
| ShipToContact_Href | String | A link to the instance |
| ShipToContact_Id | String | wid / id / reference id |
| SpendCategory_Descriptor | String | A description of the instance |
| SpendCategory_Href | String | A link to the instance |
| SpendCategory_Id | String | wid / id / reference id |
| Splits_Aggregate | String | The line splits on the purchase order line. Empty when the purchase order line doesn't have splits. |
| StartDate | Datetime | The start date for the simple service order line. |
| TaxApplicability_Descriptor | String | A description of the instance |
| TaxApplicability_Href | String | A link to the instance |
| TaxApplicability_Id | String | wid / id / reference id |
| TaxCode_Descriptor | String | A preview of the instance |
| TaxCode_Id | String | Id of the instance |
| TaxRecoverability_Aggregate | String | The tax recoverability percentage on a taxable purchase order line. |
| Worktags_Aggregate | String | The Worktags for the purchase order line. |
| Buyer_Prompt | String | Filters the purchase orders by buyer. Specify the Workday ID of the worker assigned as buyer on the purchase order. You can specify multiple buyer query parameters. |
| Company_Prompt | String | Filters the purchase orders by company. Specify the Workday ID of the company. You can specify multiple company query parameters. |
| ExcludeCanceled_Prompt | Bool | If true, this method excludes the purchase orders with Canceled status. The default is false. |
| ExcludeClosed_Prompt | Bool | If true, this method excludes the purchase orders with Closed status. The default is false. |
| FromDate_Prompt | Date | Filters the purchase orders with document date on or after the specified date. Use the yyyy-mm-dd format. |
| OrderFromConnection_Prompt | String | Filters the purchase orders by supplier order-from connections. Specify the Workday ID of the order-from connection. You can specify multiple order-from connection query parameters. |
| Status_Prompt | String | Filters the purchase orders by status. Specify the Workday ID of the status. You can specify multiple status query parameters. |
| SubmittedBy_Prompt | String | Filters the purchase orders by the worker who submitted the purchase order. Specify the Workday ID of the worker. You can specify multiple submittedBy query parameters. You can use a returned id from GET /workers in the Staffing REST web service. |
| Supplier_Prompt | String | Filters the purchase orders by supplier. Specify the Workday ID of the supplier. You can specify multiple supplier query parameters. |
| ToDate_Prompt | Date | Filters the purchase orders with document date on or before the specified date. Use the yyyy-mm-dd format. |
Reads /taxCodes entries from the PurchaseOrders table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| PurchaseOrders_Id [KEY] | String | The Workday ID of the PurchaseOrders that contains this. |
| Descriptor | String | A preview of the instance |
| Buyer_Prompt | String | Filters the purchase orders by buyer. Specify the Workday ID of the worker assigned as buyer on the purchase order. You can specify multiple buyer query parameters. |
| Company_Prompt | String | Filters the purchase orders by company. Specify the Workday ID of the company. You can specify multiple company query parameters. |
| ExcludeCanceled_Prompt | Bool | If true, this method excludes the purchase orders with Canceled status. The default is false. |
| ExcludeClosed_Prompt | Bool | If true, this method excludes the purchase orders with Closed status. The default is false. |
| FromDate_Prompt | Date | Filters the purchase orders with document date on or after the specified date. Use the yyyy-mm-dd format. |
| OrderFromConnection_Prompt | String | Filters the purchase orders by supplier order-from connections. Specify the Workday ID of the order-from connection. You can specify multiple order-from connection query parameters. |
| Status_Prompt | String | Filters the purchase orders by status. Specify the Workday ID of the status. You can specify multiple status query parameters. |
| SubmittedBy_Prompt | String | Filters the purchase orders by the worker who submitted the purchase order. Specify the Workday ID of the worker. You can specify multiple submittedBy query parameters. You can use a returned id from GET /workers in the Staffing REST web service. |
| Supplier_Prompt | String | Filters the purchase orders by supplier. Specify the Workday ID of the supplier. You can specify multiple supplier query parameters. |
| ToDate_Prompt | Date | Filters the purchase orders with document date on or before the specified date. Use the yyyy-mm-dd format. |
Usage information for the operation RelatesToRelatesToValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| RelatesToTag_Prompt | String | The talent tag linked to the feedback question. |
Reads /questionnaireResponses/surveyTarget entries from the Requests table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Requests_Id [KEY] | String | The Workday ID of the Requests that contains this. |
| Descriptor | String | A preview of the instance |
| CompletedOnOrAfter_Prompt | Date | |
| CompletedOnOrBefore_Prompt | Date | |
| InitiatedOnOrAfter_Prompt | Date | |
| InitiatedOnOrBefore_Prompt | Date | |
| Initiator_Prompt | String | The WID for the person who initiated the request. You can GET /workers in the /common service to retrieve a worker's WID. |
| OnBehalfOf_Prompt | String | The Workday ID of the person this request is being initiated on behalf of. |
| RequestId_Prompt | String | The ID of the request based on the ID generator format. |
| RequestSubtype_Prompt | String | The Workday ID of the request subtype. You can specify more than 1 requestSubtype query parameter. |
| RequestType_Prompt | String | The Workday ID of the request type. You can specify more than 1 requestType query parameter. |
| ResolutionDetails_Prompt | String | The Workday ID of the resolution details. You can specify more than 1 resolutionDetails query parameter. |
| Resolution_Prompt | String | The Workday ID of the resolution of the request. You can specify more than 1 resolution query parameter. |
| WorkdayObjectValue_Prompt | String | The Workday ID of the business object associated with the request. |
Retrieves a collection of request types.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AllowRequestOnBehalfOf | Bool | Indicates whether this request can be initiated on behalf of another person. |
| Description | String | The description of the request type. |
| Descriptor | String | A preview of the instance |
| IdGenerator_Descriptor | String | A description of the instance |
| IdGenerator_Href | String | A link to the instance |
| IdGenerator_Id | String | wid / id / reference id |
| Questionnaire_Descriptor | String | A description of the instance |
| Questionnaire_Href | String | A link to the instance |
| Questionnaire_Id | String | wid / id / reference id |
| RequestDescriptionDisplay_Descriptor | String | A description of the instance |
| RequestDescriptionDisplay_Href | String | A link to the instance |
| RequestDescriptionDisplay_Id | String | wid / id / reference id |
| WorkdayObject_Descriptor | String | A description of the instance |
| WorkdayObject_Href | String | A link to the instance |
| WorkdayObject_Id | String | wid / id / reference id |
Reads /allowedRequestResolutions entries from the RequestTypes table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| RequestTypes_Id [KEY] | String | The Workday ID of the RequestTypes that contains this. |
| Descriptor | String | A preview of the instance |
Usage information for the operation RequisitionsGroupCommodityCodesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupCompaniesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupCurrenciesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupDeliverToLocationValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupInventorySiteValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupLineCompanyValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupOrderFromConnectionValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupParLocationValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupRequestersValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupRequestingEntityValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupRequisitionTypesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupResolvedWorktagsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupResourceProviderValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupShipToAddressValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupSourcingBuyerValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupSpendCategoryValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupSupplierContractValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupUnitOfMeasureValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Usage information for the operation RequisitionsGroupWorktagsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| AdditionalWorktags_Prompt | Bool | |
| AllStandaloneTypes_Prompt | Bool | |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| CommodityCode_Prompt | String | The Workday ID of the Commodity Code. Used in the spendCategory resource to retrieve spend categories from the specified commodity code. |
| Company_Prompt | String | The Workday ID of the company. |
| Currency_Prompt | String | The Workday ID of the currency. |
| ExistingWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that already exist on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| ItemDescription_Prompt | String | The description of an item. |
| ItemSpendCategory_Prompt | String | |
| ProcurementItem_Prompt | String | |
| ReqTypeBillOnly_Prompt | Bool | If true, retrieves requisition types that are bill only and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeConsignment_Prompt | Bool | If true, retrieves requisition types that are consignment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeInvReplenishment_Prompt | Bool | If true, retrieves requisition types that are inventory replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeJustInTime_Prompt | Bool | If true, retrieves requisition types that are just in time and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| ReqTypeParReplenishment_Prompt | Bool | If true, retrieves requisition types that are par replenishment and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, , reqTypeSupplierContract. |
| ReqTypeShowAllTypes_Prompt | Bool | If true, retrieves all requisition types. If false, the requisitionType parameter will be used to filter results. |
| ReqTypeSupplierContract_Prompt | Bool | If true, retrieves requisition types that are Supplier Contract Request and whose other reqType parameters (except reqTypeShowAllTypes) are also true. The reqType parameters are: reqTypeBillOnly, reqTypeInvReplenishment, reqTypeJustInTime, reqTypeParReplenishment, reqTypeConsignment, reqTypeSupplierContract. |
| Requester_Prompt | String | The Workday ID of the worker for whom the requisition is requested. The reference ID uses the Employee_ID=sampleRefId format. Example: Employee_ID=21005 |
| RequisitionDate_Prompt | Date | The requisition date using the yyyy-mm-dd format. |
| RequisitionLine_Prompt | String | The Workday ID of the requisition line. |
| RequisitionType_Prompt | String | The Workday ID of the requisition type. If populated, retrieve all requisition types that exactly match the combination of usages of the requisition type passed (e.g. Inventory Replenishment and Bill Only). |
| Requisition_Prompt | String | The Workday ID of the requisition. |
| ResourceProviderContract_Prompt | String | The Workday ID of the supplier contract. |
| SelectedWorktags_Prompt | String | The Workday ID of the worktag. Represents worktags that are newly selected on a requisition or requisition line. This parameter can be passed multiple times with different values. |
| Supplier_Prompt | String | The Workday ID of the resource provider. |
| TypesWithoutService_Prompt | Bool | |
| ValidForRequestingEntity_Prompt | Bool | This parameter holds a true value when Requesting Entity is selected. |
| WorktagType_Prompt | String |
Reads /purchaseOrders entries from the Requisitions table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Requisitions_Id [KEY] | String | The Workday ID of the Requisitions that contains this. |
| Descriptor | String | A preview of the instance |
| DocumentStatus_Descriptor | String | A description of the instance |
| DocumentStatus_Href | String | A link to the instance |
| DocumentStatus_Id | String | wid / id / reference id |
| Href | String | A link to the instance |
| PoDocumentDate | Datetime | The date for the purchase order. |
| PoNumber | String | The document number for the purchase order. |
| ExternalSourceableId_Prompt | String | |
| ExternalSystemId_Prompt | String | |
| FromDate_Prompt | Date | Filters the requisitions with document date on or after the specified date. Use the yyyy-mm-dd format. |
| Requester_Prompt | String | Filters the requisitions by requester. Specify the Workday ID of the worker who requested the requisition. |
| RequisitionType_Prompt | String | Filters the requisitions by type. Specify the Workday ID of the requisition type. You can specify multiple requisitionType query parameters. |
| SubmittedByPerson_Prompt | String | Filters the requisitions by the Person who submitted the requisition. Specify the Workday ID or the reference ID of the person. |
| SubmittedBySupplier_Prompt | String | Filters the requisitions by the supplier who submitted the requisition. Specify the Workday ID or the reference ID of the supplier. You can specify multiple submittedBySupplier query parameters. |
| SubmittedBy_Prompt | String | Filters the requisitions by the Worker who submitted the requisition. Specify the Workday ID or the reference ID of the worker. You can use a returned id from GET /workers in the Staffing REST web service. |
| ToDate_Prompt | Date | Filters the requisitions with document date on or before the specified date. Use the yyyy-mm-dd format. |
Retrieves the goods and service line details of a requisition template.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| CreatedOnDate | Datetime | The document date of the requisition template. |
| Currency_Descriptor | String | A description of the instance |
| Currency_Href | String | A link to the instance |
| Currency_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| LineCount | Decimal | The number of lines on the requisition template. |
| Name | String | The name of the requisition template. |
| OwnedByCurrentUser | Bool | True when the processing worker also owns the requisition template. Workers can create either shared or private templates. |
| Owner_Descriptor | String | A description of the instance |
| Owner_Href | String | A link to the instance |
| Owner_Id | String | wid / id / reference id |
Reads /companies entries from the RequisitionTemplates table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| RequisitionTemplates_Id [KEY] | String | The Workday ID of the RequisitionTemplates that contains this. |
| Descriptor | String | A preview of the instance |
Reads /goodsLines entries from the RequisitionTemplates table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
amount: Currency /* The amount on the Requisition line split. This value displays in the same currency of the Requisition. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
memo: Text /* The memo for a Requisition Line split on the requisition or purchase order. */
percent: Numeric /* The Percentage specified for the Requisition Line distribution line split. */
quantity: Numeric /* The Quantity specified for the Requisition Line distribution line split. */
worktags: [{
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
worktagType: { /* The worktag type. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
worktagType: { /* The worktag type. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| RequisitionTemplates_Id [KEY] | String | The Workday ID of the RequisitionTemplates that contains this. |
| DeliverTo_Descriptor | String | A description of the instance |
| DeliverTo_Href | String | A link to the instance |
| DeliverTo_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| ExtendedAmount_Currency | String | The extended amount of the goods line on the requisition. Doesn't include the extended amounts of tax-only invoices. |
| ExtendedAmount_Value | Decimal | The extended amount of the goods line on the requisition. Doesn't include the extended amounts of tax-only invoices. |
| FulfillmentSource_Descriptor | String | A description of the instance |
| FulfillmentSource_Href | String | A link to the instance |
| FulfillmentSource_Id | String | wid / id / reference id |
| InventorySite_Descriptor | String | A description of the instance |
| InventorySite_Href | String | A link to the instance |
| InventorySite_Id | String | wid / id / reference id |
| ItemDescription | String | The description for the item of the goods line on the requisition. |
| ItemIdentifiers_Aggregate | String | The alternate item identifiers associated with the inventory item on the goods line of the requisition. |
| ItemName_Descriptor | String | A description of the instance |
| ItemName_Href | String | A link to the instance |
| ItemName_Id | String | wid / id / reference id |
| ItemTags_Aggregate | String | The item tags associated with a delivery run on a goods line. |
| Memo | String | The memo of the goods line on the requisition. |
| OrderFromConnection_Descriptor | String | A description of the instance |
| OrderFromConnection_Href | String | A link to the instance |
| OrderFromConnection_Id | String | wid / id / reference id |
| Quantity | Decimal | The quantity of the item for the goods line on the requisition. |
| ShipToAddress_Descriptor | String | A description of the instance |
| ShipToAddress_Href | String | A link to the instance |
| ShipToAddress_Id | String | wid / id / reference id |
| ShipToContact_Descriptor | String | A description of the instance |
| ShipToContact_Href | String | A link to the instance |
| ShipToContact_Id | String | wid / id / reference id |
| SpendCategory_Descriptor | String | A description of the instance |
| SpendCategory_Href | String | A link to the instance |
| SpendCategory_Id | String | wid / id / reference id |
| Splits_Aggregate | String | The line splits of the goods line on the requisition. |
| SupplierItemIdentifier | String | The alphanumeric identifier that a supplier assigns to an item. Each supplier can provide a unique identifier for the item. This identifier differs from the manufacturer identification number. |
| Supplier_Aggregate | String | The supplier or resource provider of the goods line on the requisition. Helps determine the supplier for each line on a purchase order when your order includes multiple suppliers. |
| UnitCost_Currency | String | The unit cost of the goods line on the requisition. |
| UnitCost_Value | Decimal | The unit cost of the goods line on the requisition. |
| UnitOfMeasure_Descriptor | String | A description of the instance |
| UnitOfMeasure_Href | String | A link to the instance |
| UnitOfMeasure_Id | String | wid / id / reference id |
| Worktags_Aggregate | String | The accounting worktags that apply to the goods line on the requisition. |
Reads /locations entries from the RequisitionTemplates table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| RequisitionTemplates_Id [KEY] | String | The Workday ID of the RequisitionTemplates that contains this. |
| Descriptor | String | A preview of the instance |
Reads /serviceLines entries from the RequisitionTemplates table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
amount: Currency /* The amount on the Requisition line split. This value displays in the same currency of the Requisition. */
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
memo: Text /* The memo for a Requisition Line split on the requisition or purchase order. */
percent: Numeric /* The Percentage specified for the Requisition Line distribution line split. */
quantity: Numeric /* The Quantity specified for the Requisition Line distribution line split. */
worktags: [{
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
worktagType: { /* The worktag type. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
[{
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
worktagType: { /* The worktag type. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| RequisitionTemplates_Id [KEY] | String | The Workday ID of the RequisitionTemplates that contains this. |
| DeliverTo_Descriptor | String | A description of the instance |
| DeliverTo_Href | String | A link to the instance |
| DeliverTo_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| EndDate | Datetime | The requested end date of the service line on the requisition. Provided by the user who submits the requisition. Can determine the end of the service contract. |
| ExtendedAmount_Currency | String | The extended amount of the service line on the requisition. Doesn't include the extended amounts of tax-only invoices. |
| ExtendedAmount_Value | Decimal | The extended amount of the service line on the requisition. Doesn't include the extended amounts of tax-only invoices. |
| FulfillmentSource_Descriptor | String | A description of the instance |
| FulfillmentSource_Href | String | A link to the instance |
| FulfillmentSource_Id | String | wid / id / reference id |
| ItemDescription | String | The description for the item of the service line on the requisition. |
| ItemName_Descriptor | String | A description of the instance |
| ItemName_Href | String | A link to the instance |
| ItemName_Id | String | wid / id / reference id |
| Memo | String | The memo of the service line on the requisition. |
| OrderFromConnection_Descriptor | String | A description of the instance |
| OrderFromConnection_Href | String | A link to the instance |
| OrderFromConnection_Id | String | wid / id / reference id |
| ShipToAddress_Descriptor | String | A description of the instance |
| ShipToAddress_Href | String | A link to the instance |
| ShipToAddress_Id | String | wid / id / reference id |
| ShipToContact_Descriptor | String | A description of the instance |
| ShipToContact_Href | String | A link to the instance |
| ShipToContact_Id | String | wid / id / reference id |
| SpendCategory_Descriptor | String | A description of the instance |
| SpendCategory_Href | String | A link to the instance |
| SpendCategory_Id | String | wid / id / reference id |
| Splits_Aggregate | String | The line splits of the service line on the requisition. |
| StartDate | Datetime | The requested start date of the service line on the requisition. Provided by the user who submits the requisition. Can determine the start of a service contract. |
| Supplier_Aggregate | String | The supplier or resource provider of the service line on the requisition. Helps determine the supplier for each line on a purchase order when your order includes multiple suppliers. |
| Worktags_Aggregate | String | The accounting worktags that apply to the service line on the requisition. |
Reads /types entries from the RequisitionTemplates table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| RequisitionTemplates_Id [KEY] | String | The Workday ID of the RequisitionTemplates that contains this. |
| Descriptor | String | A preview of the instance |
Reads /worktags entries from the RequisitionTemplates table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| RequisitionTemplates_Id [KEY] | String | The Workday ID of the RequisitionTemplates that contains this. |
| Descriptor | String | A preview of the instance |
| WorktagType_Descriptor | String | A description of the instance |
| WorktagType_Href | String | A link to the instance |
| WorktagType_Id | String | wid / id / reference id |
Retrieves a single resource forecast line instance.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| ProjectPlanTask_Descriptor | String | A description of the instance |
| ProjectPlanTask_Href | String | A link to the instance |
| ProjectPlanTask_Id | String | wid / id / reference id |
| ProjectResource_Descriptor | String | A description of the instance |
| ProjectResource_Href | String | A link to the instance |
| ProjectResource_Id | String | wid / id / reference id |
| ProjectRole_Descriptor | String | A description of the instance |
| ProjectRole_Href | String | A link to the instance |
| ProjectRole_Id | String | wid / id / reference id |
| ResourcePlanLine_Descriptor | String | A description of the instance |
| ResourcePlanLine_Href | String | A link to the instance |
| ResourcePlanLine_Id | String | wid / id / reference id |
| ProjectResource_Prompt | String | |
| ProjectRole_Prompt | String | |
| Project_Prompt | String |
Usage information for the operation ResourcePlanBookingStatusValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| RequirementCategory_Prompt | String | |
| ResourcePlanLine_Prompt | String | The resource plan line for the project resource. |
Usage information for the operation ResourcePlanCostRateCurrenciesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| RequirementCategory_Prompt | String | |
| ResourcePlanLine_Prompt | String | The resource plan line for the project resource. |
Reads /pendingWorkers entries from the ResourcePlanLines table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| ResourcePlanLines_Id [KEY] | String | The Workday ID of the ResourcePlanLines that contains this. |
| Descriptor | String | A preview of the instance |
| ProjectResourcePlan_Prompt | String | |
| Project_Prompt | String |
Reads /projectResources entries from the ResourcePlanLines table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| ResourcePlanLines_Id [KEY] | String | The Workday ID of the ResourcePlanLines that contains this. |
| Descriptor | String | A preview of the instance |
| ProjectResourcePlan_Prompt | String | |
| Project_Prompt | String |
Usage information for the operation ResourcePlanRequirementCategoriesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| RequirementCategory_Prompt | String | |
| ResourcePlanLine_Prompt | String | The resource plan line for the project resource. |
Usage information for the operation ResourcePlanRequirementsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| RequirementCategory_Prompt | String | |
| ResourcePlanLine_Prompt | String | The resource plan line for the project resource. |
Usage information for the operation ResourcePlanResourceTypesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| RequirementCategory_Prompt | String | |
| ResourcePlanLine_Prompt | String | The resource plan line for the project resource. |
Usage information for the operation ResourcePlanRoleCategoriesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| RequirementCategory_Prompt | String | |
| ResourcePlanLine_Prompt | String | The resource plan line for the project resource. |
Usage information for the operation ResourcePlanRolesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| RequirementCategory_Prompt | String | |
| ResourcePlanLine_Prompt | String | The resource plan line for the project resource. |
Usage information for the operation ResourcePlanUnnamedResourcesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| RequirementCategory_Prompt | String | |
| ResourcePlanLine_Prompt | String | The resource plan line for the project resource. |
Usage information for the operation ResourcePlanWorkerGroupsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| RequirementCategory_Prompt | String | |
| ResourcePlanLine_Prompt | String | The resource plan line for the project resource. |
Usage information for the operation ResourcePlanWorkersValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| RequirementCategory_Prompt | String | |
| ResourcePlanLine_Prompt | String | The resource plan line for the project resource. |
Usage information for the operation ResourcePlanWorkerToReplaceUnnamedResourcesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| RequirementCategory_Prompt | String | |
| ResourcePlanLine_Prompt | String | The resource plan line for the project resource. |
Usage information for the operation SendBackToValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| EventStep_Prompt | String |
Retrieves a collection of students.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| FirstGeneration | Bool | Indicator for first generation student. |
| InternationalStudent | Bool | True if the student is not a citizen of the United States or one of its territories and is a citizen of another country. |
| Location_Descriptor | String | A description of the instance |
| Location_Href | String | A link to the instance |
| Location_Id | String | wid / id / reference id |
| MilitaryRelationship | Bool | Returns students that have a military relationship (e.g. veteran, military spouse) |
| Person_Descriptor | String | A description of the instance |
| Person_Href | String | A link to the instance |
| Person_Id | String | wid / id / reference id |
| PreferredName | String | Returns the fully formatted preferred name for the Student. |
| StudentID | String | The student ID of the student. |
| AcademicLevel_Prompt | String | |
| AcademicUnit_Prompt | String | Derived Academic Units. |
| ActiveOnly_Prompt | Bool | Only return active students. |
| ProgramOfStudy_Prompt | String | For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
Retrieves a collection of Apply Student Hold Events.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Students_Id [KEY] | String | The Workday ID of the Students that owns this. |
| Descriptor | String | A preview of the instance |
| Reason_Descriptor | String | A description of the instance |
| Reason_Href | String | A link to the instance |
| Reason_Id | String | wid / id / reference id |
| Student_Descriptor | String | A description of the instance |
| Student_Href | String | A link to the instance |
| Student_Id | String | wid / id / reference id |
| AcademicLevel_Prompt | String | |
| AcademicUnit_Prompt | String | Derived Academic Units. |
| ActiveOnly_Prompt | Bool | Only return active students. |
| ProgramOfStudy_Prompt | String | For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
Reads /typeContext entries from the StudentsApplyHoldEvents table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| StudentsApplyHoldEvents_Id [KEY] | String | The Workday ID of the StudentsApplyHoldEvents that contains this. |
| Students_Id [KEY] | String | The Workday ID of the Students that owns this. |
| AcademicPeriod_Descriptor | String | A description of the instance |
| AcademicPeriod_Href | String | A link to the instance |
| AcademicPeriod_Id | String | wid / id / reference id |
| AcademicRecord_Descriptor | String | A description of the instance |
| AcademicRecord_Href | String | A link to the instance |
| AcademicRecord_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| FederalSchoolCode_Descriptor | String | A description of the instance |
| FederalSchoolCode_Href | String | A link to the instance |
| FederalSchoolCode_Id | String | wid / id / reference id |
| FinancialAidAwardYear_Descriptor | String | A description of the instance |
| FinancialAidAwardYear_Href | String | A link to the instance |
| FinancialAidAwardYear_Id | String | wid / id / reference id |
| HoldType_Descriptor | String | A description of the instance |
| HoldType_Href | String | A link to the instance |
| HoldType_Id | String | wid / id / reference id |
| Institution_Descriptor | String | A description of the instance |
| Institution_Href | String | A link to the instance |
| Institution_Id | String | wid / id / reference id |
| StudentAwardItem_Descriptor | String | A description of the instance |
| StudentAwardItem_Href | String | A link to the instance |
| StudentAwardItem_Id | String | wid / id / reference id |
| AcademicLevel_Prompt | String | |
| AcademicUnit_Prompt | String | Derived Academic Units. |
| ActiveOnly_Prompt | Bool | Only return active students. |
| ProgramOfStudy_Prompt | String | For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
DEPRECATED. Retrieves a collection of student holds assigned to the specified student ID.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Students_Id [KEY] | String | The Workday ID of the Students that owns this. |
| CreatedBy | String | The user who assigned the hold. |
| CreatedOn | Datetime | Date the Hold was created. |
| Descriptor | String | A preview of the instance |
| OverrideEvent_AppliedOn | Datetime | The Date the Hold Override was placed. |
| OverrideEvent_CreatedBy | String | The person who applied the override. |
| OverrideEvent_EndDate | Datetime | The date the override ends. |
| OverrideEvent_Id | String | Id of the instance |
| OverrideEvent_StartDate | Datetime | The date the override starts. |
| Reason_Description | String | The description of the hold reason. |
| Reason_Descriptor | String | A preview of the instance |
| Reason_Id | String | Id of the instance |
| Reason_ResolutionInstructions | String | The resolution instructions defined for this hold reason. |
| RemovedOn | Datetime | Date when the Hold will be removed from the Student. |
| HoldType_Prompt | String | Filter for holds matching these hold types. |
| Reason_Prompt | String | Filter for holds matching this hold reason. |
| ShowInactive_Prompt | Bool | Parameter that will include inactive holds along with the active ones. |
| AcademicLevel_Prompt | String | |
| AcademicUnit_Prompt | String | Derived Academic Units. |
| ActiveOnly_Prompt | Bool | Only return active students. |
| ProgramOfStudy_Prompt | String | For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
Reads /overrideEvent/holdTypes entries from the StudentsHolds table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| StudentsHolds_Id [KEY] | String | The Workday ID of the StudentsHolds that contains this. |
| Students_Id [KEY] | String | The Workday ID of the Students that owns this. |
| Descriptor | String | A preview of the instance |
| HoldType_Prompt | String | Filter for holds matching these hold types. |
| Reason_Prompt | String | Filter for holds matching this hold reason. |
| ShowInactive_Prompt | Bool | Parameter that will include inactive holds along with the active ones. |
| AcademicLevel_Prompt | String | |
| AcademicUnit_Prompt | String | Derived Academic Units. |
| ActiveOnly_Prompt | Bool | Only return active students. |
| ProgramOfStudy_Prompt | String | For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
Reads /typeContexts entries from the StudentsHolds table.
| Name | Type | Description |
| StudentsHolds_Id [KEY] | String | The Workday ID of the StudentsHolds that contains this. |
| Students_Id [KEY] | String | The Workday ID of the Students that owns this. |
| AcademicPeriod_Descriptor | String | A description of the instance |
| AcademicPeriod_Href | String | A link to the instance |
| AcademicPeriod_Id | String | wid / id / reference id |
| AcademicRecord_Descriptor | String | A description of the instance |
| AcademicRecord_Href | String | A link to the instance |
| AcademicRecord_Id | String | wid / id / reference id |
| FederalSchoolCodeRuleSet_Descriptor | String | A description of the instance |
| FederalSchoolCodeRuleSet_Href | String | A link to the instance |
| FederalSchoolCodeRuleSet_Id | String | wid / id / reference id |
| FinancialAidAwardYear_Descriptor | String | A description of the instance |
| FinancialAidAwardYear_Href | String | A link to the instance |
| FinancialAidAwardYear_Id | String | wid / id / reference id |
| HoldType_Descriptor | String | A preview of the instance |
| HoldType_Id | String | Id of the instance |
| Institution_Descriptor | String | A description of the instance |
| Institution_Href | String | A link to the instance |
| Institution_Id | String | wid / id / reference id |
| HoldType_Prompt | String | Filter for holds matching these hold types. |
| Reason_Prompt | String | Filter for holds matching this hold reason. |
| ShowInactive_Prompt | Bool | Parameter that will include inactive holds along with the active ones. |
| AcademicLevel_Prompt | String | |
| AcademicUnit_Prompt | String | Derived Academic Units. |
| ActiveOnly_Prompt | Bool | Only return active students. |
| ProgramOfStudy_Prompt | String | For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
Retrieves a collection of immigration events.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Students_Id [KEY] | String | The Workday ID of the Students that owns this. |
| Application_Descriptor | String | A description of the instance |
| Application_Href | String | A link to the instance |
| Application_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| ImmigrationData_ActiveSevisId | String | The current active SEVIS ID for the student immigration data. |
| ImmigrationData_ActiveVisaType_Descriptor | String | A description of the instance |
| ImmigrationData_ActiveVisaType_Href | String | A link to the instance |
| ImmigrationData_ActiveVisaType_Id | String | wid / id / reference id |
| ImmigrationData_Descriptor | String | A preview of the instance |
| ImmigrationData_Id | String | Id of the instance |
| ImmigrationData_IssuingInstitution_Descriptor | String | A description of the instance |
| ImmigrationData_IssuingInstitution_Href | String | A link to the instance |
| ImmigrationData_IssuingInstitution_Id | String | wid / id / reference id |
| Status | String | The status of the immigration event. |
| Institution_Prompt | String | |
| Status_Prompt | String | |
| AcademicLevel_Prompt | String | |
| AcademicUnit_Prompt | String | Derived Academic Units. |
| ActiveOnly_Prompt | Bool | Only return active students. |
| ProgramOfStudy_Prompt | String | For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
Reads /dependentImmigrationData entries from the StudentsImmigrationEvents table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| StudentsImmigrationEvents_Id [KEY] | String | The Workday ID of the StudentsImmigrationEvents that contains this. |
| Students_Id [KEY] | String | The Workday ID of the Students that owns this. |
| CountryOfBirth_Descriptor | String | A description of the instance |
| CountryOfBirth_Href | String | A link to the instance |
| CountryOfBirth_Id | String | wid / id / reference id |
| CountryOfCitizenship_Descriptor | String | A description of the instance |
| CountryOfCitizenship_Href | String | A link to the instance |
| CountryOfCitizenship_Id | String | wid / id / reference id |
| DateOfBirth | Datetime | The student dependent’s date of birth. |
| Descriptor | String | A preview of the instance |
| FirstName | String | The first name of the student’s dependent. |
| ImmigrationStatus_Descriptor | String | A description of the instance |
| ImmigrationStatus_Href | String | A link to the instance |
| ImmigrationStatus_Id | String | wid / id / reference id |
| LastName | String | The last name of the student’s dependent. |
| MiddleName | String | The middle name of the student’s dependent. |
| RelationshipToStudent_Descriptor | String | A description of the instance |
| RelationshipToStudent_Href | String | A link to the instance |
| RelationshipToStudent_Id | String | wid / id / reference id |
| SevisExpirationDate | Datetime | The expiration date of the SEVIS ID for the student’s dependent. |
| SevisId | String | The SEVIS ID of the student’s dependent. |
| SevisIssueDate | Datetime | The issue date of the SEVIS ID for the student’s dependent. |
| Institution_Prompt | String | |
| Status_Prompt | String | |
| AcademicLevel_Prompt | String | |
| AcademicUnit_Prompt | String | Derived Academic Units. |
| ActiveOnly_Prompt | Bool | Only return active students. |
| ProgramOfStudy_Prompt | String | For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
Reads /primaryStudentRecord entries from the Students table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Students_Id [KEY] | String | The Workday ID of the Students that contains this. |
| AcademicLevel_Descriptor | String | A description of the instance |
| AcademicLevel_Href | String | A link to the instance |
| AcademicLevel_Id | String | wid / id / reference id |
| AcademicUnit_Descriptor | String | A description of the instance |
| AcademicUnit_Href | String | A link to the instance |
| AcademicUnit_Id | String | wid / id / reference id |
| ClassStanding_Descriptor | String | A description of the instance |
| ClassStanding_Href | String | A link to the instance |
| ClassStanding_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| ProgramOfStudy_Descriptor | String | A description of the instance |
| ProgramOfStudy_Href | String | A link to the instance |
| ProgramOfStudy_Id | String | wid / id / reference id |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| AcademicLevel_Prompt | String | |
| AcademicUnit_Prompt | String | Derived Academic Units. |
| ActiveOnly_Prompt | Bool | Only return active students. |
| ProgramOfStudy_Prompt | String | For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
Retrieves a collection of residence information for the specified student ID.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Students_Id [KEY] | String | The Workday ID of the Students that owns this. |
| Declaration | Datetime | The date on which this student declared residency. |
| Descriptor | String | A preview of the instance |
| Detail_Descriptor | String | A description of the instance |
| Detail_Href | String | A link to the instance |
| Detail_Id | String | wid / id / reference id |
| Effective | Datetime | The date on which this residency status became (or will become) effective. |
| EffectiveAcademicPeriod_Descriptor | String | A description of the instance |
| EffectiveAcademicPeriod_Href | String | A link to the instance |
| EffectiveAcademicPeriod_Id | String | wid / id / reference id |
| Reason_Descriptor | String | A description of the instance |
| Reason_Href | String | A link to the instance |
| Reason_Id | String | wid / id / reference id |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| InstitutionalAcademicUnit_Prompt | String | The Institutions. |
| AcademicLevel_Prompt | String | |
| AcademicUnit_Prompt | String | Derived Academic Units. |
| ActiveOnly_Prompt | Bool | Only return active students. |
| ProgramOfStudy_Prompt | String | For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
Reads /documents entries from the StudentsResidencies table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| StudentsResidencies_Id [KEY] | String | The Workday ID of the StudentsResidencies that contains this. |
| Students_Id [KEY] | String | The Workday ID of the Students that owns this. |
| Descriptor | String | A preview of the instance |
| InstitutionalAcademicUnit_Prompt | String | The Institutions. |
| AcademicLevel_Prompt | String | |
| AcademicUnit_Prompt | String | Derived Academic Units. |
| ActiveOnly_Prompt | Bool | Only return active students. |
| ProgramOfStudy_Prompt | String | For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
Reads /events entries from the StudentsResidencies table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| StudentsResidencies_Id [KEY] | String | The Workday ID of the StudentsResidencies that contains this. |
| Students_Id [KEY] | String | The Workday ID of the Students that owns this. |
| InstitutionalAcademicUnit_Prompt | String | The Institutions. |
| AcademicLevel_Prompt | String | |
| AcademicUnit_Prompt | String | Derived Academic Units. |
| ActiveOnly_Prompt | Bool | Only return active students. |
| ProgramOfStudy_Prompt | String | For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
Reads /institutionalAcademicUnits entries from the StudentsResidencies table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| StudentsResidencies_Id [KEY] | String | The Workday ID of the StudentsResidencies that contains this. |
| Students_Id [KEY] | String | The Workday ID of the Students that owns this. |
| Descriptor | String | A preview of the instance |
| InstitutionalAcademicUnit_Prompt | String | The Institutions. |
| AcademicLevel_Prompt | String | |
| AcademicUnit_Prompt | String | Derived Academic Units. |
| ActiveOnly_Prompt | Bool | Only return active students. |
| ProgramOfStudy_Prompt | String | For students who haven't matriculated, the program of study they either applied to or have been admitted to. For matriculated students, the primary program of study from their reporting record. |
| Search_Prompt | String | A fuzzy search string that matches student IDs and names. Example: search=bri%20book returns the student Brian Booker. |
Retrieves a collection of supervisory organizations.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Code | String | The organization id for the organization. |
| Descriptor | String | A preview of the instance |
| Href | String | A link to the instance |
| Manager_Descriptor | String | A description of the instance |
| Manager_Href | String | A link to the instance |
| Manager_Id | String | wid / id / reference id |
| Name | String | The organization name for the organization. |
| Workers | String | Contains the workers in the organization. |
Retrieves a single member instance.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupervisoryOrganizations_Id [KEY] | String | The Workday ID of the SupervisoryOrganizations that owns this. |
| BusinessTitle | String | The business title for the position. |
| Descriptor | String | A preview of the instance |
| JobProfile_Descriptor | String | A preview of the instance |
| JobProfile_Id | String | Id of the instance |
| JobType_Descriptor | String | A preview of the instance |
| Location_Country_Descriptor | String | A preview of the instance |
| Location_Descriptor | String | A preview of the instance |
| Location_Id | String | Id of the instance |
| NextPayPeriodStartDate | Datetime | The next pay period start date for the job. |
| SupervisoryOrganization_Descriptor | String | A preview of the instance |
| SupervisoryOrganization_Id | String | Id of the instance |
| Worker_Descriptor | String | A preview of the instance |
| Worker_Id | String | Id of the instance |
Retrieves information about an organization chart of the specified supervisory organization id.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupervisoryOrganizations_Id [KEY] | String | The Workday ID of the SupervisoryOrganizations that owns this. |
| Descriptor | String | A preview of the instance |
| Superior_Code | String | The organization id for the organization. |
| Superior_Descriptor | String | A preview of the instance |
| Superior_Id | String | Id of the instance |
| Superior_Inactive | Bool | Indicates whether the organization is inactive |
| Superior_Name | String | Returns the name of the organization as of the processing effective moment |
Reads /subordinates entries from the SupervisoryOrganizationsOrgChart table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupervisoryOrganizationsOrgChart_Id [KEY] | String | The Workday ID of the SupervisoryOrganizationsOrgChart that contains this. |
| SupervisoryOrganizations_Id [KEY] | String | The Workday ID of the SupervisoryOrganizations that owns this. |
| Code | String | The organization id for the organization. |
| Descriptor | String | A preview of the instance |
| Inactive | Bool | Indicates whether the organization is inactive |
| Managers_Aggregate | String | The manager(s) for the supervisory organization. |
| Name | String | Returns the name of the organization as of the processing effective moment |
Reads /superior/managers entries from the SupervisoryOrganizationsOrgChart table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupervisoryOrganizationsOrgChart_Id [KEY] | String | The Workday ID of the SupervisoryOrganizationsOrgChart that contains this. |
| SupervisoryOrganizations_Id [KEY] | String | The Workday ID of the SupervisoryOrganizations that owns this. |
| Descriptor | String | A preview of the instance |
Retrieves a worker instance for a specific supervisory organization.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupervisoryOrganizations_Id [KEY] | String | The Workday ID of the SupervisoryOrganizations that owns this. |
| BusinessTitle | String | The business title for the worker's primary position. If no business title is defined for a position, the position title is returned back. |
| Descriptor | String | A preview of the instance |
| Href | String | A link to the instance |
| IsManager | Bool | Identifies if the worker has a manager role. |
| PrimarySupervisoryOrganization_Descriptor | String | A description of the instance |
| PrimarySupervisoryOrganization_Href | String | A link to the instance |
| PrimarySupervisoryOrganization_Id | String | wid / id / reference id |
| PrimaryWorkEmail | String | The primary work email address for the worker. |
| PrimaryWorkPhone | String | The primary work phone number for the worker including the area code and country code. |
Retrieves all supplier contracts.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AllowAllSuppliers | Bool | True if the Allow All Suppliers option is enabled for a multisupplier type contract. |
| AutomaticallyRenew | Bool | Returns true if the supplier contract is automatically renewed. |
| BillToAddress_Descriptor | String | A description of the instance |
| BillToAddress_Href | String | A link to the instance |
| BillToAddress_Id | String | wid / id / reference id |
| BillToContactDetail | String | The bill-to contact that populates on purchase orders for installments of this supplier contract. |
| Buyer_Descriptor | String | A description of the instance |
| Buyer_Href | String | A link to the instance |
| Buyer_Id | String | wid / id / reference id |
| CatalogDiscountPercent | Decimal | Catalog Discount Percent applied to all Catalog Items on the Supplier Contract. The discounted Unit Cost will not be used if there is a Contract Line for the Item, since the Unit Cost on the Contract Line will be used. |
| CompanyOrHierarchy_Descriptor | String | A preview of the instance |
| CompanyOrHierarchy_Id | String | Id of the instance |
| ContractReferenceNumber | String | The reference number that identifies the supplier contract. |
| ContractSpecialist_Descriptor | String | A description of the instance |
| ContractSpecialist_Href | String | A link to the instance |
| ContractSpecialist_Id | String | wid / id / reference id |
| ContractType_Descriptor | String | A preview of the instance |
| ContractType_Id | String | Id of the instance |
| Currency_Descriptor | String | A description of the instance |
| Currency_Href | String | A link to the instance |
| Currency_Id | String | wid / id / reference id |
| DefaultOrderFromConnection_Descriptor | String | A description of the instance |
| DefaultOrderFromConnection_Href | String | A link to the instance |
| DefaultOrderFromConnection_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| DocumentLink | String | The link to the external document that the supplier contract refers to. The supplier contract may stem from an external system and this link allows to access the contract to that external system. |
| EndDate | Datetime | The end date of the supplier contract. |
| ExternalReferenceID | String | The external identifier that's associated with a Workday requisition, supplier, supplier contract, or supplier invoice. |
| ExternalSystemReference_Descriptor | String | A description of the instance |
| ExternalSystemReference_Href | String | A link to the instance |
| ExternalSystemReference_Id | String | wid / id / reference id |
| FromSupplierList | Bool | Returns true if Supplier List option is enabled for a Multi-Supplier Contract. |
| GpoReference | String | The Group Purchase Organization (GPO) contract reference of the supplier contract. |
| InvoicedPOAmount_Currency | String | The Total Amount from Supplier Invoices attached to Purchase Orders. Invoices that are canceled or denied are not included. Will return zero if the amount is negative. The currency is the currency of the Supplier Contract. |
| InvoicedPOAmount_Value | Decimal | The Total Amount from Supplier Invoices attached to Purchase Orders. Invoices that are canceled or denied are not included. Will return zero if the amount is negative. The currency is the currency of the Supplier Contract. |
| MarkupPercent | Decimal | The markup percent applied to the unit cost of supplier items associated to the supplier contract. |
| Name | String | The contract name for the supplier contract. |
| NonPOInvoiceAmount_Currency | String | The total amount on invoices that aren't associated to purchase orders, in the currency of the supplier contract. Workday doesn't include canceled invoices, denied invoices, and lease-type contract invoice installments marked as Accounted. This report field returns zero when the total amount is negative. |
| NonPOInvoiceAmount_Value | Decimal | The total amount on invoices that aren't associated to purchase orders, in the currency of the supplier contract. Workday doesn't include canceled invoices, denied invoices, and lease-type contract invoice installments marked as Accounted. This report field returns zero when the total amount is negative. |
| NoticePeriod | Decimal | The number of days/months prior to supplier contract expiration that a notice is delivered. |
| NoticePeriodFrequency_Descriptor | String | A description of the instance |
| NoticePeriodFrequency_Href | String | A link to the instance |
| NoticePeriodFrequency_Id | String | wid / id / reference id |
| Number | String | The automatically generated supplier contract number. |
| OnHold | Bool | True if the transaction document is on hold. You can put customer contracts, supplier invoices, inventory pick lists and other types of documents on hold. |
| OriginalTotalAmount_Currency | String | The original total contract amount in the currency of the supplier contract. |
| OriginalTotalAmount_Value | Decimal | The original total contract amount in the currency of the supplier contract. |
| OverridePaymentType_Descriptor | String | A description of the instance |
| OverridePaymentType_Href | String | A link to the instance |
| OverridePaymentType_Id | String | wid / id / reference id |
| Overview | String | The description or overview of the supplier contract. |
| PaymentTerms_Descriptor | String | A description of the instance |
| PaymentTerms_Href | String | A link to the instance |
| PaymentTerms_Id | String | wid / id / reference id |
| PaymentType_Descriptor | String | A description of the instance |
| PaymentType_Href | String | A link to the instance |
| PaymentType_Id | String | wid / id / reference id |
| PurchaseOrderAmount_Currency | String | The Total Amount from Purchase Orders associated with the contract, either by contract line or header level reference. Orders that are canceled or denied are not included. The currency is the currency of the Supplier Contract. Landed costs are included. |
| PurchaseOrderAmount_Value | Decimal | The Total Amount from Purchase Orders associated with the contract, either by contract line or header level reference. Orders that are canceled or denied are not included. The currency is the currency of the Supplier Contract. Landed costs are included. |
| PurchaseOrderDefaultCompany_Descriptor | String | A preview of the instance |
| PurchaseOrderDefaultCompany_Id | String | Id of the instance |
| PurchaseOrderIssueOption_Descriptor | String | A description of the instance |
| PurchaseOrderIssueOption_Href | String | A link to the instance |
| PurchaseOrderIssueOption_Id | String | wid / id / reference id |
| ReceiptAmount_Currency | String | The total received amount for the supplier contract in the contract currency. Workday excludes draft and in progress receipts when the option is selected for the company’s procurement options. Receipts from Purchase Orders are not included, nor are canceled or denied Receipts. |
| ReceiptAmount_Value | Decimal | The total received amount for the supplier contract in the contract currency. Workday excludes draft and in progress receipts when the option is selected for the company’s procurement options. Receipts from Purchase Orders are not included, nor are canceled or denied Receipts. |
| RenewalTerm | Decimal | The number of days/months/years the supplier contract is renewed for. |
| RenewalTermFrequency_Descriptor | String | A description of the instance |
| RenewalTermFrequency_Href | String | A link to the instance |
| RenewalTermFrequency_Id | String | wid / id / reference id |
| SendExpiryNotification | Bool | Returns true if the supplier contract is included in expiry supplier contract notifications |
| ShipToAddress_Descriptor | String | A description of the instance |
| ShipToAddress_Href | String | A link to the instance |
| ShipToAddress_Id | String | wid / id / reference id |
| ShipToContactDetail | String | The ship-to contact that populates on purchase orders for installments of this supplier contract. |
| SignedDate | Datetime | The date the supplier contract was signed. This date is optional and doesn't affect the execution of the supplier contract. |
| StartDate | Datetime | The date the supplier contract begins and is executable. The contract is valid and executable when the start date is on or before the date of the spend transaction. Example: When the purchase order date predates the contract start date, the contracted price of an item isn't applicable and the spend amount won't be recorded against the contract. |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| SupplierForSupplierInvoice_Descriptor | String | A description of the instance |
| SupplierForSupplierInvoice_Href | String | A link to the instance |
| SupplierForSupplierInvoice_Id | String | wid / id / reference id |
| SupplierInvoiceDefaultCompany_Descriptor | String | A preview of the instance |
| SupplierInvoiceDefaultCompany_Id | String | Id of the instance |
| SupplierInvoiceReferenceNumber | String | The supplier invoice reference number on the supplier contract. |
| Supplier_Descriptor | String | A description of the instance |
| Supplier_Href | String | A link to the instance |
| Supplier_Id | String | wid / id / reference id |
| TotalAmount_Currency | String | The total contract amount of a supplier contract. This must be equal to, or greater than, the line extended amount. |
| TotalAmount_Value | Decimal | The total contract amount of a supplier contract. This must be equal to, or greater than, the line extended amount. |
| CompanyOrHierarchy_Prompt | String | Filters the contracts by company or company hierarchy. Specify the Workday ID of the company or company hierarchy. |
| ContractSpecialist_Prompt | String | Filters the contracts by the supplier contract specialist. Specify the Workday ID or reference ID of the specialist on the contract. |
| ContractType_Prompt | String | Filters the contracts by type. Specify the Workday ID of the contract type. |
| EndDateOnOrAfter_Prompt | Date | Filters the contracts with an end date on or after the specified date. Use the yyyy-mm-dd format. |
| EndDateOnOrBefore_Prompt | Date | Filters the contracts with an end date on or before the specified date. Use the yyyy-mm-dd format. |
| ExternalSystemReference_Prompt | String | Filters the contracts with the external system reference ID. |
| OnHold_Prompt | Bool | Filters the contracts that are on hold. |
| StartDateOnOrAfter_Prompt | Date | Filters the contracts with a start date on or after the specified date. Use the yyyy-mm-dd format. |
| StartDateOnOrBefore_Prompt | Date | Filters the contracts with a start date on or before the specified date. Use the yyyy-mm-dd format. |
| Status_Prompt | String | Filters the contracts by status. Specify the Workday ID of the status. |
| Supplier_Prompt | String | Filters the contracts by the supplier. Specify the Workday ID of the supplier. |
Reads /catalogs entries from the SupplierContracts table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupplierContracts_Id [KEY] | String | The Workday ID of the SupplierContracts that contains this. |
| Descriptor | String | A preview of the instance |
| CompanyOrHierarchy_Prompt | String | Filters the contracts by company or company hierarchy. Specify the Workday ID of the company or company hierarchy. |
| ContractSpecialist_Prompt | String | Filters the contracts by the supplier contract specialist. Specify the Workday ID or reference ID of the specialist on the contract. |
| ContractType_Prompt | String | Filters the contracts by type. Specify the Workday ID of the contract type. |
| EndDateOnOrAfter_Prompt | Date | Filters the contracts with an end date on or after the specified date. Use the yyyy-mm-dd format. |
| EndDateOnOrBefore_Prompt | Date | Filters the contracts with an end date on or before the specified date. Use the yyyy-mm-dd format. |
| ExternalSystemReference_Prompt | String | Filters the contracts with the external system reference ID. |
| OnHold_Prompt | Bool | Filters the contracts that are on hold. |
| StartDateOnOrAfter_Prompt | Date | Filters the contracts with a start date on or after the specified date. Use the yyyy-mm-dd format. |
| StartDateOnOrBefore_Prompt | Date | Filters the contracts with a start date on or before the specified date. Use the yyyy-mm-dd format. |
| Status_Prompt | String | Filters the contracts by status. Specify the Workday ID of the status. |
| Supplier_Prompt | String | Filters the contracts by the supplier. Specify the Workday ID of the supplier. |
Reads /chargeControls entries from the SupplierContracts table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupplierContracts_Id [KEY] | String | The Workday ID of the SupplierContracts that contains this. |
| Descriptor | String | A preview of the instance |
| MaximumAmount_Currency | String | The maximum charge control amount of the charge control rule for the source transaction or transaction line. The amount can be used in condition rules to control spending on target transactions or transaction lines. |
| MaximumAmount_Value | Decimal | The maximum charge control amount of the charge control rule for the source transaction or transaction line. The amount can be used in condition rules to control spending on target transactions or transaction lines. |
| MinimumAmount_Currency | String | The minimum charge control amount of the charge control rule for the source transaction or transaction line. The amount can be used in condition rules to control spending on target transactions or transaction lines. |
| MinimumAmount_Value | Decimal | The minimum charge control amount of the charge control rule for the source transaction or transaction line. The amount can be used in condition rules to control spending on target transactions or transaction lines. |
| CompanyOrHierarchy_Prompt | String | Filters the contracts by company or company hierarchy. Specify the Workday ID of the company or company hierarchy. |
| ContractSpecialist_Prompt | String | Filters the contracts by the supplier contract specialist. Specify the Workday ID or reference ID of the specialist on the contract. |
| ContractType_Prompt | String | Filters the contracts by type. Specify the Workday ID of the contract type. |
| EndDateOnOrAfter_Prompt | Date | Filters the contracts with an end date on or after the specified date. Use the yyyy-mm-dd format. |
| EndDateOnOrBefore_Prompt | Date | Filters the contracts with an end date on or before the specified date. Use the yyyy-mm-dd format. |
| ExternalSystemReference_Prompt | String | Filters the contracts with the external system reference ID. |
| OnHold_Prompt | Bool | Filters the contracts that are on hold. |
| StartDateOnOrAfter_Prompt | Date | Filters the contracts with a start date on or after the specified date. Use the yyyy-mm-dd format. |
| StartDateOnOrBefore_Prompt | Date | Filters the contracts with a start date on or before the specified date. Use the yyyy-mm-dd format. |
| Status_Prompt | String | Filters the contracts by status. Specify the Workday ID of the status. |
| Supplier_Prompt | String | Filters the contracts by the supplier. Specify the Workday ID of the supplier. |
Reads /multiParticipants entries from the SupplierContracts table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupplierContracts_Id [KEY] | String | The Workday ID of the SupplierContracts that contains this. |
| Company_Descriptor | String | A preview of the instance |
| Company_Id | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| Inactive | Bool | True if the entry on Participant List for a Multi-Participant Contract is inactive. |
| CompanyOrHierarchy_Prompt | String | Filters the contracts by company or company hierarchy. Specify the Workday ID of the company or company hierarchy. |
| ContractSpecialist_Prompt | String | Filters the contracts by the supplier contract specialist. Specify the Workday ID or reference ID of the specialist on the contract. |
| ContractType_Prompt | String | Filters the contracts by type. Specify the Workday ID of the contract type. |
| EndDateOnOrAfter_Prompt | Date | Filters the contracts with an end date on or after the specified date. Use the yyyy-mm-dd format. |
| EndDateOnOrBefore_Prompt | Date | Filters the contracts with an end date on or before the specified date. Use the yyyy-mm-dd format. |
| ExternalSystemReference_Prompt | String | Filters the contracts with the external system reference ID. |
| OnHold_Prompt | Bool | Filters the contracts that are on hold. |
| StartDateOnOrAfter_Prompt | Date | Filters the contracts with a start date on or after the specified date. Use the yyyy-mm-dd format. |
| StartDateOnOrBefore_Prompt | Date | Filters the contracts with a start date on or before the specified date. Use the yyyy-mm-dd format. |
| Status_Prompt | String | Filters the contracts by status. Specify the Workday ID of the status. |
| Supplier_Prompt | String | Filters the contracts by the supplier. Specify the Workday ID of the supplier. |
Reads /multiSuppliers entries from the SupplierContracts table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupplierContracts_Id [KEY] | String | The Workday ID of the SupplierContracts that contains this. |
| Descriptor | String | A preview of the instance |
| Inactive | Bool | Returns true if the entry on Supplier List for Multi-Supplier Contract is inactive. |
| MarkupPercent | Decimal | The markup percent applied to the unit cost of supplier items associated to the supplier. |
| Supplier_Descriptor | String | A description of the instance |
| Supplier_Href | String | A link to the instance |
| Supplier_Id | String | wid / id / reference id |
| CompanyOrHierarchy_Prompt | String | Filters the contracts by company or company hierarchy. Specify the Workday ID of the company or company hierarchy. |
| ContractSpecialist_Prompt | String | Filters the contracts by the supplier contract specialist. Specify the Workday ID or reference ID of the specialist on the contract. |
| ContractType_Prompt | String | Filters the contracts by type. Specify the Workday ID of the contract type. |
| EndDateOnOrAfter_Prompt | Date | Filters the contracts with an end date on or after the specified date. Use the yyyy-mm-dd format. |
| EndDateOnOrBefore_Prompt | Date | Filters the contracts with an end date on or before the specified date. Use the yyyy-mm-dd format. |
| ExternalSystemReference_Prompt | String | Filters the contracts with the external system reference ID. |
| OnHold_Prompt | Bool | Filters the contracts that are on hold. |
| StartDateOnOrAfter_Prompt | Date | Filters the contracts with a start date on or after the specified date. Use the yyyy-mm-dd format. |
| StartDateOnOrBefore_Prompt | Date | Filters the contracts with a start date on or before the specified date. Use the yyyy-mm-dd format. |
| Status_Prompt | String | Filters the contracts by status. Specify the Workday ID of the status. |
| Supplier_Prompt | String | Filters the contracts by the supplier. Specify the Workday ID of the supplier. |
Reads /serviceLines entries from the SupplierContracts table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
maximumAmount: Currency /* The \~maximum charge control amount\~ of the charge control rule for the source transaction or transaction line. The amount can be used in condition rules to control spending on target transactions or transaction lines. */
minimumAmount: Currency /* The \~minimum charge control amount\~ of the charge control rule for the source transaction or transaction line. The amount can be used in condition rules to control spending on target transactions or transaction lines. */
}]
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
percentRecoverable: Numeric /* The tax recoverable percentage for tax recoverability. */
}]
[{
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
worktagType: { /* The worktag type. */
descriptor: Text /* A description of the instance */
href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
}]
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupplierContracts_Id [KEY] | String | The Workday ID of the SupplierContracts that contains this. |
| ChargeControls_Aggregate | String | The charge control rules applied to the transaction or transaction line. |
| CompanyForInvoice_Descriptor | String | A preview of the instance |
| CompanyForInvoice_Id | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| DoNotAutoRenew | Bool | True if the supplier contract line is marked as Do Not Auto Renew. The line checkbox is only editable when the supplier contract type allows Renewal Terms. |
| ExtendedAmount_Currency | String | The extended amount for the document line. Excludes Extended Amounts on Tax Only Invoices. |
| ExtendedAmount_Value | Decimal | The extended amount for the document line. Excludes Extended Amounts on Tax Only Invoices. |
| Item_Descriptor | String | A description of the instance |
| Item_Href | String | A link to the instance |
| Item_Id | String | wid / id / reference id |
| LineDescription | String | The line item description for the document line. |
| LineEndDate | Datetime | The end date of this Supplier Contract Line. |
| LineIsCanceled | Bool | True if this Supplier Contract Line is canceled. Canceled contract lines can't be ordered, received, or invoiced. |
| LineNumber | String | The line number of this Supplier Contract Line. |
| LineOnHold | Bool | True if the supplier contract line is On Hold. You can't add On Hold lines to purchase orders, supplier invoices, receipts, or installments. Lines already associated with downstream documents can't be marked as On Hold. |
| LineStartDate | Datetime | The start date of the Supplier Contract Line. |
| Location_Descriptor | String | A description of the instance |
| Location_Href | String | A link to the instance |
| Location_Id | String | wid / id / reference id |
| Memo | String | The memo on the document line. |
| RenewalAmount_Currency | String | The amount to be renewed for this Supplier Contract Line. When supplier contracts are auto-renewed, the renewal amount automatically persists on the renewed supplier contract line. |
| RenewalAmount_Value | Decimal | The amount to be renewed for this Supplier Contract Line. When supplier contracts are auto-renewed, the renewal amount automatically persists on the renewed supplier contract line. |
| Retention | Bool | Returns true if the Retention check box is selected on the line. |
| ShipToAddress_Descriptor | String | A description of the instance |
| ShipToAddress_Href | String | A link to the instance |
| ShipToAddress_Id | String | wid / id / reference id |
| ShipToContact_Descriptor | String | A description of the instance |
| ShipToContact_Href | String | A link to the instance |
| ShipToContact_Id | String | wid / id / reference id |
| SpendCategory_Descriptor | String | A description of the instance |
| SpendCategory_Href | String | A link to the instance |
| SpendCategory_Id | String | wid / id / reference id |
| TaxApplicability_Descriptor | String | A description of the instance |
| TaxApplicability_Href | String | A link to the instance |
| TaxApplicability_Id | String | wid / id / reference id |
| TaxCode_Descriptor | String | A description of the instance |
| TaxCode_Href | String | A link to the instance |
| TaxCode_Id | String | wid / id / reference id |
| TaxRecoverabilities_Aggregate | String | Tax Recoverabilities on a Taxable Document Line. |
| Worktags_Aggregate | String | All worktags for the related business object. |
| CompanyOrHierarchy_Prompt | String | Filters the contracts by company or company hierarchy. Specify the Workday ID of the company or company hierarchy. |
| ContractSpecialist_Prompt | String | Filters the contracts by the supplier contract specialist. Specify the Workday ID or reference ID of the specialist on the contract. |
| ContractType_Prompt | String | Filters the contracts by type. Specify the Workday ID of the contract type. |
| EndDateOnOrAfter_Prompt | Date | Filters the contracts with an end date on or after the specified date. Use the yyyy-mm-dd format. |
| EndDateOnOrBefore_Prompt | Date | Filters the contracts with an end date on or before the specified date. Use the yyyy-mm-dd format. |
| ExternalSystemReference_Prompt | String | Filters the contracts with the external system reference ID. |
| OnHold_Prompt | Bool | Filters the contracts that are on hold. |
| StartDateOnOrAfter_Prompt | Date | Filters the contracts with a start date on or after the specified date. Use the yyyy-mm-dd format. |
| StartDateOnOrBefore_Prompt | Date | Filters the contracts with a start date on or before the specified date. Use the yyyy-mm-dd format. |
| Status_Prompt | String | Filters the contracts by status. Specify the Workday ID of the status. |
| Supplier_Prompt | String | Filters the contracts by the supplier. Specify the Workday ID of the supplier. |
Retrieves a collection of supplier invoice lines.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupplierInvoiceRequests_Id [KEY] | String | The Workday ID of the SupplierInvoiceRequests that owns this. |
| Billable | Bool | True if a supplier invoice request line or line split is billable. |
| Descriptor | String | A preview of the instance |
| ExtendedAmount_Currency | String | The extended amount for the document line. Excludes Extended Amounts on Tax Only Invoices. |
| ExtendedAmount_Value | Decimal | The extended amount for the document line. Excludes Extended Amounts on Tax Only Invoices. |
| InternalMemo | String | The internal line memo for the supplier invoice request line. |
| ItemDescription | String | The description of the item on the document line. This is a text-only value. |
| Item_Descriptor | String | A description of the instance |
| Item_Href | String | A link to the instance |
| Item_Id | String | wid / id / reference id |
| Memo | String | The memo on the document line. |
| Quantity | Decimal | The quantity on the transaction line. This value can have 20 integer places, is precise to 2 decimal places, and can be negative. |
| SpendCategory_Descriptor | String | A description of the instance |
| SpendCategory_Href | String | A link to the instance |
| SpendCategory_Id | String | wid / id / reference id |
| SplitBy_Descriptor | String | A description of the instance |
| SplitBy_Href | String | A link to the instance |
| SplitBy_Id | String | wid / id / reference id |
| Type | String | The line type of the supplier invoice request. |
| UnitCost_Currency | String | The unit cost for the document line. |
| UnitCost_Value | Decimal | The unit cost for the document line. |
| UnitOfMeasure_Descriptor | String | A description of the instance |
| UnitOfMeasure_Href | String | A link to the instance |
| UnitOfMeasure_Id | String | wid / id / reference id |
| Company_Prompt | String | The company for the Common Financial Dimensions. This is for internal use only on a REST API. |
| FromDueDate_Prompt | Date | The beginning date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is the day from this invoice date. |
| FromInvoiceDate_Prompt | Date | The date on or after which the supplier invoice is created using the MM/DD/YYYY format. |
| Requester_Prompt | String | The ID of the worker generating the supplier invoice request. |
| Status_Prompt | String | The status of the supplier invoice request. This is for internal use only on a REST API. |
| Supplier_Prompt | String | The supplier on the business documents. |
| ToDueDate_Prompt | Date | The end date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is 30 days from the invoice date. |
| ToInvoiceDate_Prompt | Date | The date on or before which the supplier invoice is created using the MM/DD/YYYY format. |
Reads /itemIdentifiers entries from the SupplierInvoiceRequestsLines table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupplierInvoiceRequestsLines_Id [KEY] | String | The Workday ID of the SupplierInvoiceRequestsLines that contains this. |
| SupplierInvoiceRequests_Id [KEY] | String | The Workday ID of the SupplierInvoiceRequests that owns this. |
| Descriptor | String | A preview of the instance |
| Company_Prompt | String | The company for the Common Financial Dimensions. This is for internal use only on a REST API. |
| FromDueDate_Prompt | Date | The beginning date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is the day from this invoice date. |
| FromInvoiceDate_Prompt | Date | The date on or after which the supplier invoice is created using the MM/DD/YYYY format. |
| Requester_Prompt | String | The ID of the worker generating the supplier invoice request. |
| Status_Prompt | String | The status of the supplier invoice request. This is for internal use only on a REST API. |
| Supplier_Prompt | String | The supplier on the business documents. |
| ToDueDate_Prompt | Date | The end date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is 30 days from the invoice date. |
| ToInvoiceDate_Prompt | Date | The date on or before which the supplier invoice is created using the MM/DD/YYYY format. |
Reads /itemTags entries from the SupplierInvoiceRequestsLines table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupplierInvoiceRequestsLines_Id [KEY] | String | The Workday ID of the SupplierInvoiceRequestsLines that contains this. |
| SupplierInvoiceRequests_Id [KEY] | String | The Workday ID of the SupplierInvoiceRequests that owns this. |
| Descriptor | String | A preview of the instance |
| Company_Prompt | String | The company for the Common Financial Dimensions. This is for internal use only on a REST API. |
| FromDueDate_Prompt | Date | The beginning date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is the day from this invoice date. |
| FromInvoiceDate_Prompt | Date | The date on or after which the supplier invoice is created using the MM/DD/YYYY format. |
| Requester_Prompt | String | The ID of the worker generating the supplier invoice request. |
| Status_Prompt | String | The status of the supplier invoice request. This is for internal use only on a REST API. |
| Supplier_Prompt | String | The supplier on the business documents. |
| ToDueDate_Prompt | Date | The end date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is 30 days from the invoice date. |
| ToInvoiceDate_Prompt | Date | The date on or before which the supplier invoice is created using the MM/DD/YYYY format. |
Reads /splits entries from the SupplierInvoiceRequestsLines table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupplierInvoiceRequestsLines_Id [KEY] | String | The Workday ID of the SupplierInvoiceRequestsLines that contains this. |
| SupplierInvoiceRequests_Id [KEY] | String | The Workday ID of the SupplierInvoiceRequests that owns this. |
| Amount_Currency | String | The amount on the transaction line split. This value displays in the same currency as the business document. |
| Amount_Value | Decimal | The amount on the transaction line split. This value displays in the same currency as the business document. |
| Billable | Bool | True if the supplier invoice request line or line split are billable. |
| Descriptor | String | A preview of the instance |
| Memo | String | The memo for a line split |
| Percent | Decimal | The percentage specified for the Business Document Line distribution line split. |
| Quantity | Decimal | The quantity specified for the Business Document Line distribution line split. |
| Worktags_Aggregate | String | The worktags for the document line split. |
| Company_Prompt | String | The company for the Common Financial Dimensions. This is for internal use only on a REST API. |
| FromDueDate_Prompt | Date | The beginning date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is the day from this invoice date. |
| FromInvoiceDate_Prompt | Date | The date on or after which the supplier invoice is created using the MM/DD/YYYY format. |
| Requester_Prompt | String | The ID of the worker generating the supplier invoice request. |
| Status_Prompt | String | The status of the supplier invoice request. This is for internal use only on a REST API. |
| Supplier_Prompt | String | The supplier on the business documents. |
| ToDueDate_Prompt | Date | The end date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is 30 days from the invoice date. |
| ToInvoiceDate_Prompt | Date | The date on or before which the supplier invoice is created using the MM/DD/YYYY format. |
Reads /worktags entries from the SupplierInvoiceRequestsLines table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| SupplierInvoiceRequestsLines_Id [KEY] | String | The Workday ID of the SupplierInvoiceRequestsLines that contains this. |
| SupplierInvoiceRequests_Id [KEY] | String | The Workday ID of the SupplierInvoiceRequests that owns this. |
| Descriptor | String | A preview of the instance |
| Company_Prompt | String | The company for the Common Financial Dimensions. This is for internal use only on a REST API. |
| FromDueDate_Prompt | Date | The beginning date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is the day from this invoice date. |
| FromInvoiceDate_Prompt | Date | The date on or after which the supplier invoice is created using the MM/DD/YYYY format. |
| Requester_Prompt | String | The ID of the worker generating the supplier invoice request. |
| Status_Prompt | String | The status of the supplier invoice request. This is for internal use only on a REST API. |
| Supplier_Prompt | String | The supplier on the business documents. |
| ToDueDate_Prompt | Date | The end date of the payment due period for this supplier invoice request. Use the MM/DD/YYYY format. Example: When the payment term is Net 30, the due date value is 30 days from the invoice date. |
| ToInvoiceDate_Prompt | Date | The date on or before which the supplier invoice is created using the MM/DD/YYYY format. |
Retrieves system metrics with the specified ID, including queued tasks, running tasks, and active user sessions.
| Name | Type | Description |
| ActiveUserSessions | Decimal | Count of active user sessions in the system. |
| QueuedTasks | Decimal | The number of queued tasks in the system. |
| RunningTasks | Decimal | Count of running tasks in the system. |
Usage information for the operation TaxRatesGroupCompanyInstancesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Usage information for the operation TaxRatesGroupStateInstancesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Usage information for the operation TimeOffStatusValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
Usage information for the operation TimeTypesDefaultTimeEntryCodeValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Date_Prompt | Date | The effective date to look up time types for a given worker. |
| InOutCodeOnly_Prompt | Bool | If true, returns only Time Entry Codes of the type In/Out. You must use these types with POST Time Clock Event. |
| Project_Prompt | String | The Workday ID of a project, used to filter the projectPlanTasks resource down to project plan tasks from a given project. |
| Worker_Prompt | String | The Workday ID of the worker to look up time types for. |
Usage information for the operation TimeTypesProjectPlanTasksValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Date_Prompt | Date | The effective date to look up time types for a given worker. |
| InOutCodeOnly_Prompt | Bool | If true, returns only Time Entry Codes of the type In/Out. You must use these types with POST Time Clock Event. |
| Project_Prompt | String | The Workday ID of a project, used to filter the projectPlanTasks resource down to project plan tasks from a given project. |
| Worker_Prompt | String | The Workday ID of the worker to look up time types for. |
Usage information for the operation TimeTypesProjectsValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Date_Prompt | Date | The effective date to look up time types for a given worker. |
| InOutCodeOnly_Prompt | Bool | If true, returns only Time Entry Codes of the type In/Out. You must use these types with POST Time Clock Event. |
| Project_Prompt | String | The Workday ID of a project, used to filter the projectPlanTasks resource down to project plan tasks from a given project. |
| Worker_Prompt | String | The Workday ID of the worker to look up time types for. |
Usage information for the operation TimeTypesTimeEntryCodesValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Date_Prompt | Date | The effective date to look up time types for a given worker. |
| InOutCodeOnly_Prompt | Bool | If true, returns only Time Entry Codes of the type In/Out. You must use these types with POST Time Clock Event. |
| Project_Prompt | String | The Workday ID of a project, used to filter the projectPlanTasks resource down to project plan tasks from a given project. |
| Worker_Prompt | String | The Workday ID of the worker to look up time types for. |
Retrieves a collection of time entry validations.
| Name | Type | Description |
| CriticalValidations | String | The critical validation messages separated by the line feed character (hex code in JSON). The validation messages indicate that the requested objects fail the configured critical custom validations. |
| WarningValidations | String | The warning validation messages separated by the line feed character (hex code in JSON). The validation messages indicate that the requested objects fail the configured warning custom validations. |
| Date_Prompt | Date | The required date that determines the time entry validations. The method validates the time entries within week or time period of the specified date. |
| Worker_Prompt | String | The required Workday ID of the worker who entered the time entries. |
Usage information for the operation TimeValuesOutReasonValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Date_Prompt | Date | The effective date to look up time values for a given worker. |
| Worker_Prompt | String | The Workday ID of the worker to look up time values for. |
Usage information for the operation TimeValuesWorkerTimeZoneValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Date_Prompt | Date | The effective date to look up time values for a given worker. |
| Worker_Prompt | String | The Workday ID of the worker to look up time values for. |
Retrieves a collection of workers and current staffing information.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Descriptor | String | A preview of the instance |
| Person_Email | String | Returns the public primary work email address for the worker. |
| Person_Id | String | Id of the instance |
| Person_Phone | String | Returns the primary public work phone number for the worker. |
| PrimaryJob_BusinessTitle | String | The business title for the position. |
| PrimaryJob_Descriptor | String | A preview of the instance |
| PrimaryJob_Id | String | Id of the instance |
| PrimaryJob_JobProfile_Descriptor | String | A preview of the instance |
| PrimaryJob_JobProfile_Id | String | Id of the instance |
| PrimaryJob_JobType_Descriptor | String | A preview of the instance |
| PrimaryJob_Location_Country_Descriptor | String | A preview of the instance |
| PrimaryJob_Location_Descriptor | String | A preview of the instance |
| PrimaryJob_Location_Id | String | Id of the instance |
| PrimaryJob_SupervisoryOrganization_Descriptor | String | A preview of the instance |
| PrimaryJob_SupervisoryOrganization_Id | String | Id of the instance |
| PrimaryJob_WorkSpace_Descriptor | String | A preview of the instance |
| PrimaryJob_WorkSpace_Id | String | Id of the instance |
| PrimaryJob_WorkSpace_LocationChain | String | Location chain including bread crumbs for location. |
| WorkerId | String | The Employee ID or Contingent Worker ID for the worker. |
| WorkerType_Descriptor | String | A description of the instance |
| WorkerType_Href | String | A link to the instance |
| WorkerType_Id | String | wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /additionalJobs entries from the Workers table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Workers_Id [KEY] | String | The Workday ID of the Workers that contains this. |
| BusinessTitle | String | The business title for the position. |
| Descriptor | String | A preview of the instance |
| JobProfile_Descriptor | String | A preview of the instance |
| JobProfile_Id | String | Id of the instance |
| JobType_Descriptor | String | A preview of the instance |
| Location_Country_Descriptor | String | A preview of the instance |
| Location_Descriptor | String | A preview of the instance |
| Location_Id | String | Id of the instance |
| SupervisoryOrganization_Descriptor | String | A preview of the instance |
| SupervisoryOrganization_Id | String | Id of the instance |
| WorkSpace_Descriptor | String | A preview of the instance |
| WorkSpace_Id | String | Id of the instance |
| WorkSpace_LocationChain | String | Location chain including bread crumbs for location. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /businessProcessParameters/comments entries from the WorkersAnytimeFeedbackEvents table.
| Name | Type | Description |
| WorkersAnytimeFeedbackEvents_Id [KEY] | String | The Workday ID of the WorkersAnytimeFeedbackEvents that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Comment | String | Comment |
| CommentDate | Datetime | Gives the moment at which the instance was originally created. |
| Person_Descriptor | String | A description of the instance |
| Person_Href | String | A link to the instance |
| Person_Id | String | wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /category entries from the WorkersDevelopmentItems table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| WorkersDevelopmentItems_Id [KEY] | String | The Workday ID of the WorkersDevelopmentItems that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | A preview of the instance |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /relatesTo entries from the WorkersDevelopmentItems table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| WorkersDevelopmentItems_Id [KEY] | String | The Workday ID of the WorkersDevelopmentItems that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | A preview of the instance |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /skills entries from the WorkersDevelopmentItems table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| WorkersDevelopmentItems_Id [KEY] | String | The Workday ID of the WorkersDevelopmentItems that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | A preview of the instance |
| RemoteID | String | The remote skill ID of a skill. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a collection of direct reports for a specific worker.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| BusinessTitle | String | The business title for the worker's primary position. If no business title is defined for a position, the position title is returned back. |
| Descriptor | String | A preview of the instance |
| Href | String | A link to the instance |
| IsManager | Bool | Identifies if the worker has a manager role. |
| PrimarySupervisoryOrganization_Descriptor | String | A description of the instance |
| PrimarySupervisoryOrganization_Href | String | A link to the instance |
| PrimarySupervisoryOrganization_Id | String | wid / id / reference id |
| PrimaryWorkEmail | String | The primary work email address for the worker. |
| PrimaryWorkPhone | String | The primary work phone number for the worker including the area code and country code. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a collection of eligible absence types for the specified worker.
| Name | Type | Description |
| Id [KEY] | String | Workday ID |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| AbsenceTypeGroup_Descriptor | String | A preview of the instance |
| AbsenceTypeGroup_DisplayOrder | String | Absence Type Group display order. |
| AbsenceTypeGroup_Id | String | Id of the instance |
| CalculateQuantityBasedOnStartAndEndTime | Bool | If true, the quantity is based on the start and end times for the time off type. |
| Category_Descriptor | String | A description of the instance |
| Category_Href | String | A link to the instance |
| Category_Id | String | wid / id / reference id |
| DailyDefaultQuantity | Decimal | Daily default quantity |
| Descriptor | String | Descriptor for Coordinated Absence Type |
| DisplayStartAndEndTime | Bool | If true, the time off type has start and end times enabled. |
| EntryOption_Descriptor | String | A description of the instance |
| EntryOption_Href | String | A link to the instance |
| EntryOption_Id | String | wid / id / reference id |
| PositionBased | Bool | If true, the time off type or leave type is position based. |
| ReasonRequired | Bool | If true, the time off type, absence table, or leave type requires a reason. |
| StartAndEndTimeRequired | Bool | If true, the start and end times are required for the time off type. |
| UnitOfTime_Descriptor | String | A description of the instance |
| UnitOfTime_Href | String | A link to the instance |
| UnitOfTime_Id | String | wid / id / reference id |
| Category_Prompt | String | The Workday ID of the absence type category. Valid values: |
| Effective_Prompt | Date | The effective date for which eligible absence types need to be returned for the worker. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /absenceReasons entries from the WorkersEligibleAbsenceTypes table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| WorkersEligibleAbsenceTypes_Id [KEY] | String | The Workday ID of the WorkersEligibleAbsenceTypes that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | A preview of the instance |
| Category_Prompt | String | The Workday ID of the absence type category. Valid values: |
| Effective_Prompt | Date | The effective date for which eligible absence types need to be returned for the worker. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /additionalFields entries from the WorkersEligibleAbsenceTypes table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| WorkersEligibleAbsenceTypes_Id [KEY] | String | The Workday ID of the WorkersEligibleAbsenceTypes that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | A preview of the instance |
| Required | Bool | True if Leave Additional Fields are required. |
| Category_Prompt | String | The Workday ID of the absence type category. Valid values: |
| Effective_Prompt | Date | The effective date for which eligible absence types need to be returned for the worker. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /position entries from the WorkersEligibleAbsenceTypes table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| WorkersEligibleAbsenceTypes_Id [KEY] | String | The Workday ID of the WorkersEligibleAbsenceTypes that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | A preview of the instance |
| Category_Prompt | String | The Workday ID of the absence type category. Valid values: |
| Effective_Prompt | Date | The effective date for which eligible absence types need to be returned for the worker. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a collection of goals for a specific worker.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| CompletedOn | Datetime | The date when the goal is completed. |
| CreatedBy_Descriptor | String | A description of the instance |
| CreatedBy_Href | String | A link to the instance |
| CreatedBy_Id | String | wid / id / reference id |
| Description | String | The description of the goal. |
| DueDate | Datetime | The date when the goal is due. |
| Name | String | The name of the goal. |
| State | String | The state of the goal. Indicates why the goal is non-editable or why a user needs to take an action to successfully create or update the goal. Possible values: Pending approval, Associated with In Progress Review, Pending archival, Pending restore, Saved for later, and Needs revising. |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| Supports_Descriptor | String | A description of the instance |
| Supports_Href | String | A link to the instance |
| Supports_Id | String | wid / id / reference id |
| Worker_Descriptor | String | A description of the instance |
| Worker_Href | String | A link to the instance |
| Worker_Id | String | wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /activityStreamableItem entries from the WorkersGoals table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| WorkersGoals_Id [KEY] | String | The Workday ID of the WorkersGoals that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | A preview of the instance |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /associatedReviews entries from the WorkersGoals table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| WorkersGoals_Id [KEY] | String | The Workday ID of the WorkersGoals that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | A preview of the instance |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /category entries from the WorkersGoals table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| WorkersGoals_Id [KEY] | String | The Workday ID of the WorkersGoals that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | A preview of the instance |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /relatesTo entries from the WorkersGoals table.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| WorkersGoals_Id [KEY] | String | The Workday ID of the WorkersGoals that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | A preview of the instance |
| Type | String | The talent tag type for a goal. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a collection of history items for a specific worker.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | A preview of the instance |
| Due | Datetime | The date the business process needs to be completed. |
| Effective | Datetime | The date this business process takes effect. |
| Href | String | A link to the instance |
| Initiated | Datetime | The date and time this business process was initiated. |
| Initiator_Descriptor | String | A description of the instance |
| Initiator_Href | String | A link to the instance |
| Initiator_Id | String | wid / id / reference id |
| Subject_Descriptor | String | A description of the instance |
| Subject_Href | String | A link to the instance |
| Subject_Id | String | wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a collection of inbox tasks for a specific worker.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Assigned | Datetime | Returns the date when the event record was last updated on. |
| Descriptor | String | A preview of the instance |
| Due | Datetime | Returns the due date for this step. |
| Href | String | A link to the instance |
| Initiator_Descriptor | String | A description of the instance |
| Initiator_Href | String | A link to the instance |
| Initiator_Id | String | wid / id / reference id |
| OverallProcess_Descriptor | String | A description of the instance |
| OverallProcess_Href | String | A link to the instance |
| OverallProcess_Id | String | wid / id / reference id |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| StepType_Descriptor | String | A description of the instance |
| StepType_Href | String | A link to the instance |
| StepType_Id | String | wid / id / reference id |
| Subject_Descriptor | String | A description of the instance |
| Subject_Href | String | A link to the instance |
| Subject_Id | String | wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves the leave of absence for the specified worker.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| ActualLastDayOfLeave | Datetime | The Actual Last Day Of Work for the Leave Of Absence using the yyyy-mm-dd format. |
| AdditionalFields_AdoptionNotificationDate | Datetime | The Adoption Notification Date additional field for the Leave Of Absence using the yyyy-mm-dd format. |
| AdditionalFields_AdoptionPlacementDate | Datetime | The Adoption Placement Date additional field for the Leave Of Absence using the yyyy-mm-dd format. |
| AdditionalFields_AgeOfDependent | Decimal | The Age Of Dependent numerical additional field for the Leave Of Absence. |
| AdditionalFields_CaesareanSectionBirth | Bool | If true, the Leave Of Absence indicates a caesarean section birth, which may impact worker's leave entitlements. |
| AdditionalFields_ChildDisabilityIndicator | Bool | True if Child Disability Indicator is set on the leave event. You can enable it as an additional field when configuring the leave type. Child disability can impact some leave entitlements. |
| AdditionalFields_ChildsBirthDate | Datetime | The Child's Birth Date additional field for the Leave Of Absence using the yyyy-mm-dd format. |
| AdditionalFields_ChildsDateOfDeath | Datetime | The Child's Date Of Death additional field for the Leave Of Absence using the yyyy-mm-dd format. |
| AdditionalFields_DateBabyArrivedHomeFromHospital | Datetime | The Date Baby Arrived Home From Hospital additional field for the Leave Of Absence using the yyyy-mm-dd format. |
| AdditionalFields_DateChildEnteredCountry | Datetime | The Date Child Entered Country additional field for the Leave Of Absence using the yyyy-mm-dd format. |
| AdditionalFields_DateOfRecall | Datetime | The Date Of Recall additional field for the Leave Of Absence using the yyyy-mm-dd format. |
| AdditionalFields_Dependent_Descriptor | String | A description of the instance |
| AdditionalFields_Dependent_Href | String | A link to the instance |
| AdditionalFields_Dependent_Id | String | wid / id / reference id |
| AdditionalFields_ExpectedDueDate | Datetime | The Expected Due Date additional field for the Leave Of Absence using the yyyy-mm-dd format. |
| AdditionalFields_LastDateForWhichPaid | Datetime | The Last Date For Which Paid additional field for the Leave Of Absence using the yyyy-mm-dd format. |
| AdditionalFields_LeaveEntitlementOverride | Decimal | The Leave Entitlement Override numerical additional field for the Leave Of Absence. |
| AdditionalFields_LeavePercentage | Decimal | The Leave Percentage numerical additional field for the Leave Of Absence. |
| AdditionalFields_LocationDuringLeave | String | The Location During Leave text additional field for the Leave Of Absence. |
| AdditionalFields_MultipleChildIndicator | Bool | If true, the Leave Of Absence indicates multiple children, which may impact worker's leave entitlements. |
| AdditionalFields_NumberOfBabiesAdoptedChildren | Decimal | The Number Of Babies Or Adopted Children numerical additional field for the Leave Of Absence. |
| AdditionalFields_NumberOfChildDependents | Decimal | The Number Of Child Dependents numerical additional field for the Leave Of Absence. |
| AdditionalFields_NumberOfPreviousBirths | Decimal | The Number Of Previous Births numerical additional field for the Leave Of Absence. |
| AdditionalFields_NumberOfPreviousMaternityLeaves | Decimal | The Number Of Previous Maternity Leaves numerical additional field for the Leave Of Absence. |
| AdditionalFields_SingleParentIndicator | Bool | If true, the Leave Of Absence indicates a single parent, which may impact worker's leave entitlements. |
| AdditionalFields_SocialSecurityDisabilityCode | String | The Social Security Disability Code text additional field for the Leave Of Absence. |
| AdditionalFields_StillbirthBabyDeceased | Bool | If true, the Leave Of Absence indicates a stillbirth or baby deceased, which may impact worker's leave entitlements. |
| AdditionalFields_StopPaymentDate | Datetime | The Stop Payment Date additional field for the Leave Of Absence using the yyyy-mm-dd format. |
| AdditionalFields_WeekOfConfinement | Datetime | The Week Of Confinement Date additional field for the Leave Of Absence using the yyyy-mm-dd format. |
| AdditionalFields_WorkRelated | Bool | If true, the Leave Of Absence is work related, which may impact Record Of Employment in Canada. |
| BusinessProcessStepStatus | String | The Business Process Step Status of the Leave Of Absence. |
| EstimatedLastDayOfLeave | Datetime | The Estimated Last Day Of Leave of the Leave Of Absence using the yyyy-mm-dd format. |
| FirstDayOfLeave | Datetime | The First Day Of Leave of the Leave Of Absence using the yyyy-mm-dd format. |
| LastDayOfWork | Datetime | The Last Day Of Work of the Leave Of Absence using the yyyy-mm-dd format. |
| LatestLeaveComment | String | The Latest Leave Comment of the Leave Of Absence. |
| LeaveImpactFields_AbsenceAccrualEffect | Bool | If true, it impacts the worker's absence accrual. |
| LeaveImpactFields_BenefitEffect | Bool | If true, it may require a change to the worker's benefits. |
| LeaveImpactFields_ContinuousServiceAccrualEffect | Bool | If true, it has an impact on the worker's service accrual. It may need a manual change to the worker's service accrual. |
| LeaveImpactFields_InactivateWorker | Bool | If true, the worker on leave will be inactivated in the Workday system. If the leave type is position-based, the worker will not be inactive unless the worker is on leave for all positions with this effect. |
| LeaveImpactFields_PayrollEffect | Bool | If true, the Leave Of Absence event has an effect on payroll. |
| LeaveImpactFields_ProfessionalLeaveEffect | Bool | If true, the Leave Of Absence event has a Professional Leave Effect leave impact field. |
| LeaveImpactFields_SabbaticalEffect | Bool | If true, the Leave Of Absence event has an effect on sabbatical eligibility. It may require a manual change to a worker's sabbatical records. |
| LeaveImpactFields_SchedulingEffect | Bool | True if the leave event is for a leave type that is configured to allow a worker to be scheduled to work when placed on leave. |
| LeaveImpactFields_StockVestingEffect | Bool | If true, the Leave Of Absence event has an effect on the worker's stock vesting schedule. It may require a change to the vesting schedule of any stock grants that the worker holds. |
| LeaveImpactFields_TalentEffect | Bool | If true, Workday removes the worker on this type of leave from the Worker prompt of select worker reviews and feedback in talent. |
| LeaveImpactFields_TenureEffect | Bool | If true, the Leave Of Absence event has an effect on tenure eligibility. It may require a manual change to a worker's tenure records. |
| LeaveType_Descriptor | String | A description of the instance |
| LeaveType_Href | String | A link to the instance |
| LeaveType_Id | String | wid / id / reference id |
| Position_Descriptor | String | A description of the instance |
| Position_Href | String | A link to the instance |
| Position_Id | String | wid / id / reference id |
| PriorLeaveEvent_Descriptor | String | A description of the instance |
| PriorLeaveEvent_Href | String | A link to the instance |
| PriorLeaveEvent_Id | String | wid / id / reference id |
| Reason_Descriptor | String | A description of the instance |
| Reason_Href | String | A link to the instance |
| Reason_Id | String | wid / id / reference id |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| Worker_Descriptor | String | A description of the instance |
| Worker_Href | String | A link to the instance |
| Worker_Id | String | wid / id / reference id |
| FromDate_Prompt | Date | The start of a date range filter using the yyyy-mm-dd format. |
| LeaveType_Prompt | String | The Workday ID of the type of Leave Of Absence. You can specify multiple leaveType query parameters. |
| Status_Prompt | String | The Workday ID of the status of the Leave Of Absence. The valid statuses are Successfully Completed, In Progress, Canceled, Rescinded, and Process Terminated. To get the Workday ID of a status, call the GET /values/leave/status endpoint. You can specify multiple status query parameters. |
| ToDate_Prompt | Date | The end of a date range filter using the yyyy-mm-dd format. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves an organization instance for a specific worker.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | A preview of the instance |
| Href | String | A link to the instance |
| OrganizationType_Descriptor | String | A description of the instance |
| OrganizationType_Href | String | A link to the instance |
| OrganizationType_Id | String | wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a collection of pay slips for a specific worker.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Date | Datetime | Payment Date |
| Descriptor | String | A preview of the instance |
| Gross | Decimal | Gross Pay for a Payslip |
| Href | String | A link to the instance |
| Net | Decimal | Net Pay for a Payslip |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a period from the period schedule the worker is eligible for.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| CloseTimeEntry | Datetime | The date and time when the period is closed for time entry. |
| Descriptor | String | A preview of the instance |
| LockTimeEntry | Datetime | The date and time when the period becomes locked out. |
| OpenTimeEntry | Datetime | The date and time when the period is open for time entry. |
| PaymentDate | Datetime | The payment date for periods whose period schedule's usage includes Payroll or Time Tracking without Payroll. |
| PeriodEndDate | Datetime | The end date of the payroll period or the absence subperiod. |
| PeriodStartDate | Datetime | The start date of the payroll period or the absence subperiod. |
| UnlockTimeEntry | Datetime | The date and time when the period is unlocked for time adjustments. |
| Date_Prompt | Date | The date on which the worker is eligible, using the yyyy-mm-dd format. If date isn't given it will default to the current Date. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /businessProcessParameters/comments entries from the WorkersRequestedFeedbackOnSelfEvents table.
| Name | Type | Description |
| WorkersRequestedFeedbackOnSelfEvents_Id [KEY] | String | The Workday ID of the WorkersRequestedFeedbackOnSelfEvents that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Comment | String | Comment |
| CommentDate | Datetime | Gives the moment at which the instance was originally created. |
| Person_Descriptor | String | A description of the instance |
| Person_Href | String | A link to the instance |
| Person_Id | String | wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Reads /businessProcessParameters/comments entries from the WorkersRequestedFeedbackOnWorkerEvents table.
| Name | Type | Description |
| WorkersRequestedFeedbackOnWorkerEvents_Id [KEY] | String | The Workday ID of the WorkersRequestedFeedbackOnWorkerEvents that contains this. |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Comment | String | Comment |
| CommentDate | Datetime | Gives the moment at which the instance was originally created. |
| Person_Descriptor | String | A description of the instance |
| Person_Href | String | A link to the instance |
| Person_Id | String | wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a single service date information instance.
| Name | Type | Description |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| ContinuousServiceDate | Datetime | Worker service date taking into account breaks in service. |
| HireDate | Datetime | The worker's most recent hire date. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a collection of supervisory organizations managed by a specific worker.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Code | String | The organization id for the organization. |
| Descriptor | String | A preview of the instance |
| Href | String | A link to the instance |
| Manager_Descriptor | String | A description of the instance |
| Manager_Href | String | A link to the instance |
| Manager_Id | String | wid / id / reference id |
| Name | String | The organization name for the organization. |
| Workers | String | Contains the workers in the organization. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a collection of time off details for the specified worker.
| Name | Type | Description |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Comment | String | The comment on the time off entry. |
| Date | Datetime | The Date of the Time Off Entry using the format yyyy-mm-dd. |
| Position_Descriptor | String | A description of the instance |
| Position_Href | String | A link to the instance |
| Position_Id | String | wid / id / reference id |
| Quantity | Decimal | The Quantity of the Time Off Entry in the units specified by the Unit response field. |
| Reason_Descriptor | String | A description of the instance |
| Reason_Href | String | A link to the instance |
| Reason_Id | String | wid / id / reference id |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| TimeOffType_Descriptor | String | The Time Off Type Name or Absence Table Name for Coordinated Time Off Entry. |
| TimeOffType_Id | String | Id of the instance |
| Unit_Descriptor | String | A description of the instance |
| Unit_Href | String | A link to the instance |
| Unit_Id | String | wid / id / reference id |
| Worker_Descriptor | String | A description of the instance |
| Worker_Href | String | A link to the instance |
| Worker_Id | String | wid / id / reference id |
| FromDate_Prompt | Date | The start of a date range filter using the yyyy-mm-dd format. |
| Status_Prompt | String | The Workday ID of the time off status. You can specify multiple status query parameters. This method returns the most recent instance of a time off entry based on this query parameter. |
| TimeOffType_Prompt | String | The Workday ID of the Time Off Type. You can specify multiple timeOffType query parameters. |
| ToDate_Prompt | Date | The end of a date range filter using the yyyy-mm-dd format. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a time off entry for a specific worker.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Date | Datetime | The date requested to be taken for a paid time off request line item. |
| Descriptor | String | A preview of the instance |
| Employee_Descriptor | String | A description of the instance |
| Employee_Href | String | A link to the instance |
| Employee_Id | String | wid / id / reference id |
| Href | String | A link to the instance |
| TimeOffRequest_Descriptor | String | A preview of the instance |
| TimeOffRequest_Href | String | A link to the instance |
| TimeOffRequest_Id | String | Id of the instance |
| TimeOffRequest_Status | String | The current status of the business process. For example: Successfully Completed, Denied, Terminated. |
| TimeOff_Descriptor | String | A preview of the instance |
| TimeOff_Href | String | A link to the instance |
| TimeOff_Id | String | Id of the instance |
| TimeOff_Plan_Descriptor | String | A description of the instance |
| TimeOff_Plan_Href | String | A link to the instance |
| TimeOff_Plan_Id | String | wid / id / reference id |
| UnitOfTime_Descriptor | String | A description of the instance |
| UnitOfTime_Href | String | A link to the instance |
| UnitOfTime_Id | String | wid / id / reference id |
| Units | Decimal | The units entered for a time off request line item for all status'. Excludes adjustments. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a particular time off plan for a specific worker.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| Descriptor | String | A preview of the instance |
| Href | String | A link to the instance |
| TimeOffBalance | Decimal | Returns the time off balance including pending events for the worker and time off plan. This report field should be used within Calculated Fields. |
| UnitOfTime_Descriptor | String | A description of the instance |
| UnitOfTime_Href | String | A link to the instance |
| UnitOfTime_Id | String | wid / id / reference id |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a summary of reported hours for a worker over a period.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
label: Text /* Contains the label for this total calculation. */
quantity: Numeric /* Contains the calculated sum for this total. */
totalNumber: Numeric /* Contains the ordered number of this total calculation. */
}]
| Name | Type | Description |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| CertifyText | String | Contains legal text the user must agree to in order to certify hours worked. |
| PeriodLabel | String | Contains the summary of the date range and total reported hours of a period. |
| SubmitText | String | Contains legal text the user must agree to in order to submit hours for review. |
| Totals_Aggregate | String | List of all Totals defined in Time Entry Template |
| PeriodDate_Prompt | Date | Contains the specified date used to match to a period containing the date. The default is today's date. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Usage information for the operation WorkersToNotifyWorkersToNotifyValues.rsd.
| Name | Type | Description |
| Id [KEY] | String | wid / id / reference id |
| Descriptor | String | A description of the instance |
| CollectionToken | String | Use this value with the Collection_Prompt input to retrieve members of this collection. NULL if the row is a value and not a collection. |
| Collection_Prompt | String | A value from the CollectionToken column. Providing this input retrieves all children of the collection. |
| Workers_Prompt | String |
Retrieves the valid time off dates for the specified worker.
| Name | Type | Description |
| Workers_Id [KEY] | String | The Workday ID of the Workers that owns this. |
| DailyDefaultQuantity | Decimal | The daily default quantity configured on the Time Off Plan or as an override on the Time Off. |
| Date | Datetime | The dates of the time off entry. |
| Unit_Descriptor | String | A preview of the instance |
| Unit_Id | String | Id of the instance |
| Date_Prompt | Date | The dates being requested for which to validate using the yyyy-mm-dd format. |
| Position_Prompt | String | The Workday ID of the Position. |
| TimeOff_Prompt | String | The Workday ID of the Time Off. |
| IncludeTerminatedWorkers_Prompt | Bool | Include terminated workers in the output |
| Search_Prompt | String | Searches workers by name or worker ID. The search is case-insensitive. You can include space-delimited search strings for an OR search. |
Retrieves a worker time block.
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| AllocationPool_Descriptor | String | A description of the instance |
| AllocationPool_Href | String | A link to the instance |
| AllocationPool_Id | String | wid / id / reference id |
| Appropriation_Descriptor | String | A description of the instance |
| Appropriation_Href | String | A link to the instance |
| Appropriation_Id | String | wid / id / reference id |
| BusinessUnit_Descriptor | String | A description of the instance |
| BusinessUnit_Href | String | A link to the instance |
| BusinessUnit_Id | String | wid / id / reference id |
| CalendarDate | Datetime | The date for a reported time block. |
| Comment | String | The comment associated with the reported time block. |
| CostCenter_Descriptor | String | A description of the instance |
| CostCenter_Href | String | A link to the instance |
| CostCenter_Id | String | wid / id / reference id |
| Currency_Descriptor | String | A description of the instance |
| Currency_Href | String | A link to the instance |
| Currency_Id | String | wid / id / reference id |
| CustomOrganization01_Descriptor | String | A description of the instance |
| CustomOrganization01_Href | String | A link to the instance |
| CustomOrganization01_Id | String | wid / id / reference id |
| CustomOrganization02_Descriptor | String | A description of the instance |
| CustomOrganization02_Href | String | A link to the instance |
| CustomOrganization02_Id | String | wid / id / reference id |
| CustomOrganization03_Descriptor | String | A description of the instance |
| CustomOrganization03_Href | String | A link to the instance |
| CustomOrganization03_Id | String | wid / id / reference id |
| CustomOrganization04_Descriptor | String | A description of the instance |
| CustomOrganization04_Href | String | A link to the instance |
| CustomOrganization04_Id | String | wid / id / reference id |
| CustomOrganization05_Descriptor | String | A description of the instance |
| CustomOrganization05_Href | String | A link to the instance |
| CustomOrganization05_Id | String | wid / id / reference id |
| CustomOrganization06_Descriptor | String | A description of the instance |
| CustomOrganization06_Href | String | A link to the instance |
| CustomOrganization06_Id | String | wid / id / reference id |
| CustomOrganization07_Descriptor | String | A description of the instance |
| CustomOrganization07_Href | String | A link to the instance |
| CustomOrganization07_Id | String | wid / id / reference id |
| CustomOrganization08_Descriptor | String | A description of the instance |
| CustomOrganization08_Href | String | A link to the instance |
| CustomOrganization08_Id | String | wid / id / reference id |
| CustomOrganization09_Descriptor | String | A description of the instance |
| CustomOrganization09_Href | String | A link to the instance |
| CustomOrganization09_Id | String | wid / id / reference id |
| CustomOrganization10_Descriptor | String | A description of the instance |
| CustomOrganization10_Href | String | A link to the instance |
| CustomOrganization10_Id | String | wid / id / reference id |
| CustomWorktag01_Descriptor | String | A description of the instance |
| CustomWorktag01_Href | String | A link to the instance |
| CustomWorktag01_Id | String | wid / id / reference id |
| CustomWorktag02_Descriptor | String | A description of the instance |
| CustomWorktag02_Href | String | A link to the instance |
| CustomWorktag02_Id | String | wid / id / reference id |
| CustomWorktag03_Descriptor | String | A description of the instance |
| CustomWorktag03_Href | String | A link to the instance |
| CustomWorktag03_Id | String | wid / id / reference id |
| CustomWorktag04_Descriptor | String | A description of the instance |
| CustomWorktag04_Href | String | A link to the instance |
| CustomWorktag04_Id | String | wid / id / reference id |
| CustomWorktag05_Descriptor | String | A description of the instance |
| CustomWorktag05_Href | String | A link to the instance |
| CustomWorktag05_Id | String | wid / id / reference id |
| CustomWorktag06_Descriptor | String | A description of the instance |
| CustomWorktag06_Href | String | A link to the instance |
| CustomWorktag06_Id | String | wid / id / reference id |
| CustomWorktag07_Descriptor | String | A description of the instance |
| CustomWorktag07_Href | String | A link to the instance |
| CustomWorktag07_Id | String | wid / id / reference id |
| CustomWorktag08_Descriptor | String | A description of the instance |
| CustomWorktag08_Href | String | A link to the instance |
| CustomWorktag08_Id | String | wid / id / reference id |
| CustomWorktag09_Descriptor | String | A description of the instance |
| CustomWorktag09_Href | String | A link to the instance |
| CustomWorktag09_Id | String | wid / id / reference id |
| CustomWorktag10_Descriptor | String | A description of the instance |
| CustomWorktag10_Href | String | A link to the instance |
| CustomWorktag10_Id | String | wid / id / reference id |
| CustomWorktag11_Descriptor | String | A description of the instance |
| CustomWorktag11_Href | String | A link to the instance |
| CustomWorktag11_Id | String | wid / id / reference id |
| CustomWorktag12_Descriptor | String | A description of the instance |
| CustomWorktag12_Href | String | A link to the instance |
| CustomWorktag12_Id | String | wid / id / reference id |
| CustomWorktag13_Descriptor | String | A description of the instance |
| CustomWorktag13_Href | String | A link to the instance |
| CustomWorktag13_Id | String | wid / id / reference id |
| CustomWorktag14_Descriptor | String | A description of the instance |
| CustomWorktag14_Href | String | A link to the instance |
| CustomWorktag14_Id | String | wid / id / reference id |
| CustomWorktag15_Descriptor | String | A description of the instance |
| CustomWorktag15_Href | String | A link to the instance |
| CustomWorktag15_Id | String | wid / id / reference id |
| Descriptor | String | A preview of the instance |
| DoNotBill | Bool | The non-billable flag for a reported time block. |
| Fund_Descriptor | String | A description of the instance |
| Fund_Href | String | A link to the instance |
| Fund_Id | String | wid / id / reference id |
| Gift_Descriptor | String | A description of the instance |
| Gift_Href | String | A link to the instance |
| Gift_Id | String | wid / id / reference id |
| Grant_Descriptor | String | A description of the instance |
| Grant_Href | String | A link to the instance |
| Grant_Id | String | wid / id / reference id |
| InTime | Datetime | The in time for a reported time block. |
| InTimeZone_Descriptor | String | A description of the instance |
| InTimeZone_Href | String | A link to the instance |
| InTimeZone_Id | String | wid / id / reference id |
| JobProfile_Descriptor | String | A description of the instance |
| JobProfile_Href | String | A link to the instance |
| JobProfile_Id | String | wid / id / reference id |
| Location_Descriptor | String | A description of the instance |
| Location_Href | String | A link to the instance |
| Location_Id | String | wid / id / reference id |
| OutReason_Descriptor | String | A description of the instance |
| OutReason_Href | String | A link to the instance |
| OutReason_Id | String | wid / id / reference id |
| OutTime | Datetime | The out time for a reported time block. |
| OutTimeZone_Descriptor | String | A description of the instance |
| OutTimeZone_Href | String | A link to the instance |
| OutTimeZone_Id | String | wid / id / reference id |
| OverrideRate | Decimal | The override rate for a reported time block. |
| Position_Descriptor | String | A description of the instance |
| Position_Href | String | A link to the instance |
| Position_Id | String | wid / id / reference id |
| Program_Descriptor | String | A description of the instance |
| Program_Href | String | A link to the instance |
| Program_Id | String | wid / id / reference id |
| ProjectPlanPhase_Descriptor | String | A description of the instance |
| ProjectPlanPhase_Href | String | A link to the instance |
| ProjectPlanPhase_Id | String | wid / id / reference id |
| ProjectPlanTask_Descriptor | String | A description of the instance |
| ProjectPlanTask_Href | String | A link to the instance |
| ProjectPlanTask_Id | String | wid / id / reference id |
| ProjectRole_Descriptor | String | A description of the instance |
| ProjectRole_Href | String | A link to the instance |
| ProjectRole_Id | String | wid / id / reference id |
| Project_Descriptor | String | A description of the instance |
| Project_Href | String | A link to the instance |
| Project_Id | String | wid / id / reference id |
| Region_Descriptor | String | A description of the instance |
| Region_Href | String | A link to the instance |
| Region_Id | String | wid / id / reference id |
| ReportedQuantity | Decimal | The hours or units entered for a reported time block. |
| Status_Descriptor | String | A description of the instance |
| Status_Href | String | A link to the instance |
| Status_Id | String | wid / id / reference id |
| TimeEntryCode_Descriptor | String | A description of the instance |
| TimeEntryCode_Href | String | A link to the instance |
| TimeEntryCode_Id | String | wid / id / reference id |
| Unit_Descriptor | String | A description of the instance |
| Unit_Href | String | A link to the instance |
| Unit_Id | String | wid / id / reference id |
| Worker_Descriptor | String | A description of the instance |
| Worker_Href | String | A link to the instance |
| Worker_Id | String | wid / id / reference id |
| FromDate_Prompt | Date | The start date of the time block date range, using the yyyy-mm-dd format. |
| Phase_Prompt | String | The Workday ID of the project plan phase for the time block. |
| ProjectPlanTask_Prompt | String | The Workday ID of the project plan task for the time block. |
| Project_Prompt | String | The Workday ID of the project for the time block. |
| Status_Prompt | String | The Workday ID of the approval status of the worker time block. Valid IDs are: |
| ToDate_Prompt | Date | The end date of the time block date range, using the yyyy-mm-dd format. |
| Worker_Prompt | String | The Workday ID of the worker for the time block. Specify workers that the user has permission to access. |
Reads /calculatedTimeDetails entries from the WorkerTimeBlocks table.
The Sync App represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
| Name | Type | Description |
| Id [KEY] | String | Id of the instance |
| WorkerTimeBlocks_Id [KEY] | String | The Workday ID of the WorkerTimeBlocks that contains this. |
| CalculatedDate | Datetime | The calculated date for a time block. |
| CalculatedInTimeZone_Descriptor | String | A description of the instance |
| CalculatedInTimeZone_Href | String | A link to the instance |
| CalculatedInTimeZone_Id | String | wid / id / reference id |
| CalculatedOutTimeZone_Descriptor | String | A description of the instance |
| CalculatedOutTimeZone_Href | String | A link to the instance |
| CalculatedOutTimeZone_Id | String | wid / id / reference id |
| CalculatedQuantity | Decimal | The calculated hours or units for a time block. |
| CalculationTags_Aggregate | String | Calculation Tags generated by Time Calculations. Blank if not a Calculated Time Block. |
| CalendarDate | Datetime | The calendar date for a time block. |
| Currency_Descriptor | String | A description of the instance |
| Currency_Href | String | A link to the instance |
| Currency_Id | String | wid / id / reference id |
| OverrideRate | Decimal | The calculated override rate for a time block. |
| ShiftDate | Datetime | The shift date for a time block. |
| FromDate_Prompt | Date | The start date of the time block date range, using the yyyy-mm-dd format. |
| Phase_Prompt | String | The Workday ID of the project plan phase for the time block. |
| ProjectPlanTask_Prompt | String | The Workday ID of the project plan task for the time block. |
| Project_Prompt | String | The Workday ID of the project for the time block. |
| Status_Prompt | String | The Workday ID of the approval status of the worker time block. Valid IDs are: |
| ToDate_Prompt | Date | The end date of the time block date range, using the yyyy-mm-dd format. |
| Worker_Prompt | String | The Workday ID of the worker for the time block. Specify workers that the user has permission to access. |
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider. Click the links for further details.
For more information on establishing a connection, see Establishing a Connection.
| Property | Description |
| ConnectionType | The method to use to connect to Workday. |
| AuthScheme | The type of authentication to use when connecting to Workday. |
| Tenant | The tenant for the account. |
| BaseURL | The base URL for the Workday connection. |
| User | Specifies the user ID of the authenticating Workday user account. |
| Password | Specifies the password of the authenticating user account. |
| Service | The specific SOAP service or services to retrieve data from. Enter as a comma seperated list. |
| UseSplitTables | Whether to split WQL data sources into multiple tables. |
| CustomReportURL | The URL Of the report that shows all Reports as a Service (RaaS) reports. |
| SSOProperties | Additional properties required to connect to the identity provider, entered in the format 'Resource=value;AzureTenant=value;AzureClientID=value;AzureClientSecret=value;'. |
| Property | Description |
| OAuthClientId | Specifies the client Id that was assigned the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server. |
| OAuthClientSecret | Specifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret ). This secret registers the custom application with the OAuth authorization server. |
| OAuthAuthorizationURL | The Authorization Endpoint displayed on the Workday View API Clients report. |
| OAuthRefreshToken | Gets and refreshes the currently-active OAuth Access Token. |
| OAuthExpiresIn | Specifies the duration in seconds, of an OAuth Access Token's lifetime. The token can be reissued to keep access alive as long as the user keeps working. |
| OAuthTokenTimestamp | Displays a Unix epoch timestamp in milliseconds that shows how long ago the current Access Token was created. |
| Property | Description |
| OAuthJWTCert | The JWT Certificate store. |
| OAuthJWTCertType | The type of key store containing the JWT Certificate. |
| OAuthJWTCertPassword | The password for the OAuth JWT certificate used to access a certificate store that requires a password. If the certificate store does not require a password, leave this property blank. |
| OAuthJWTCertSubject | The subject of the OAuth JWT certificate used to locate a matching certificate in the store. Supports partial matches and the wildcard '*' to select the first certificate. |
| OAuthJWTIssuer | The issuer of the Java Web Token. |
| OAuthJWTSubject | The user subject for which the application is requesting delegated access. |
| Property | Description |
| SSLServerCert | Specifies the certificate to be accepted from the server when connecting using TLS/SSL. |
| Property | Description |
| FirewallType | Specifies the protocol the provider uses to tunnel traffic through a proxy-based firewall. |
| FirewallServer | Identifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources. |
| FirewallPort | Specifies the TCP port to be used for a proxy-based firewall. |
| FirewallUser | Identifies the user ID of the account authenticating to a proxy-based firewall. |
| FirewallPassword | Specifies the password of the user account authenticating to a proxy-based firewall. |
| Property | Description |
| ProxyAutoDetect | Specifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server. |
| ProxyServer | The hostname or IP address of the proxy server that you want to route HTTP traffic through. |
| ProxyPort | The TCP port on your specified proxy server (set in the ProxyServer connection property) that has been reserved for routing HTTP traffic to and from the client. |
| ProxyAuthScheme | Specifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property. |
| ProxyUser | The username of a user account registered with the proxy server specified in the ProxyServer connection property. |
| ProxyPassword | The password associated with the user specified in the ProxyUser connection property. |
| ProxySSLType | The SSL type to use when connecting to the proxy server specified in the ProxyServer connection property. |
| ProxyExceptions | A semicolon separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property. |
| Property | Description |
| LogModules | Specifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged. |
| Property | Description |
| Location | Specifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path. |
| BrowsableSchemas | Optional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC . |
| Tables | Optional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC . |
| Views | Optional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC . |
| Property | Description |
| EnforceWQLRowLimit | Determines whether the provider restricts queries to returning only 1 million rows. |
| ExpandIDTypes | Whether to expand multiple ID types when they appear in reports. Only has an effect for queries using the Reports as a Service (RaaS) API. |
| ExpandMultiValueLimit | The maximum number of output rows that can be expanded from a single input row. |
| ExpandMultiValues | Determines if multi-instance fields are expanded into separate rows. |
| IncludeChildTableAggregates | For the SOAP API, whether or not to include aggregate columns for child tables. |
| IncludeIDInDescriptor | Determines whether the provider includes the ID in descriptor fields. This only applies when ConnectionType is WQL. |
| IncludeRESTTenantFields | Specifies whether the provider includes tenant-specific fields in REST metadata. |
| MaxRows | Specifies the maximum rows returned for queries without aggregation or GROUP BY. |
| MetadataFilters | Specifies what types of fields are ignored by the provider. |
| Other | Specifies additional hidden properties for specific use cases. These are not required for typical provider functionality. Use a semicolon-separated list to define multiple properties. |
| Pagesize | Specifies the maximum number of results to return from Workday, per page. This setting overrides the default page size set by the datasource, which is optimized for most use cases. |
| PseudoColumns | Specifies the pseudocolumns to expose as table columns. Use the format 'TableName=ColumnName;TableName=ColumnName'. The default is an empty string, which disables this property. |
| SingleEntryTables | Treats the specified SOAP tables as having one entry per row, even if Workday says they are collections. |
| SOAPRequestDates | Determines how the provider assigns the As_Of_Effective_Date and As_Of_Entry_DateTime request parameters in SOAP. |
| SplitSingleValuePrompts | Whether the provider should split lists of prompt values when Workday only allows one. |
| TablePageSizes | Allows overriding the default page size when ConnectionType is SOAP. |
| Timeout | Specifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. The default is 60 seconds. Set to 0 to disable the timeout. |
| UserDefinedViews | Specifies a filepath to a JSON configuration file defining custom views. The provider automatically detects and uses the views specified in this file. |
| WQLDataSourceFilters | Determines what data source filters the provider uses when querying WQL data sources. |
| WSDLURL | The URL to the WSDL. Only avaialble for the SOAP API. |
| WSDLVersion | The version of the WSDL to use. Only available for the SOAP API. |
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| ConnectionType | The method to use to connect to Workday. |
| AuthScheme | The type of authentication to use when connecting to Workday. |
| Tenant | The tenant for the account. |
| BaseURL | The base URL for the Workday connection. |
| User | Specifies the user ID of the authenticating Workday user account. |
| Password | Specifies the password of the authenticating user account. |
| Service | The specific SOAP service or services to retrieve data from. Enter as a comma seperated list. |
| UseSplitTables | Whether to split WQL data sources into multiple tables. |
| CustomReportURL | The URL Of the report that shows all Reports as a Service (RaaS) reports. |
| SSOProperties | Additional properties required to connect to the identity provider, entered in the format 'Resource=value;AzureTenant=value;AzureClientID=value;AzureClientSecret=value;'. |
The method to use to connect to Workday.
The Sync App supports several ways of connecting to Workday. This option controls which one is used:
The type of authentication to use when connecting to Workday.
The available authentication methods depend upon the service you are connecting to:
The following authentication schemes are available when ConnectionType is set to WQL, Reports, or REST:
The following authentication schemes are available when ConnectionType; is set to SOAP:
The tenant for the account.
The tenant will be used when constructing the URL to use when attempting to retrieve data from Workday. For example:
https://wd3-impl-services1.workday.com/ccx/service/mycompany_gms1/Human_Resources
In this example, "mycompany_gms1" would be the tenant.
The base URL for the Workday connection.
To obtain the BaseURL, log into Workday and search for View API Clients. In the listed values, find the Workday REST API Endpoint. For example:
https://wd3-impl-services1.workday.com/ccx/api/v1/mycompany
In this case the BaseURL is "https://wd3-impl-services1.workday.com".
Specifies the user ID of the authenticating Workday user account.
The authenticating server requires both User and Password to validate the user's identity.
Specifies the password of the authenticating user account.
The authenticating server requires both User and Password to validate the user's identity.
The specific SOAP service or services to retrieve data from. Enter as a comma seperated list.
When using the SOAP API, the Sync App exposes SOAP services as separate schemas.
By default the Sync App exposes the most common Workday services.
You can change what services the connection exposes by adding or removing entries from this list:
Absence_Management,Academic_Advising,Academic_Foundation,Admissions,Adoption,Benefits_Administration,Campus_Engagement,Cash_Management,Compensation,Compensation_Review,Dynamic_Document_Generation,Financial_Aid,Financial_Management,Human_Resources,Identity_Management,Integrations,Inventory,Learning,Payroll,Payroll_CAN,Payroll_GBR,Payroll_Interface,Performance_Management,Recruiting,Resource_Management,Revenue_Management,Scheduling,Settlement_Services,Staffing,Student_Core,Student_Finance,Student_Recruiting,Talent,Time_Tracking,Workday_Connect,Workday_Extensibility,Workforce_Planning
The table below lists all the services exposed by the current WSDLVersion and whether or not the Sync App exposes each service by default. If you are using a different WSDLVersion this list may not include all available services. For more information please refer to the Web Services Directory page for your specific WSDLVersion.
| Service Name | Included By Default? |
| ACA_Partner_Integrations | No |
| Absence_Management | Yes |
| Academic_Advising | Yes |
| Academic_Foundation | Yes |
| Admissions | Yes |
| Adoption | Yes |
| Benefits_Administration | Yes |
| Benefits_Partner_Program_Integrations | No |
| Campus_Engagement | Yes |
| Cash_Management | Yes |
| Compensation | Yes |
| Compensation_Review | Yes |
| Drive | No |
| Dynamic_Document_Generation | Yes |
| External_Integrations | Yes |
| Financial_Aid | Yes |
| Financial_Management | Yes |
| Human_Resources | Yes |
| Identity_Management | Yes |
| Integrations | Yes |
| Interview_Feedback__Do_Not_Use_ | No |
| Inventory | Yes |
| Learning | Yes |
| Metadata_Translations | No |
| Moments | No |
| Notification | No |
| Org_Studio | No |
| Payroll | Yes |
| Payroll_AUS | No |
| Payroll_CAN | Yes |
| Payroll_FRA | No |
| Payroll_GBR | Yes |
| Payroll_Interface | Yes |
| Performance_Management | Yes |
| Professional_Services_Automation | No |
| Recruiting | Yes |
| Resource_Management | Yes |
| Revenue_Management | Yes |
| Scheduling | Yes |
| Settlement_Services | Yes |
| Staffing | Yes |
| Student_Core | Yes |
| Student_Finance | Yes |
| Student_Records | No |
| Student_Recruiting | Yes |
| Student_Transfer_Credit | No |
| Talent | Yes |
| Tenant_Data_Translation | No |
| Time_Tracking | Yes |
| Workday_Connect | Yes |
| Workday_Extensibility | Yes |
| Workforce_Planning | Yes |
Whether to split WQL data sources into multiple tables.
Workday data sources will often have several hundred fields, with some data sources like allWorkers having thousands of fields. Many database and reporting tools do not support tables with this many columns. By default the Sync App exposes the data sources the same way Workday does, so tools with these limitations cannot use larger data sources.
Enabling this option allows the Sync App to be used with these tools. When split tables are enabled, the Sync App creates multiple tables for complex Workday data sources. Each split table contains between 50-100 columns, along with the primary key, last modified timestamp and effective and entry inputs.
JOINs can be used if data is required from columns that are part of different split tables.
SELECT a.academicDegree, b.yearsExperience FROM allWorkers_1 a INNER JOIN allWorkers_60 b ON a.workdayID = b.workdayID
The URL Of the report that shows all Reports as a Service (RaaS) reports.
Workday does not have a built-in way of finding all the reports which can be used with RaaS. In order to discover these reports automatically, the Sync App uses a custom report that lists all reports enabled for RaaS.
See Fine-Tuning Data Access for instructions on how to create the report and retrieve its URL.
Additional properties required to connect to the identity provider, entered in the format 'Resource=value;AzureTenant=value;AzureClientID=value;AzureClientSecret=value;'.
This section provides a complete list of the OAuth properties you can configure in the connection string for this provider.
| Property | Description |
| OAuthClientId | Specifies the client Id that was assigned the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server. |
| OAuthClientSecret | Specifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret ). This secret registers the custom application with the OAuth authorization server. |
| OAuthAuthorizationURL | The Authorization Endpoint displayed on the Workday View API Clients report. |
| OAuthRefreshToken | Gets and refreshes the currently-active OAuth Access Token. |
| OAuthExpiresIn | Specifies the duration in seconds, of an OAuth Access Token's lifetime. The token can be reissued to keep access alive as long as the user keeps working. |
| OAuthTokenTimestamp | Displays a Unix epoch timestamp in milliseconds that shows how long ago the current Access Token was created. |
Specifies the client Id that was assigned the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server.
OAuthClientId is one of a handful of connection parameters that need to be set before users can authenticate via OAuth. For details, see Establishing a Connection.
Specifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret ). This secret registers the custom application with the OAuth authorization server.
OAuthClientSecret is one of a handful of connection parameters that need to be set before users can authenticate via OAuth. For details, see Establishing a Connection.
The Authorization Endpoint displayed on the Workday View API Clients report.
Workday uses different base URLs for the website and API endpoints. For most operations the Sync App uses the API base URL as given in the BaseURL property. However, when using AuthScheme=OAuth, the Sync App directs users to a website URL to authenticate to Workday.
Workday BaseURL values follow one of several patterns and the Sync App can determine the OAuthAuthorizationURL for some of them. If you are unsure whether your BaseURL matches a pattern, set the OAuthAuthorizationURL directly. The value of the property takes priority over any automatic value.
The following BaseURL patterns support automatic discovery of the OAuthAuthorizationURL. The X and Y in these patterns are internal Workday service numbers. For example, the BaseURL https://wd1-services2.workday.com matches the pattern https://wdX-servicesY.workday.com.
Gets and refreshes the currently-active OAuth Access Token.
When InitiateOAuth is set to REFRESH, the first time the token expires the Sync App uses the OAuthRefreshToken to get a new access and refresh tokens from the server. After the first refresh, the Sync App uses the access and refresh tokens stored in OAuthSettingsLocation instead of the tokens from the connection properties. The access token is used in place of the user's login ID and password, which stay on the server.
The OAuth access token has a server-dependent timeout, limiting user access, set using the OAuthExpiresIn property. When OAuthRefreshToken is called, it refreshes the OAuth access token so the user can keep working without needing to re-authenticate.
Specifies the duration in seconds, of an OAuth Access Token's lifetime. The token can be reissued to keep access alive as long as the user keeps working.
The OAuth Access Token is assigned to an authenticated user, granting that user access to the network for a specified period of time. The access token is used in place of the user's login ID and password, which stay on the server.
An access token created by the server is only valid for a limited time. OAuthExpiresIn is the number of seconds the token is valid from when it was created. For example, a token generated at 2024-01-29 20:00:00 UTC that expires at 2024-01-29 21:00:00 UTC (an hour later) would have an OAuthExpiresIn value of 3600, no matter what the current time is.
To determine how long the user has before the Access Token will expire, use OAuthTokenTimestamp.
Displays a Unix epoch timestamp in milliseconds that shows how long ago the current Access Token was created.
The OAuth Access Token is assigned to an authenticated user, granting that user access to the network for a specified period of time. The access token is used in place of the user's login ID and password, which stay on the server.
An access token created by the server is only valid for a limited time. OAuthTokenTimestamp is the Unix timestamp when the server created the token. For example, OAuthTokenTimestamp=1706558400 indicates the OAuthAccessToken was generated by the server at 2024-01-29 20:00:00 UTC.
This section provides a complete list of the JWT OAuth properties you can configure in the connection string for this provider.
| Property | Description |
| OAuthJWTCert | The JWT Certificate store. |
| OAuthJWTCertType | The type of key store containing the JWT Certificate. |
| OAuthJWTCertPassword | The password for the OAuth JWT certificate used to access a certificate store that requires a password. If the certificate store does not require a password, leave this property blank. |
| OAuthJWTCertSubject | The subject of the OAuth JWT certificate used to locate a matching certificate in the store. Supports partial matches and the wildcard '*' to select the first certificate. |
| OAuthJWTIssuer | The issuer of the Java Web Token. |
| OAuthJWTSubject | The user subject for which the application is requesting delegated access. |
The JWT Certificate store.
The name of the certificate store for the client certificate.
The OAuthJWTCertType field specifies the type of the certificate store specified by OAuthJWTCert. If the store is password protected, specify the password in OAuthJWTCertPassword.
OAuthJWTCert is used in conjunction with the OAuthJWTCertSubject field in order to specify client certificates. If OAuthJWTCert has a value, and OAuthJWTCertSubject is set, a search for a certificate is initiated. Please refer to the OAuthJWTCertSubject field for details.
Designations of certificate stores are platform-dependent.
The following are designations of the most common User and Machine certificate stores in Windows:
| MY | A certificate store holding personal certificates with their associated private keys. |
| CA | Certifying authority certificates. |
| ROOT | Root certificates. |
| SPC | Software publisher certificates. |
In Java, the certificate store normally is a file containing certificates and optional private keys.
When the certificate store type is PFXFile, this property must be set to the name of the file. When the type is PFXBlob, the property must be set to the binary contents of a PFX file (i.e. PKCS12 certificate store).
The type of key store containing the JWT Certificate.
This property can take one of the following values:
| USER | For Windows, this specifies that the certificate store is a certificate store owned by the current user. Note: This store type is not available in Java. |
| MACHINE | For Windows, this specifies that the certificate store is a machine store. Note: this store type is not available in Java. |
| PFXFILE | The certificate store is the name of a PFX (PKCS12) file containing certificates. |
| PFXBLOB | The certificate store is a string (base-64-encoded) representing a certificate store in PFX (PKCS12) format. |
| JKSFILE | The certificate store is the name of a Java key store (JKS) file containing certificates. Note: this store type is only available in Java. |
| JKSBLOB | The certificate store is a string (base-64-encoded) representing a certificate store in Java key store (JKS) format. Note: this store type is only available in Java. |
| PEMKEY_FILE | The certificate store is the name of a PEM-encoded file that contains a private key and an optional certificate. |
| PEMKEY_BLOB | The certificate store is a string (base64-encoded) that contains a private key and an optional certificate. |
| PUBLIC_KEY_FILE | The certificate store is the name of a file that contains a PEM- or DER-encoded public key certificate. |
| PUBLIC_KEY_BLOB | The certificate store is a string (base-64-encoded) that contains a PEM- or DER-encoded public key certificate. |
| SSHPUBLIC_KEY_FILE | The certificate store is the name of a file that contains an SSH-style public key. |
| SSHPUBLIC_KEY_BLOB | The certificate store is a string (base-64-encoded) that contains an SSH-style public key. |
| P7BFILE | The certificate store is the name of a PKCS7 file containing certificates. |
| PPKFILE | The certificate store is the name of a file that contains a PPK (PuTTY Private Key). |
| XMLFILE | The certificate store is the name of a file that contains a certificate in XML format. |
| XMLBLOB | The certificate store is a string that contains a certificate in XML format. |
| BCFKSFILE | The certificate store is the name of a file that contains an Bouncy Castle keystore. |
| BCFKSBLOB | The certificate store is a string (base-64-encoded) that contains a Bouncy Castle keystore. |
The password for the OAuth JWT certificate used to access a certificate store that requires a password. If the certificate store does not require a password, leave this property blank.
This property specifies the password needed to open the certificate store, but only if the store type requires one. To determine if a password is necessary, refer to the documentation or configuration for your specific certificate store.
The subject of the OAuth JWT certificate used to locate a matching certificate in the store. Supports partial matches and the wildcard '*' to select the first certificate.
The value of this property is used to locate a matching certificate in the store. The search process works as follows:
You can set the value to '*' to automatically select the first certificate in the store. The certificate subject is a comma-separated list of distinguished name fields and values. For example: CN=www.server.com, OU=test, C=US, [email protected]. Common fields include:
| Field | Meaning |
| CN | Common Name. This is commonly a host name like www.server.com. |
| O | Organization |
| OU | Organizational Unit |
| L | Locality |
| S | State |
| C | Country |
| E | Email Address |
If a field value contains a comma, enclose it in quotes. For example: "O=ACME, Inc.".
The issuer of the Java Web Token.
The issuer of the Java Web Token. This is typically either the Client Id or Email Address of the OAuth Application.
The user subject for which the application is requesting delegated access.
The user subject for which the application is requesting delegated access. Typically, the user account name or email address.
This section provides a complete list of the SSL properties you can configure in the connection string for this provider.
| Property | Description |
| SSLServerCert | Specifies the certificate to be accepted from the server when connecting using TLS/SSL. |
Specifies the certificate to be accepted from the server when connecting using TLS/SSL.
If using a TLS/SSL connection, this property can be used to specify the TLS/SSL certificate to be accepted from the server. Any other certificate that is not trusted by the machine is rejected.
This property can take the following forms:
| Description | Example |
| A full PEM Certificate (example shortened for brevity) | -----BEGIN CERTIFICATE----- MIIChTCCAe4CAQAwDQYJKoZIhv......Qw== -----END CERTIFICATE----- |
| A path to a local file containing the certificate | C:\cert.cer |
| The public key (example shortened for brevity) | -----BEGIN RSA PUBLIC KEY----- MIGfMA0GCSq......AQAB -----END RSA PUBLIC KEY----- |
| The MD5 Thumbprint (hex values can also be either space or colon separated) | ecadbdda5a1529c58a1e9e09828d70e4 |
| The SHA1 Thumbprint (hex values can also be either space or colon separated) | 34a929226ae0819f2ec14b4a3d904f801cbb150d |
If not specified, any certificate trusted by the machine is accepted.
Use '*' to signify to accept all certificates. Note that this is not recommended due to security concerns.
This section provides a complete list of the Firewall properties you can configure in the connection string for this provider.
| Property | Description |
| FirewallType | Specifies the protocol the provider uses to tunnel traffic through a proxy-based firewall. |
| FirewallServer | Identifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources. |
| FirewallPort | Specifies the TCP port to be used for a proxy-based firewall. |
| FirewallUser | Identifies the user ID of the account authenticating to a proxy-based firewall. |
| FirewallPassword | Specifies the password of the user account authenticating to a proxy-based firewall. |
Specifies the protocol the provider uses to tunnel traffic through a proxy-based firewall.
A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.
Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.
Note: By default, the Sync App connects to the system proxy. To disable this behavior and connect to one of the following proxy types, set ProxyAutoDetect to false.
The following table provides port number information for each of the supported protocols.
| Protocol | Default Port | Description |
| TUNNEL | 80 | The port where the Sync App opens a connection to Workday. Traffic flows back and forth via the proxy at this location. |
| SOCKS4 | 1080 | The port where the Sync App opens a connection to Workday. SOCKS 4 then passes theFirewallUser value to the proxy, which determines whether the connection request should be granted. |
| SOCKS5 | 1080 | The port where the Sync App sends data to Workday. If the SOCKS 5 proxy requires authentication, set FirewallUser and FirewallPassword to credentials the proxy recognizes. |
To connect to HTTP proxies, use ProxyServer and ProxyPort. To authenticate to HTTP proxies, use ProxyAuthScheme, ProxyUser, and ProxyPassword.
Identifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources.
A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.
Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.
Specifies the TCP port to be used for a proxy-based firewall.
A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.
Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.
Identifies the user ID of the account authenticating to a proxy-based firewall.
A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.
Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.
Specifies the password of the user account authenticating to a proxy-based firewall.
A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.
Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.
This section provides a complete list of the Proxy properties you can configure in the connection string for this provider.
| Property | Description |
| ProxyAutoDetect | Specifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server. |
| ProxyServer | The hostname or IP address of the proxy server that you want to route HTTP traffic through. |
| ProxyPort | The TCP port on your specified proxy server (set in the ProxyServer connection property) that has been reserved for routing HTTP traffic to and from the client. |
| ProxyAuthScheme | Specifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property. |
| ProxyUser | The username of a user account registered with the proxy server specified in the ProxyServer connection property. |
| ProxyPassword | The password associated with the user specified in the ProxyUser connection property. |
| ProxySSLType | The SSL type to use when connecting to the proxy server specified in the ProxyServer connection property. |
| ProxyExceptions | A semicolon separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property. |
Specifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server.
When this connection property is set to True, the Sync App checks your system proxy settings for existing proxy server configurations (no need to manually supply proxy server details).
This connection property takes precedence over other proxy settings. Set to False if you want to manually configure the Sync App to connect to a specific proxy server.
To connect to an HTTP proxy, see ProxyServer. For other proxies, such as SOCKS or tunneling, see FirewallType.
The hostname or IP address of the proxy server that you want to route HTTP traffic through.
The Sync App only routes HTTP traffic through the proxy server specified in this connection property when ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead routes HTTP traffic through the proxy server specified in your system proxy settings.
The TCP port on your specified proxy server (set in the ProxyServer connection property) that has been reserved for routing HTTP traffic to and from the client.
The Sync App only routes HTTP traffic through the proxy server port specified in this connection property when ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead routes HTTP traffic through the proxy server port specified in your system proxy settings.
For other proxy types, see FirewallType.
Specifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property.
The authentication type can be one of the following:
For all values other than "NONE", you must also set the ProxyUser and ProxyPassword connection properties.
If you need to use another authentication type, such as SOCKS 5 authentication, see FirewallType.
The username of a user account registered with the proxy server specified in the ProxyServer connection property.
The ProxyUser and ProxyPassword connection properties are used to connect and authenticate against the HTTP proxy specified in ProxyServer.
After selecting one of the available authentication types in ProxyAuthScheme, set this property as follows:
| ProxyAuthScheme Value | Value to set for ProxyUser |
| BASIC | The user name of a user registered with the proxy server. |
| DIGEST | The user name of a user registered with the proxy server. |
| NEGOTIATE | The username of a Windows user who is a valid user in the domain or trusted domain that the proxy server is part of, in the format user@domain or domain\user. |
| NTLM | The username of a Windows user who is a valid user in the domain or trusted domain that the proxy server is part of, in the format user@domain or domain\user. |
| NONE | Do not set the ProxyPassword connection property. |
The Sync App only uses this username if ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead uses the username specified in your system proxy settings.
The password associated with the user specified in the ProxyUser connection property.
The ProxyUser and ProxyPassword connection properties are used to connect and authenticate against the HTTP proxy specified in ProxyServer.
After selecting one of the available authentication types in ProxyAuthScheme, set this property as follows:
| ProxyAuthScheme Value | Value to set for ProxyPassword |
| BASIC | The password associated with the proxy server user specified in ProxyUser. |
| DIGEST | The password associated with the proxy server user specified in ProxyUser. |
| NEGOTIATE | The password associated with the Windows user account specified in ProxyUser. |
| NTLM | The password associated with the Windows user account specified in ProxyUser. |
| NONE | Do not set the ProxyPassword connection property. |
For SOCKS 5 authentication or tunneling, see FirewallType.
The Sync App only uses this password if ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead uses the password specified in your system proxy settings.
The SSL type to use when connecting to the proxy server specified in the ProxyServer connection property.
This property determines when to use SSL for the connection to the HTTP proxy specified by ProxyServer. You can set this connection property to the following values :
| AUTO | Default setting. If ProxyServer is set to an HTTPS URL, the Sync App uses the TUNNEL option. If ProxyServer is set to an HTTP URL, the component uses the NEVER option. |
| ALWAYS | The connection is always SSL enabled. |
| NEVER | The connection is not SSL enabled. |
| TUNNEL | The connection is made through a tunneling proxy. The proxy server opens a connection to the remote host and traffic flows back and forth through the proxy. |
A semicolon separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property.
The ProxyServer is used for all addresses, except for addresses defined in this property. Use semicolons to separate entries.
Note that the Sync App uses the system proxy settings by default, without further configuration needed. If you want to explicitly configure proxy exceptions for this connection, set ProxyAutoDetect to False.
This section provides a complete list of the Logging properties you can configure in the connection string for this provider.
| Property | Description |
| LogModules | Specifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged. |
Specifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged.
This property lets you customize the log file content by specifying the logging modules to include. Logging modules categorize logged information into distinct areas, such as query execution, metadata, or SSL communication. Each module is represented by a four-character code, with some requiring a trailing space for three-letter names.
For example, EXEC logs query execution, and INFO logs general provider messages. To include multiple modules, separate their names with semicolons as follows: INFO;EXEC;SSL.
The Verbosity connection property takes precedence over the module-based filtering specified by this property. Only log entries that meet the verbosity level and belong to the specified modules are logged. Leave this property blank to include all available modules in the log file.
For a complete list of available modules and detailed guidance on configuring logging, refer to the Advanced Logging section in Logging.
This section provides a complete list of the Schema properties you can configure in the connection string for this provider.
| Property | Description |
| Location | Specifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path. |
| BrowsableSchemas | Optional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC . |
| Tables | Optional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC . |
| Views | Optional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC . |
Specifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path.
The Location property is only needed if you want to either customize definitions (for example, change a column name, ignore a column, etc.) or extend the data model with new tables, views, or stored procedures.
Note: Since this Sync App supports multiple schemas, custom schema files for Workday should be structured such that:
Location should always be set to the parent folder, and not to an individual schema's folder.
If left unspecified, the default location is %APPDATA%\\CData\\Workday Data Provider\\Schema, where %APPDATA% is set to the user's configuration directory:
| Platform | %APPDATA% |
| Windows | The value of the APPDATA environment variable |
| Linux | ~/.config |
Optional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .
Listing all available database schemas can take extra time, thus degrading performance. Providing a list of schemas in the connection string saves time and improves performance.
Optional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC .
Listing all available tables from some databases can take extra time, thus degrading performance. Providing a list of tables in the connection string saves time and improves performance.
If there are lots of tables available and you already know which ones you want to work with, you can use this property to restrict your viewing to only those tables. To do this, specify the tables you want in a comma-separated list. Each table should be a valid SQL identifier with any special characters escaped using square brackets, double-quotes or backticks. For example, Tables=TableA,[TableB/WithSlash],WithCatalog.WithSchema.`TableC With Space`.
Note: If you are connecting to a data source with multiple schemas or catalogs, you must specify each table you want to view by its fully qualified name. This avoids ambiguity between tables that may exist in multiple catalogs or schemas.
Optional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC .
Listing all available views from some databases can take extra time, thus degrading performance. Providing a list of views in the connection string saves time and improves performance.
If there are lots of views available and you already know which ones you want to work with, you can use this property to restrict your viewing to only those views. To do this, specify the views you want in a comma-separated list. Each view should be a valid SQL identifier with any special characters escaped using square brackets, double-quotes or backticks. For example, Views=ViewA,[ViewB/WithSlash],WithCatalog.WithSchema.`ViewC With Space`.
Note: If you are connecting to a data source with multiple schemas or catalogs, you must specify each view you want to examine by its fully qualified name. This avoids ambiguity between views that may exist in multiple catalogs or schemas.
This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.
| Property | Description |
| EnforceWQLRowLimit | Determines whether the provider restricts queries to returning only 1 million rows. |
| ExpandIDTypes | Whether to expand multiple ID types when they appear in reports. Only has an effect for queries using the Reports as a Service (RaaS) API. |
| ExpandMultiValueLimit | The maximum number of output rows that can be expanded from a single input row. |
| ExpandMultiValues | Determines if multi-instance fields are expanded into separate rows. |
| IncludeChildTableAggregates | For the SOAP API, whether or not to include aggregate columns for child tables. |
| IncludeIDInDescriptor | Determines whether the provider includes the ID in descriptor fields. This only applies when ConnectionType is WQL. |
| IncludeRESTTenantFields | Specifies whether the provider includes tenant-specific fields in REST metadata. |
| MaxRows | Specifies the maximum rows returned for queries without aggregation or GROUP BY. |
| MetadataFilters | Specifies what types of fields are ignored by the provider. |
| Other | Specifies additional hidden properties for specific use cases. These are not required for typical provider functionality. Use a semicolon-separated list to define multiple properties. |
| Pagesize | Specifies the maximum number of results to return from Workday, per page. This setting overrides the default page size set by the datasource, which is optimized for most use cases. |
| PseudoColumns | Specifies the pseudocolumns to expose as table columns. Use the format 'TableName=ColumnName;TableName=ColumnName'. The default is an empty string, which disables this property. |
| SingleEntryTables | Treats the specified SOAP tables as having one entry per row, even if Workday says they are collections. |
| SOAPRequestDates | Determines how the provider assigns the As_Of_Effective_Date and As_Of_Entry_DateTime request parameters in SOAP. |
| SplitSingleValuePrompts | Whether the provider should split lists of prompt values when Workday only allows one. |
| TablePageSizes | Allows overriding the default page size when ConnectionType is SOAP. |
| Timeout | Specifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. The default is 60 seconds. Set to 0 to disable the timeout. |
| UserDefinedViews | Specifies a filepath to a JSON configuration file defining custom views. The provider automatically detects and uses the views specified in this file. |
| WQLDataSourceFilters | Determines what data source filters the provider uses when querying WQL data sources. |
| WSDLURL | The URL to the WSDL. Only avaialble for the SOAP API. |
| WSDLVersion | The version of the WSDL to use. Only available for the SOAP API. |
Determines whether the provider restricts queries to returning only 1 million rows.
By default the Sync App will add a LIMIT 1000000 to any WQL query it executes. This prevents Workday from raising an error if the query would return too many values.
If you disable this option, the Sync App will not add the LIMIT clause. Any queries that would return more rows than the Workday row limit will instead raise an error.
Whether to expand multiple ID types when they appear in reports. Only has an effect for queries using the Reports as a Service (RaaS) API.
Every Workday entity is identified by a WID (a GUID generated by Workday) but some types of entities have other types of identifiers. For example, a Workday country record for the United States would be identified using the "US" country code in addition to its WID.
By default the Sync App collects all these IDs under one column and produce an aggregate.
This is the value of the Country_Reference.ID column for the US record:
<wd:Country_Reference>
<wd:ID type="WID">abcdef1234567890</wd:ID>
<wd:ID type="Country_Code">US</wd:ID>
</wd:Country_Reference>
If this option is enabled, the Sync App instead produces a separate column for each ID type. For the US record:
The maximum number of output rows that can be expanded from a single input row.
When using ExpandMultiValues, the Sync App can generate multiple output rows for each input row from Workday. Each multi-value column included in the query increases the number of output rows exponentially. For example, if a table has five array columns and has one row has three values for each, then rows are generated in this pattern:
| Number of Array Columns Selected | Number of Output Rows |
| 0 | 1 |
| 1 | 3 |
| 2 | 9 |
| 3 | 27 |
| 4 | 81 |
| 5 | 243 |
Realistic queries can output thousands of rows which can be expanded into hundreds of thousands of output rows. Generating these rows reduces the Sync App's performance and can potentially cause the Sync App to run out of memory.
To avoid this, the Sync App counts the number of output rows before actually generating them. If any input row would generate more rows than the ExpandMultiValueLimit, the Sync App reports an error instead. When this happens you should carefully evaluate the query and remove any array columns that are not required. Only increase this limit if there is no way to simplify your query.
Determines if multi-instance fields are expanded into separate rows.
The behavior of this option depends upon the service you are connecting to. Please refer to the WQL section for an overview, as the reporting and SOAP sections only cover details specific to those services. Also refer to ExpandMultiValueLimit to understand the performance consequences of enabling this option.
WQL uses multi-value fields to reference multiple rows from another table, such one journal entry referencing multiple journal line items. By default the Sync App displays these as JSON aggregates which must be parsed to get individual values.
| workdayID | orderNumber | lineItem |
| 01234 | 1 | [{"id": "123abc", "descriptor": "..."}, {"id": "234bcd", ...}, {"id": "345cde", ...}] |
| 56789 | 2 | [{"id": "456def", "descriptor": "..."}, {"id": "567fea", ...}] |
Enabling this option expands each of these multi-value references across multiple rows. The Sync App separates out each aggregate into an ID column and a descriptor column (the same as single-value ID fields). It also generates a new field called workdayIDIndex that counts the number of rows expanded from one WQL row. The workdayID and workdayIDIndex form a composite primary key, instead of the workdayID being the primary key on its own.
| workdayID | workdayIDIndex | orderNumber | lineItem.id | lineItem.descriptor |
| 01234 | 1 | 1 | 123abc | ... |
| 01234 | 2 | 1 | 234bcd | ... |
| 01234 | 3 | 1 | 345cde | ... |
| 56789 | 1 | 2 | 456def | ... |
| 56789 | 2 | 2 | 567fea | ... |
The Sync App only expands rows that are included in the SELECT clause of the query. If more than one multi-value reference is selected, its values are combined with the other multi-value fields using a CROSS JOIN. This ensures that all combinations are included in the output so they can be used in WHERE or JOIN conditions.
The reporting API behaves similarly to the WQL API, with three main differences:
The first is that two extra columns are added instead of just one. One is called RowIndex and it behaves the same as workdayIDIndex. The other is called RowNumber and it counts the number of original rows from the report. It is included because reports do not have a built-in primary key like WQL data sources do.
The second is that reporting supports the ExpandIDTypes option. By default single-value IDs are treated as multi-value fields and expanded in the same way. This is because even single-value references can have a separate value for each type of ID. If ExpandIDTypes is enabled then each type of ID gets its own column and only multi-value references are expanded across rows.
The third is that the RaaS API supports two main types of reports: advanced reports and other types of reports. The next section explains the differences.
Most types of reports only include fields from their primary business object, with related business objects included using their IDs. Reading a non-advanced report with ExpandMultiValues expands ID values the same way as WQL does.
Advanced reports can include fields from both the primary business object and directly related business objects. Enabling ExpandMultiValues only expands one level of repeated values.
For example, the expenses reports object has the following structure. An advanced report includes fields from both the expense reports themselves as well the related line items and approver:
With ExpandMultiValues the Sync App exposes it as a view with these columns. Notice that Tax_Codes is left as an aggregate containing all ID types, while Approver.Related_Workers.ID is expanded and includes one type per row.
The SOAP API exposes a more complex data model with different types of repeated values:
This property only applies to the first two types because complex repeated structures are always exposed as child tables. The other two types behave similarly to WQL and reporting APIs with a few exceptions:
For the SOAP API, whether or not to include aggregate columns for child tables.
By default the Sync App exposes child tables as both XML aggregate columns on their parent table, as well as separate tables. For example, information on parties involved in reported safety incidents is available in two places:
If this option is disabled the aggregate column is not exposed and only the child table is available.
Note that this option does not affect aggregate columns on child tables. The Sync App does not expose second-level child tables, so these aggregates are the only way to access deeply nested data.
Determines whether the provider includes the ID in descriptor fields. This only applies when ConnectionType is WQL.
Rows in WQL that reference other rows store data in two parts: an internal Workday ID and a descriptor that is a human-readable name for the row being referenced. For example, a country may have the internal ID 86bc49361cf911ee9f2d00155d17ccfc with the descriptor "Canada".
The Sync App exposes these as two columns, for example, [visaCountry.id] and [visaCountry.descriptor]. This option determines the values of the descriptor column:
The Sync App performs these optimizations when this option is enabled:
SELECT * FROM foreignWorkers WHERE [visaCountry.descriptor] = 'Canada / 86bc49361cf911ee9f2d00155d17ccfc' -- WQL: The ID value is extracted and filtered directly SELECT ... FROM foreignWorkers WHERE visaCountry = '86bc49361cf911ee9f2d00155d17ccfc' SELECT [visaCountry.descriptor], COUNT(*) FROM foreignWorkers GROUP BY [visaCountry.descriptor] -- WQL: The ID value is used for aggregation and combined with the descriptor when reading. SELECT visaCountry, COUNT(*) FROM foreignWorkers GROUP BY visaCountry -- Doing this with IncludeIDInDescriptor=false requires aggregating by the ID and looking up the descriptor -- SELECT t2.descriptor, t1.COUNT FROM (SELECT [visaCountry.id] AS id, COUNT(*) FROM foreignWorkers GROUP BY [visaCountry.id]) t1 -- INNER JOIN foreignWorkers t2 ON t1.id = t2.id
Specifies whether the provider includes tenant-specific fields in REST metadata.
Most of the Workday REST API uses a shared schema that defines fields that are available on all tenants. The Sync App embeds this shared schema and uses it for most columns in REST tables and views. By default, the Sync App uses only this shared schema.
When you enable this option, the Sync App fetches an additional tenant-specific schema that might contain extra fields. The tenant-specific schema is merged with the shared schema to obtain a complete field list.
Note that the Sync App does not support tenant-specific schemas on owned tables like WorkersCheckIns. Workday requires an owner identifier (Id) to read the schemas from these resources, which is not available when the Sync App discovers column definitions.
Specifies the maximum rows returned for queries without aggregation or GROUP BY.
This property sets an upper limit on the number of rows the Sync App returns for queries that do not include aggregation or GROUP BY clauses. This limit ensures that queries do not return excessively large result sets by default.
When a query includes a LIMIT clause, the value specified in the query takes precedence over the MaxRows setting. If MaxRows is set to "-1", no row limit is enforced unless a LIMIT clause is explicitly included in the query.
This property is useful for optimizing performance and preventing excessive resource consumption when executing queries that could otherwise return very large datasets.
Specifies what types of fields are ignored by the provider.
Several types of fields in Workday are slow to read or are common sources of query errors. Excluding these fields at the Sync App level allows for faster and more reliable queries without explicitly excluding these columns for every query. If a field is included in this property, it does not show up in table metadata and it cannot be used in queries.
This property can be set to a comma-separated list containing any combination of the following field types. For example, Calculated,MultiInstance will exclude both calculated and multi-instance fields.
Specifies additional hidden properties for specific use cases. These are not required for typical provider functionality. Use a semicolon-separated list to define multiple properties.
This property allows advanced users to configure hidden properties for specialized scenarios. These settings are not required for normal use cases but can address unique requirements or provide additional functionality. Multiple properties can be defined in a semicolon-separated list.
Note: It is strongly recommended to set these properties only when advised by the support team to address specific scenarios or issues.
Specify multiple properties in a semicolon-separated list.
| DefaultColumnSize | Sets the default length of string fields when the data source does not provide column length in the metadata. The default value is 2000. |
| ConvertDateTimeToGMT | Determines whether to convert date-time values to GMT, instead of the local time of the machine. |
| RecordToFile=filename | Records the underlying socket data transfer to the specified file. |
Specifies the maximum number of results to return from Workday, per page. This setting overrides the default page size set by the datasource, which is optimized for most use cases.
You may want to adjust the default pagesize to optimize results for a particular object or service endpoint you are querying. Be aware that increasing the page size may improve performance, but it could also result in higher memory consumption per page.
Specifies the pseudocolumns to expose as table columns. Use the format 'TableName=ColumnName;TableName=ColumnName'. The default is an empty string, which disables this property.
This property allows you to define which pseudocolumns the Sync App exposes as table columns.
To specify individual pseudocolumns, use the following format: "Table1=Column1;Table1=Column2;Table2=Column3"
To include all pseudocolumns for all tables use: "*=*"
Treats the specified SOAP tables as having one entry per row, even if Workday says they are collections.
The Workday SOAP API annotates some operations as returning a collection of data within each value. By default the Sync App exposes these responses using each collection entry as a row, instead of each top-level value being a row. This creates a simpler table by removing elements from the table that may be repeated across multiple rows.
For example, the CommitteeDefinition table is built using this process. Each response value is a Committee_Definition that contains both a reference as well as a Committee_Definition_Data structure. The Sync App table only contains the values from Committee_Definition_Data and leaves off the reference:
However, some Workday SOAP definitions mark data as a collection when only one value is actually allowed. When this happens you can add the table to this connection property. The Sync App will then treat the collection as if it only has one value:
There are three ways to set this property. At the start you should explicitly include the tables you have checked against your Workday data. However, if you find that most of the tables in your workflow are single-entry, you can use the latter two formats:
Determines how the provider assigns the As_Of_Effective_Date and As_Of_Entry_DateTime request parameters in SOAP.
The following options are available:
Whether the provider should split lists of prompt values when Workday only allows one.
When a table or view has a prompt, the Sync App normally requires that the query value be compatible with the prompt type.
Prompts that support multiple values can be set using either equals or IN:
SELECT * FROM workersByOrganization WHERE organizationsForWorker_Prompt = '...';
SELECT * FROM workersByOrganization WHERE organizationsForWorker_Prompt IN ('...', '...', '...');
While prompts that support only one value must be set using equals.
The Sync App reports an error if more than one value is given using IN:
-- OK SELECT * FROM workersByOrganization WHERE includeManagers_Prompt = TRUE; -- Fails SELECT * FROM workersByOrganization WHERE includeManagers_Prompt IN (TRUE, FALSE);
When this option is enabled, the Sync App does not report errors when multiple values are given to single value prompts. Instead the Sync App splits the query into individual pieces that Workday can execute, and combines the results client-side. This may lead to duplicate results if the same row appears in two or more of the split queries. To avoid this, make sure to include all of the table's primary key columns in the SELECT clause.
Note that this is noticeably slower than the multi-value prompts that are natively supported by Workday.
Each additional prompt that the Sync App expands requires exponentially more queries to cover all combinations of values:
-- When this is sent to the Sync App SELECT * FROM workersByOrganization WHERE includeManagers_Prompt IN (TRUE, FALSE) AND includeSubordinateOrganizations_Prompt IN (TRUE, FALSE) -- These four queries are executed SELECT * FROM workersByOrganization WHERE includeManagers_Prompt = TRUE AND includeSubordinateOrganizations_Prompt = TRUE; SELECT * FROM workersByOrganization WHERE includeManagers_Prompt = TRUE AND includeSubordinateOrganizations_Prompt = FALSE; SELECT * FROM workersByOrganization WHERE includeManagers_Prompt = FALSE AND includeSubordinateOrganizations_Prompt = TRUE; SELECT * FROM workersByOrganization WHERE includeManagers_Prompt = FALSE AND includeSubordinateOrganizations_Prompt = FALSE;
Allows overriding the default page size when ConnectionType is SOAP.
By default the Sync App uses a page size of 100 as recommended by Workday. In most cases this offers a good balance between performance and stability.
However, in some situations a different page size is required. You can set the page size for a specific table using the table's name, an equals sign, and the page size. These values can be combined to set page sizes for multiple tables. For example, this setting changes the Workers page size to 10 and the MessageTemplate page size to 250: Workers=10,MessageTemplate=250.
The Sync App also allows you to override the default page size by using an asterisk as the table name. For example, to set the Workers page size to 20 and every other table's page size to 500: Workers=20,*=500.
The page size for each table can be any number between 1 and 999 inclusive. The best page size value depends upon the table and the exact data you are querying, and needs to be determined through testing. The following are guidelines for determining how to adjust the page size:
Specifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. The default is 60 seconds. Set to 0 to disable the timeout.
This property controls the maximum time, in seconds, that the Sync App waits for an operation to complete before canceling it. If the timeout period expires before the operation finishes, the Sync App cancels the operation and throws an exception.
The timeout applies to each individual communication with the server rather than the entire query or operation. For example, a query could continue running beyond 60 seconds if each paging call completes within the timeout limit.
Setting this property to 0 disables the timeout, allowing operations to run indefinitely until they succeed or fail due to other conditions such as server-side timeouts, network interruptions, or resource limits on the server. Use this property cautiously to avoid long-running operations that could degrade performance or result in unresponsive behavior.
Specifies a filepath to a JSON configuration file defining custom views. The provider automatically detects and uses the views specified in this file.
This property allows you to define and manage custom views through a JSON-formatted configuration file called UserDefinedViews.json. These views are automatically recognized by the Sync App and enable you to execute custom SQL queries as if they were standard database views. The JSON file defines each view as a root element with a child element called "query", which contains the SQL query for the view. For example:
{
"MyView": {
"query": "SELECT * FROM [CData].[Human_Resources].Workers WHERE MyColumn = 'value'"
},
"MyView2": {
"query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)"
}
}
You can define multiple views in a single file and specify the filepath using this property. For example: UserDefinedViews=C:\Path\To\UserDefinedViews.json. When you use this property, only the specified views are seen by the Sync App.
Refer to User Defined Views for more information.
Determines what data source filters the provider uses when querying WQL data sources.
A WQL data source can have one or more data source filters. Each filter has its own set of prompts which determine the rows that are returned from the query. The fields included in each record are the same between filters.
The Sync App exposes one view per data source and determines the filter to use automatically. If the data source does not require a filter then the Sync App view queries the data source directly. Otherwise the Sync App uses the first filter to the data source.
You can set this property to bypass this process for specific data sources. This property accepts a comma-separated list of dataSource=filter values. The data source is the WQL alias of the data source, while the filter is the WQL alias of the filter. These values are displayed on the View Data Source and View Data Source Filter screens, respectively.
Note that the data source name is not always the same as the view name. If UseSplitTables is enabled, the Sync App makes multiple views (journalLines_1, journalLines_2, ...) from the same data source (journalLines). All of these split views query the same data source.
For example, this value would make the journalLines view query the journalLinesFind filter, and the projectPortfolio view query the projectPortfolioDefaultFilter filter:
journalLines=journalLinesFind,projectPortfolio=projectPortfolioDefaultFilter
The URL to the WSDL. Only avaialble for the SOAP API.
As an alternative to entering Service and WSDLVersion, the WSDL URL may be entered directly. For example:
https://community.workday.com/sites/default/files/file-hosting/productionapi/Human_Resources/v34.1/Human_Resources.wsdl
The version of the WSDL to use. Only available for the SOAP API.
The WSDL Version for Workday changes often. If you would like to use the latest version, the version may be set to a higher value here to match the latest release. Alternatively, set the WSDLURL directly and this property will be ignored.