Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Workday Studio Integration Systems API

Manage integration systems configured in the Workday tenant, including Studio-built integrations and core connector configurations.

Workday Studio Integration Systems API is one of 18 APIs that Workday Studio publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Integration Systems. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, a getting-started guide, and rate-limit docs.

This API exposes 3 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against a single base URL, https://{baseUrl}/ccx/service/{tenant}.

3 operations 3 paths 6 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Server
https://{baseUrl}/ccx/service/{tenant}
Authentication
OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 1

Workday Studio Integration Systems API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 2 scopes. By default, every request must be authenticated.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Integration Systems 3

Manage integration systems configured in the Workday tenant, including Studio-built integrations and core connector configurations.

GET
/integrationSystems
Workday Studio List Integration Systems
listIntegrationSystems 3 params → 200401403
GET
/integrationSystems/{ID}
Workday Studio Retrieve a Specific Integration System
getIntegrationSystem 1 param → 200401403404
POST
/integrationSystems/{ID}/launch
Workday Studio Launch an Integration System
launchIntegration 1 param body → 201400401403404

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are IntegrationEvent (10 properties), IntegrationSystem (9 properties), ResourceReference (3 properties), IntegrationSystemsResponse (2 properties). Each schema is shown below with its type and property counts.

ResourceReference
object
A reference to a Workday resource with its identifier and display name
3 properties
ErrorResponse
object
2 properties
IntegrationEvent
object
A record of an integration execution, tracking the run status, timing, and processing statistics of an integration system run.
10 properties
IntegrationLaunchRequest
object
Request body for launching an integration system
1 property
IntegrationSystemsResponse
object
2 properties
IntegrationSystem
object
An integration system configured in the Workday tenant, representing a deployed Studio integration or core connector configuration.
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

workday-studio-integration-systems-api-openapi.yml Raw ↑

Other APIs Workday Studio publishes across the network.

Workday REST API
Workday Custom Reports API
Workday Orchestrate API
Workday Studio Absence Management API
Workday Studio Benefits Administration API
Workday Studio Compensation API
Workday Studio Financial Management API
Workday Studio Human Resources API
Workday Studio Integration Assemblies API
Workday Studio Integration Events API
Workday Studio Integration Templates API
Workday Studio Launch Parameters API