- Subcategories:
- Associated Performance Document Types
- Goal Plans Descriptive Flexfields
- Performance Goal Eligibility Profiles
- Performance Goal Excluded Workers
- Performance Goal Included Workers
- Performance Goals
Goal Plans REST Endpoints
Goal Plans
The goalPlans resource provides the available goal plans.
- Create a goal plan
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/goalPlans - Delete a goal plan
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId} - Find a goal plan
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/action/findByAdvancedSearchQuery - Get a goal plan
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId} - Get all goal plans
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalPlans - Import performance goals
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/action/importGoals - Sync with performance documents
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/action/essProcessTrigger - Update a goal plan
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}