{ "opencollection": "1.0.0", "info": { "name": "Workday Integration Workday Absence Management Absence Types Mentorships 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": "Mentorships", "type": "folder" }, "items": [ { "info": { "name": "Workday Integration Retrieve mentorships", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/mentorships", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns a collection of active and completed mentorship relationships." }, { "info": { "name": "Workday Integration Create a mentorship for the current user", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/createMentorshipForMe", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a mentorship relationship where the current authenticated user is the mentee." }, { "info": { "name": "Workday Integration Create a mentorship for a worker", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/createMentorshipForWorker", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a mentorship relationship for the specified worker." }, { "info": { "name": "Workday Integration Close a mentorship", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/mentorships/:ID/close", "params": [ { "name": "ID", "value": "", "type": "path" } ] }, "docs": "Closes an active mentorship relationship." }, { "info": { "name": "Workday Integration Edit a mentorship", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/mentorships/:ID/edit", "params": [ { "name": "ID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies an existing mentorship relationship." } ] } ], "bundled": true }