API View Related Record's ID Instead of Display Name
Hi,
Let's say there are two forms:
1) Person
2) Family
A Person can be assigned to one Family. Let's say there are the following Families:
#) ID - Name
1) 1 - Johnson Family
And there are the following Persons:
#) ID - Name - Family_ID
1) 2 - Mary - 1
2) 3 - Paul - 1
When I use the Zoho Creator API to download the Persons data I get the following information:
#) ID - Name - Family_Name
1) 2 - Mary - Johnson Family
2) 3 - Paul - Johnson Family
I do not get the ID of the Family. So if I have two Families with the same name, I cannot figure out exactly which Family a Person is related to.
When using Zoho Creator API, how can I get the related record's ID instead of just display name?