{ "opencollection": "1.0.0", "info": { "name": "Workday Studio Integration Absence Management Time Tracking 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": "Time Tracking", "type": "folder" }, "items": [ { "info": { "name": "Workday Studio Retrieve Time Clock Events", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/ccx/service/{tenant}/Time_Tracking/Get_Time_Clock_Events", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a collection of time clock event records including clock-in and clock-out timestamps, time entry types, and calculated hours for workers within the specified date range." } ] } ], "bundled": true }