Workday Studio website screenshot

Workday Studio

Workday Studio is an integrated development environment (IDE) for building custom integrations and applications on the Workday platform. It provides tools for creating web services, custom reports, and integration solutions.

5 APIs 9 Features
CloudDevelopmentEnterpriseFinanceHRIDEIntegration

APIs

Workday Studio Integration API

API for building and deploying custom integrations using Workday Studio, an Eclipse-based IDE that provides a graphical development environment with drag-and-drop reusable compo...

Workday Web Services API

SOAP and REST web services for integrating with Workday applications, providing programmatic access to business management services with WSDL and XML Schema definitions across 5...

Workday REST API

RESTful API providing modern JSON-based access to Workday data and services. Uses OAuth 2.0 authentication and standard HTTP methods for operations across HCM, financial managem...

Workday Custom Reports API

API for creating and executing custom reports built in Workday Studio. Exposes custom reports as RESTful web services through Report-as-a-Service (RaaS), enabling programmatic a...

Workday Orchestrate API

Low-code integration and automation platform for building event-driven and batch integrations using a visual drag-and-drop builder. Enables developers to create workflows that c...

Collections

Pricing Plans

Rate Limits

Workday Studio Rate Limits

1 limits

RATE LIMITS

FinOps

Features

Eclipse-based IDE

Workday Studio is an Eclipse-based development environment with a graphical, drag-and-drop interface for designing custom integrations.

Reusable Components

Provides a library of reusable integration components for transports, transformations, splitters, and routing logic that accelerate integration development.

Flow Control and Error Handling

Includes constructs for branching, looping, retries, and structured error handling to build resilient integrations.

Data Transformation

Supports XSLT, XPath, and scripting for mapping and transforming data between Workday and external systems.

Custom Report-as-a-Service

Exposes custom Workday reports as RESTful web services through Report-as-a-Service (RaaS) for downstream consumption.

Workday Web Services

Provides SOAP and REST access to 55+ Workday service areas including HCM, Financial Management, Payroll, and Benefits.

Modern REST API

Offers OAuth 2.0-secured JSON REST endpoints for accessing Workday data and triggering business actions.

Orchestrate Low-Code Integrations

Workday Orchestrate enables building event-driven and batch integrations through a visual workflow builder without writing code.

Tenant-Based Deployment

Integrations are deployed against tenant-specific endpoints with environment isolation between sandbox and production tenants.

Use Cases

Custom Integrations

Build bespoke integrations between Workday and external HR, payroll, benefits, and financial systems.

Payroll and Benefits Connectivity

Connect Workday HCM and Payroll to third-party payroll providers, banks, and benefits carriers for data exchange.

Employee Data Synchronization

Keep worker records, organizational data, and position information in sync between Workday and downstream systems.

Custom Reporting

Generate custom reports in Workday Studio and expose them through Report-as-a-Service for use in BI tools and dashboards.

Business Process Automation

Automate cross-system HR and finance business processes using Workday Orchestrate event-driven workflows.

ERP and CRM Integration

Integrate Workday Financial Management with downstream ERPs, CRMs, and procurement systems for invoicing and revenue management.

Identity and Access Provisioning

Synchronize worker lifecycle events from Workday into identity providers and downstream applications for user provisioning.

Integrations

Eclipse IDE

Workday Studio runs as an Eclipse-based plug-in providing the development surface for building integrations.

Salesforce

Common integration target for syncing customer, opportunity, and worker data between Workday and Salesforce.

ServiceNow

Connect Workday to ServiceNow for IT service management and HR case management workflows.

ADP

Integrate Workday HCM with ADP and other third-party payroll providers for payroll data exchange.

Microsoft 365 and Azure AD

Sync worker data with Microsoft 365 and Azure Active Directory for identity provisioning and collaboration tooling.

SAP

Bridge Workday financial and HR data with SAP ERP systems for organizations running mixed environments.

AWS, Azure, and Google Cloud

Use Workday integrations to push and pull data from cloud storage, messaging, and data warehouses.

Snowflake and Data Warehouses

Stream Workday data into Snowflake, BigQuery, and other warehouses for analytics and reporting.

Solutions

Workday HCM

Cloud-based human capital management covering core HR, talent, learning, recruiting, and workforce planning.

Workday Financial Management

Cloud financial management for accounting, revenue, expenses, projects, and analytics.

Workday Payroll

Native payroll for the United States, Canada, United Kingdom, and France integrated with Workday HCM.

Workday Adaptive Planning

Enterprise planning, budgeting, and forecasting platform that integrates with Workday Financials and HCM.

Workday Extend

Platform for building custom apps that extend Workday functionality using the same data model and security.

Workday Orchestrate

Low-code integration and automation platform for building workflows across Workday and external systems.

Workday Marketplace

Curated catalog of partner-built integrations and apps that extend the Workday platform.

API Governance Rules

Workday Studio API Rules

64 rules · 25 errors 30 warnings 9 info

SPECTRAL

JSON Structure

Workday Studio Structure

0 properties

JSON STRUCTURE

Resources

