Skip to main content
1-Visitor
February 4, 2021
Solved

How to check if any sibling exist for any node in network using script

  • February 4, 2021
  • 2 replies
  • 1718 views
Hi Team, Please let me know the PTC api or any logic to check the sibling of any node in a network? Thanks in advance.
Best answer by SathishkumarC

You can find using following steps,

1. Get parent of current node

2. Get Child list of parent node

 

By comparing child count you can find.

2 replies

1-Visitor
February 4, 2021

You can find using following steps,

1. Get parent of current node

2. Get Child list of parent node

 

By comparing child count you can find.

14-Alexandrite
February 4, 2021

Hi ranjank,

 

I have created a query to get relation between a parent node and it's child. Every child within a parent can be grouped as siblings.

 

Please use the entities I have attached for the service I have created for above mentioned scenario. This can also be modified to get the count of sibling.

 

Do revert for any further queries.

 

Regards,

Sudeepta Verma