Hi,
I'm trying to get an item bsed on a value but it doesn't seem to work no matter what...
My app is LeadTracker, and I am trying to add items (leads) after they fill a form on my website. I am trying to avoid adding the same user twice, so I was trying to make a verification if already exists a lead having the same email address.
I've tried both the sandbox https://developers.podio.com/doc/items/find-items-by-field-and-title-22485 and from my code. Other requests (such as create item) work fine.
I had tried both using the external id of a field and the internal id (and btw, the only way I could find out the numeric id was by clling get all items ( https://developers.podio.com/doc/items/get-items-27803 - it took a while because there's no reference about this anywhere).
This error I get from the sandbox:
{"error_propagate"=>false, "error_parameters"=>{}, "error_detail"=>nil, "error_description"=>"Only valid for fields of type 'app'", "error"=>"Only valid for fields of type 'app'"}
Thank you,
Virgil