{ "opencollection": "1.0.0", "info": { "name": "Workday Integration Workday Absence Management Absence Types Organizations 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": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Workday Integration Retrieve organizations for a worker", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/workers/:ID/organizations", "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 20, maximum 100)" }, { "name": "offset", "value": "", "type": "query", "description": "The zero-based index of the first object in a response collection" } ] }, "docs": "Returns the organizational memberships for the specified worker, including supervisory organizations and cost centers." }, { "info": { "name": "Workday Integration Retrieve supervisory organizations managed by a worker", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/workers/:ID/supervisoryOrganizations", "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 20, maximum 100)" }, { "name": "offset", "value": "", "type": "query", "description": "The zero-based index of the first object in a response collection" } ] }, "docs": "Returns the supervisory organizations managed by the specified worker." }, { "info": { "name": "Workday Integration Retrieve all supervisory organizations", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/supervisoryOrganizations", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of objects in a single response (default 20, maximum 100)" }, { "name": "offset", "value": "", "type": "query", "description": "The zero-based index of the first object in a response collection" }, { "name": "search", "value": "", "type": "query", "description": "Search string used to filter results" } ] }, "docs": "Returns a collection of supervisory organizations within the tenant." }, { "info": { "name": "Workday Integration Retrieve a specific supervisory organization", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/supervisoryOrganizations/:ID", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource" } ] }, "docs": "Returns the specified supervisory organization including its members and hierarchy." }, { "info": { "name": "Workday Integration Retrieve workers in a supervisory organization", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/supervisoryOrganizations/:ID/workers", "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 20, maximum 100)" }, { "name": "offset", "value": "", "type": "query", "description": "The zero-based index of the first object in a response collection" } ] }, "docs": "Returns the workers assigned to the specified supervisory organization." }, { "info": { "name": "Workday Integration Retrieve all organizations", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/organizations", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of objects in a single response (default 20, maximum 100)" }, { "name": "offset", "value": "", "type": "query", "description": "The zero-based index of the first object in a response collection" }, { "name": "search", "value": "", "type": "query", "description": "Search string used to filter results" } ] }, "docs": "Returns a collection of organizations including company, cost center, and region organizations." }, { "info": { "name": "Workday Integration Retrieve a specific organization", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/organizations/:ID", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource" } ] }, "docs": "Returns the specified organization instance." }, { "info": { "name": "Workday Integration Retrieve organization types", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/organizationTypes", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of objects in a single response (default 20, maximum 100)" }, { "name": "offset", "value": "", "type": "query", "description": "The zero-based index of the first object in a response collection" } ] }, "docs": "Returns all available organization types in the tenant." } ] } ], "bundled": true }