{ "opencollection": "1.0.0", "info": { "name": "Oracle Fusion Cloud Applications Oracle Fusion Common Features REST Absences Workers API", "version": "11.13.18.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workers", "type": "folder" }, "items": [ { "info": { "name": "Oracle Fusion Cloud Applications List workers", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/hcmRestApi/resources/11.13.18.05/workers", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return (default 25, max 500)" }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return" }, { "name": "q", "value": "", "type": "query", "description": "Filter expression using Oracle REST query syntax" }, { "name": "orderBy", "value": "", "type": "query", "description": "Fields to sort by with optional :asc or :desc direction" }, { "name": "finder", "value": "", "type": "query", "description": "Named finder in format FinderName;param1=value1" }, { "name": "expand", "value": "", "type": "query", "description": "Comma-separated list of child resources to expand" } ] }, "docs": "Retrieve a collection of worker records including employees and contingent workers. Each worker record includes person information, names, and references to work assignments." }, { "info": { "name": "Oracle Fusion Cloud Applications Create a worker", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.oraclecloud.com/hcmRestApi/resources/11.13.18.05/workers", "body": { "type": "json", "data": "{}" } }, "docs": "Hire a new employee or create a contingent worker record with person details, names, and an initial work assignment." }, { "info": { "name": "Oracle Fusion Cloud Applications Get a worker", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/hcmRestApi/resources/11.13.18.05/workers/:workersUniqID", "params": [ { "name": "workersUniqID", "value": "", "type": "path", "description": "Unique identifier for the worker record" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return" }, { "name": "expand", "value": "", "type": "query", "description": "Comma-separated list of child resources to expand" } ] }, "docs": "Retrieve a specific worker record by unique identifier." }, { "info": { "name": "Oracle Fusion Cloud Applications Update a worker", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.oraclecloud.com/hcmRestApi/resources/11.13.18.05/workers/:workersUniqID", "params": [ { "name": "workersUniqID", "value": "", "type": "path", "description": "Unique identifier for the worker record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing worker record." }, { "info": { "name": "Oracle Fusion Cloud Applications List employees", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oraclecloud.com/hcmRestApi/resources/11.13.18.05/emps", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return (default 25, max 500)" }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return" }, { "name": "q", "value": "", "type": "query", "description": "Filter expression using Oracle REST query syntax" }, { "name": "finder", "value": "", "type": "query", "description": "Named finder in format FinderName;param1=value1" } ] }, "docs": "Retrieve a collection of employee records with employment and assignment details." } ] } ], "bundled": true }