Need to filter on item_id
AnsweredI have an array of item_id's which I want to get via a filter. It are items in one app. I can call them one by one using GET, but I prefer using a filter to avoid doing 100's of calls.
Is this possible?
The reason is this: I have an app with Contacts and and app with Organisations. I use a filter to get certain contacts, but I need the corresponding organisation too, but I only have the item_id 's.
How to do this the best way?
We have an app-reference on the contact, which references to the orgainsation.
-
:) We cannot use the built-in contacts app unfortunatedly, that would solve huge amount of issues if that contacts-part was a bit more extended (because we get all contact info with the export then!)
We have to use our homemade contacts app for contacts for now. We reversed the app-reference so we can filter on the app-reference field indeed, that works okay.
We keen getting stuck in organisations vs contacts, my last issue was in this same category :) Strange that it is only us :p
Thanks for the reply!
Please sign in to leave a comment.
Comments
3 comments