Development Included Workers REST Endpoints

Development Goals Mass Assignment Process/Development Included Workers
The devIncludedWorkers resource is a child of the devGoalsMassAssignProcesses resource and provides workers who need to be assigned the development goals that are part of the mass assignment process.
Adds a worker along with their hierarchy to the mass assignment process of development goals
Method: post
Path: /hcmRestApi/resources/11.13.18.05/devGoalsMassAssignProcess/{devGoalsMassAssignProcessUniqID}/child/devIncludedWorkers
Delete a worker and their hierarchy from the mass assignment process of development goals
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/devGoalsMassAssignProcess/{devGoalsMassAssignProcessUniqID}/child/devIncludedWorkers/{MassRequestHierarchyId}
Get all included workers along with their hierarchy
Method: get
Path: /hcmRestApi/resources/11.13.18.05/devGoalsMassAssignProcess/{devGoalsMassAssignProcessUniqID}/child/devIncludedWorkers
Get an included worker along with their hierarchy
Method: get
Path: /hcmRestApi/resources/11.13.18.05/devGoalsMassAssignProcess/{devGoalsMassAssignProcessUniqID}/child/devIncludedWorkers/{MassRequestHierarchyId}
Updates hierarchy of existing worker included in the mass assignment process of development goals
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/devGoalsMassAssignProcess/{devGoalsMassAssignProcessUniqID}/child/devIncludedWorkers/{MassRequestHierarchyId}