Get A List Of Potentials filtered by a "Custom Field Value"

Get A List Of Potentials filtered by a "Custom Field Value"

Hello,

I am new to the Zoho CRM API and was hoping someone could give me some guidance.

I need to pull a list of "Potentials" based on a value in a Custom Field.

On the "Potential Page" for a Contact there are 2 fields called " Order Kit ID" and "Order Kit Status"

I want to pull all data for potentials where the "Order Kit Status" is "Pending"

Can anyone give me any hints/tips please?

UPDATE

I am still struggling with this. I have attempted the follow call to the API

https://crm.zoho.com/crm/private/xml/Potentials/getRecords?authtoken=AuthToken&scope=crmapi&fromIndex=29346&toIndex=29546&lastModifiedTime=1980-01-01%2000%3A00%3A00&sortOrderString=asc&selectColumns=Potentials%28Stage%2CClosing%20Date%2CPotential%20Owner%2CAmount%2CContact%20Name%2COrder%20Kit%20ID%2COrder%20Kit%20Status%29

But no data is returned for the custom fields?

It returns the other fields but not the Custom Fields:



I must be doing something wrong. Can anyone help?

I can see these fields in my Potentials screen...


I also cannot see the fields when I ask for a list of fields...

https://crm.zoho.com/crm/private/json/Potentials/getFields?authtoken=AuthCode&scope=crmapi