I have a list of Box Doc IDs that I will pass in and need to get Box to return me back those which are either valid (or for which that authenticated user has permissions to). One way I could do this is to use the Get Info API call and pass these in one at a time. (Gross!)
I am trying to figure out a way to do this all at once with the API and was thinking the Search API might be of use here. Can anyone tell me if, when using the Search API, I can do a filter by Doc IDs? Basically, I will have a metadata template key and a list of Box Doc IDs as mentioned above.
Beyond that I am wondering if there are any other options that I can't think of or don't know about.
