{ "opencollection": "1.0.0", "info": { "name": "Workday Integration Workday Absence Management Absence Types 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 Integration Retrieve integration systems", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/integrationSystems", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of objects in a single response (default 20, maximum 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" } ] }, "docs": "Returns a collection of configured integration systems in the tenant." }, { "info": { "name": "Workday Integration Retrieve a specific integration system", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/integrationSystems/:ID", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource" } ] }, "docs": "Returns the specified integration system with its configuration details." }, { "info": { "name": "Workday Integration Launch an integration system", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{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." } ] } ], "bundled": true }