{ "opencollection": "1.0.0", "info": { "name": "Workday Integration Workday Absence Management Absence Types Prospects 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": "Prospects", "type": "folder" }, "items": [ { "info": { "name": "Workday Integration Retrieve education records for a prospect", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/prospects/:ID/educations", "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 education history for the specified recruiting prospect." }, { "info": { "name": "Workday Integration Retrieve work experiences for a prospect", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/prospects/:ID/experiences", "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 work experience records for the specified recruiting prospect." }, { "info": { "name": "Workday Integration Create a work experience entry for a prospect", "type": "http" }, "http": { "method": "POST", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/prospects/:ID/experiences", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new work experience record to the specified recruiting prospect." }, { "info": { "name": "Workday Integration Retrieve resume attachments for a prospect", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/prospects/:ID/resumeAttachments", "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 resume and document attachments for the specified recruiting prospect." }, { "info": { "name": "Workday Integration Retrieve skills for a prospect", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/ccx/api/absenceManagement/v1/{tenant}/prospects/:ID/skills", "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 skills profile for the specified recruiting prospect." } ] } ], "bundled": true }