{ "opencollection": "1.0.0", "info": { "name": "Workday Integration Workday Absence Management Absence Types Tables 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": "Tables", "type": "folder" }, "items": [ { "info": { "name": "Workday Integration Retrieve Prism Analytics tables", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/tables", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "Returns a collection of Prism Analytics tables in the tenant." }, { "info": { "name": "Workday Integration Create a Prism Analytics table", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/tables", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Prism Analytics table with the specified schema." }, { "info": { "name": "Workday Integration Retrieve a specific Prism Analytics table", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/tables/:ID", "params": [ { "name": "ID", "value": "", "type": "path" } ] }, "docs": "Returns the specified Prism Analytics table with its schema definition." }, { "info": { "name": "Workday Integration Update a Prism Analytics table", "type": "http" }, "http": { "method": "PUT", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/tables/:ID", "params": [ { "name": "ID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified Prism Analytics table schema." }, { "info": { "name": "Workday Integration Delete a Prism Analytics table", "type": "http" }, "http": { "method": "DELETE", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/tables/:ID", "params": [ { "name": "ID", "value": "", "type": "path" } ] }, "docs": "Deletes the specified Prism Analytics table and its data." } ] } ], "bundled": true }