{ "opencollection": "1.0.0", "info": { "name": "Workday Integration Workday Absence Management Absence Types File Containers 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": "File Containers", "type": "folder" }, "items": [ { "info": { "name": "Workday Integration Create a file container for data upload", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/fileContainers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a file container for uploading data files to be processed by a data change task." }, { "info": { "name": "Workday Integration Retrieve a specific file container", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/fileContainers/:ID", "params": [ { "name": "ID", "value": "", "type": "path" } ] }, "docs": "Returns the specified file container with its upload status." } ] } ], "bundled": true }