I'm calling
https://crm.zoho.com/crm/private/json/Events/getRecords?authtoken=[my token]&scope=crmapi to retrieve all events in my Zoho CRM account. If an event is related to a contact then I'm able to get the contact details using [CONTACTID]. What I can't seem to get access to is the list of participants for an event.
Does anyone know how to get the list of participants for an event?