{ "opencollection": "1.0.0", "info": { "name": "Workday Studio Integration Absence Management Launch Parameters 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": "Launch Parameters", "type": "folder" }, "items": [ { "info": { "name": "Workday Studio List Available Launch Parameters", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/service/{tenant}/launchParameters", "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" } ] }, "docs": "Returns a collection of launch parameter definitions that can be configured for integration systems to control runtime behavior such as date ranges, file paths, and processing options." } ] } ], "bundled": true }