6. GetAllRelatedItems
This is similar to “GetRelatedItems”. The difference is that this will return all relationships between TabID and TabID2.
URL: https://company.ivinex.com/API/GetAllRelatedItems.php
Extra Parameters:
- TabID – ID of the first Tab from which to get the linked records (required)
- TabID2 – ID of the second Tab from which to get the linked records (optional)
- Examples:
- https://company.ivinex.com/API/GetRelatedItems.php?UserName=user&Password=password&TabID=1000&TabID2=50
- Assuming the contact TabID = 1000, and the Activity TabID = 50, this will return a list of activity records that are linked to any contact record.
- https://company.ivinex.com/API/GetRelatedItems.php?UserName=user&Password=password&TabID=1000
- Assuming the contact TabID = 1000, this will return a list of activity records that are linked to any other records.
- https://company.ivinex.com/API/GetRelatedItems.php?UserName=user&Password=password&TabID=1000&TabID2=50
Returned: An XML string with the following format