- Subcategories:
- Channels
Object Nudges REST Endpoints
Nudge Plan Executions/Object Nudges
The objectNudges resource provides all object nudges executed in the nudge plan. It's a child of the nudgePlanExecutions resource.
- Find object nudge execution channel detail
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/nudgePlanExecutions/{PlanExecutionId}/child/objectNudges/{ObjectNudgeId}/action/findByAdvancedSearchForNudgeExecutionChannelDetail
- Get all object nudges in all nudge plans execution
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/nudgePlanExecutions/{PlanExecutionId}/child/objectNudges
- Get an object nudge in a nudge plan execution
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/nudgePlanExecutions/{PlanExecutionId}/child/objectNudges/{ObjectNudgeId}