5. GetRelatedItems
URL: https://company.ivinex.com/API/GetRelatedItems.php
Extra Parameters:
- TabID – ID of the Tab from which to get the linked records (required)
- RecordID – ID of the Record from which to get the linked records (required)
- TabID2 – ID of the Tab to filter links (optional)
- Examples:
- https://company.ivinex.com/API/GetRelatedItems.php?UserName=user&Password=password&TabID=1000&RecordID=23&TabID2=50
- Assuming the contact TabID = 1000, and the Activity TabID = 50, this will return a list of activity records that are linked to the contact record with ID = 23
- https://company.ivinex.com/API/GetRelatedItems.php?UserName=user&Password=password&TabID=1000&RecordID=23
- Assuming the contact TabID = 1000 , this will return a list of all records (all other Tabs) that are linked to the contact record with ID = 23
- https://company.ivinex.com/API/GetRelatedItems.php?UserName=user&Password=password&TabID=1000&RecordID=23&TabID2=50
Returned: An XML string with the following format
1
2
3
4
5
6
7
8
|
…List of all Links
|