PTC Arbortext Content Delivery Development > Development > Using REST Calls in ACD > Using REST Calls for Navigation > Scenario 1: Navigate Through Product Hierarchy Using REST Call
Scenario 1: Navigate Through Product Hierarchy Using REST Call
The scenario explains how to find a children of Information Element of a given Product Hierarchy node.
Rest Call Template
Example
* 
This REST call is repetitive to get any child of any given PH node. To find any given PH node is a leaf node, from the jason response check the isLeaf attribute. If the value of this attribute is true, then PH node title has no children
is_node_id from the response after you make a REST call.
.
Header
Header required for navigation is:
Was this helpful?