{ "opencollection": "1.0.0", "info": { "name": "Workday Studio Integration Absence Management Integration Systems API", "version": "v1" }, "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": "Integration Systems", "type": "folder" }, "items": [ { "info": { "name": "Workday Studio List Integration Systems", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/service/{tenant}/integrationSystems", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of objects in a single response. Default is 20, maximum is 100." }, { "name": "offset", "value": "", "type": "query", "description": "The zero-based index of the first object in a response collection" }, { "name": "search", "value": "", "type": "query", "description": "Search string used to filter results by name or descriptor" } ] }, "docs": "Returns a collection of integration systems configured in the tenant, including Studio-built integrations, core connectors, and document transformation integrations. Supports filtering by system name, type, and active status." }, { "info": { "name": "Workday Studio Retrieve a Specific Integration System", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/service/{tenant}/integrationSystems/:ID", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource" } ] }, "docs": "Returns the specified integration system with its full configuration details including template reference, launch parameters, schedule settings, and notification configuration." }, { "info": { "name": "Workday Studio Launch an Integration System", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/ccx/service/{tenant}/integrationSystems/:ID/launch", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Triggers execution of the specified integration system. Accepts optional launch parameters to control runtime behavior. Returns the newly created integration event representing the running integration instance." } ] } ], "bundled": true }