{ "opencollection": "1.0.0", "info": { "name": "Workday Studio Integration Absence Management Service Directory 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": "Service Directory", "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." } ] } ], "bundled": true }