{ "opencollection": "1.0.0", "info": { "name": "Workday Studio Integration Absence Management Integration Events 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 Events", "type": "folder" }, "items": [ { "info": { "name": "Workday Studio List Integration Events", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/service/{tenant}/integrationEvents", "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": "status", "value": "", "type": "query", "description": "Filter events by execution status" }, { "name": "fromDate", "value": "", "type": "query", "description": "Filter events starting from this date" }, { "name": "toDate", "value": "", "type": "query", "description": "Filter events up to this date" } ] }, "docs": "Returns a collection of integration event records showing the status and details of integration runs. Includes information about start time, end time, records processed, and any errors encountered during execution." }, { "info": { "name": "Workday Studio Retrieve a Specific Integration Event", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/service/{tenant}/integrationEvents/:ID", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource" } ] }, "docs": "Returns the specified integration event including run status, start time, end time, records processed, records failed, and any error messages generated during integration execution." }, { "info": { "name": "Workday Studio Retrieve Logs for an Integration Event", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/service/{tenant}/integrationEvents/:ID/logs", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource" }, { "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 the execution logs for the specified integration event, including step-by-step processing details, warning messages, and error traces useful for debugging Studio integration assemblies." } ] } ], "bundled": true }