🔗
Website
Website
🌐
Portal
Portal
🌐
Console
Console
🔗
Login
Login
📝
Signup
Signup
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
🔗
APIReference
APIReference
💬
Support
Support
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
📰
Blog
Blog
📰
DeveloperBlog
DeveloperBlog
🔗
Contact
Contact
👥
GitHubOrganization
GitHubOrganization
🔗
Marketplace
Marketplace
🎓
Training
Training
🔗
StudioDownload
StudioDownload
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Workday Studio Workday Web Services API
  version: v45
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://{baseUrl}/authorize
    accessTokenUrl: https://{baseUrl}/oauth2/{tenant}/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Human Resources
    type: folder
  items:
  - info:
      name: Workday Studio Retrieve Human Resources Service Metadata
      type: http
    http:
      method: GET
      url: https://{baseUrl}/ccx/service/{tenant}/Human_Resources
    docs: Returns metadata about the Human Resources web service including available operations, supported versions, and WSDL
      location.
  - info:
      name: Workday Studio Retrieve Workers
      type: http
    http:
      method: POST
      url: https://{baseUrl}/ccx/service/{tenant}/Human_Resources/Get_Workers
      body:
        type: json
        data: '{}'
    docs: Returns a collection of worker records including employees and contingent workers. Supports filtering by worker
      type, organization, date ranges, and various worker attributes.
  - info:
      name: Workday Studio Retrieve Organizations
      type: http
    http:
      method: POST
      url: https://{baseUrl}/ccx/service/{tenant}/Human_Resources/Get_Organizations
      body:
        type: json
        data: '{}'
    docs: Returns a collection of organization records including supervisory organizations, cost centers, company structures,
      and custom organization types.
- info:
    name: Financial Management
    type: folder
  items:
  - info:
      name: Workday Studio Retrieve Journal Entries
      type: http
    http:
      method: POST
      url: https://{baseUrl}/ccx/service/{tenant}/Financial_Management/Get_Journal_Entries
      body:
        type: json
        data: '{}'
    docs: Returns a collection of journal entry records for financial accounting, including debit and credit line items, ledger
      accounts, and posting status information.
- info:
    name: Payroll
    type: folder
  items:
  - info:
      name: Workday Studio Retrieve Payroll Results
      type: http
    http:
      method: POST
      url: https://{baseUrl}/ccx/service/{tenant}/Payroll/Get_Payroll_Results
      body:
        type: json
        data: '{}'
    docs: Returns a collection of payroll result records including pay calculations, deductions, tax withholdings, and net
      pay details for processed payroll periods.
- info:
    name: Benefits Administration
    type: folder
  items:
  - info:
      name: Workday Studio Retrieve Benefit Plans
      type: http
    http:
      method: POST
      url: https://{baseUrl}/ccx/service/{tenant}/Benefits_Administration/Get_Benefit_Plans
      body:
        type: json
        data: '{}'
    docs: Returns a collection of benefit plan records including health insurance, retirement plans, life insurance, and other
      benefit offerings configured in the tenant.
- info:
    name: Absence Management
    type: folder
  items:
  - info:
      name: Workday Studio Retrieve Absence Inputs
      type: http
    http:
      method: POST
      url: https://{baseUrl}/ccx/service/{tenant}/Absence_Management/Get_Absence_Inputs
      body:
        type: json
        data: '{}'
    docs: Returns a collection of absence input records for time-off requests, leave entries, and absence events within specified
      date ranges and organizational scope.
- info:
    name: Staffing
    type: folder
  items:
  - info:
      name: Workday Studio Retrieve Job Postings
      type: http
    http:
      method: POST
      url: https://{baseUrl}/ccx/service/{tenant}/Staffing/Get_Job_Postings
      body:
        type: json
        data: '{}'
    docs: Returns a collection of job posting records for open positions including posting status, location, job profile,
      and application information.
- info:
    name: Recruiting
    type: folder
  items:
  - info:
      name: Workday Studio Retrieve Candidates
      type: http
    http:
      method: POST
      url: https://{baseUrl}/ccx/service/{tenant}/Recruiting/Get_Candidates
      body:
        type: json
        data: '{}'
    docs: Returns a collection of candidate records for recruiting including application status, source, and stage within
      the hiring workflow.
- info:
    name: Compensation
    type: folder
  items:
  - info:
      name: Workday Studio Retrieve Compensation Plans
      type: http
    http:
      method: POST
      url: https://{baseUrl}/ccx/service/{tenant}/Compensation/Get_Compensation_Plans
      body:
        type: json
        data: '{}'
    docs: Returns a collection of compensation plan records including salary plans, bonus plans, allowance plans, and their
      associated pay grade structures.
- info:
    name: Time Tracking
    type: folder
  items:
  - info:
      name: Workday Studio Retrieve Time Clock Events
      type: http
    http:
      method: POST
      url: https://{baseUrl}/ccx/service/{tenant}/Time_Tracking/Get_Time_Clock_Events
      body:
        type: json
        data: '{}'
    docs: Returns a collection of time clock event records including clock-in and clock-out timestamps, time entry types,
      and calculated hours for workers within the specified date range.
bundled: true