Multi-select Lookup through API

Multi-select Lookup through API

Hi,

We have a problem accessing records from API for a LinkingModule :

https://crm.zoho.com/crm/private/xml/LinkingModule1/getRecords?authtoken=XXXX&scope=crmapi&newFormat=2&selectColumns=All

<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/crm/private/xml/LinkingModule1/getRecords">
    <error>
        <code>4600</code>
        <message>Unable to process your request. Please verify whether you have entered proper method name,parameter and parameter values.</message>
    </error>
</response>

but no problem for a CustomModule

https://crm.zoho.com/crm/private/xml/CustomModule2/getRecords?authtoken=XXXX&scope=crmapi&newFormat=2&selectColumns=All

we added a multi-select lookup in leads module and we want to get records for this field through API, is it possible ?

Thanks a lot,