{ "opencollection": "1.0.0", "info": { "name": "Workday Absence Management Accruals Labor Demand API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Labor Demand", "type": "folder" }, "items": [ { "info": { "name": "List Labor Demand", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/absence-management/v1/laborDemand", "params": [ { "name": "organizationId", "value": "", "type": "query", "description": "Filter by scheduling organization ID" }, { "name": "startDate", "value": "", "type": "query", "description": "Start date for labor demand retrieval" }, { "name": "endDate", "value": "", "type": "query", "description": "End date for labor demand retrieval" } ] }, "docs": "Returns labor demand instances for scheduling planning." }, { "info": { "name": "Create Labor Demand", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/api/absence-management/v1/laborDemand", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new labor demand entry for workforce planning." } ] } ], "bundled": true }