Ok I call a service it returns an array of id's, that are relevant. I have a custom collection in my database that are populated with the exact same id's plus more columns with other information, but I need to only list the ones that the service and other factors have determined are relevant. Well actually I don't need to list the Id's but I need to list the other columns of data associated with those id's. How can I call my database and read these other columns associated with my id's. EX. My column is EventId: with string 4544 and its related column EventName: with string Robert. So I have called my api I know that the EventID: is 4544 so now I need to read my database and find EventId: 4544 but list EventName: Robert in my service mapping. How do I do this without using the assigned ObjectId in the database, because the api I call does not know the automatically generated ObjectId? And at the same time im not just calling one object but an entire array of these id's.
inline.png?1390634636[/img] [/url]




