AccountsList = {4994407000000930940,4994407000000372612,4994407000000372611};
info AccountsList;
ContactList = List();
for each accountele in AccountsList
{
relcont = zoho.crm.getRelatedRecords("Contacts","Accounts",accountele);
info relcont ;
ContactList.add(accountele.get("id"));
}