I need to obtain data across multiple guid's within a single query. E.g. this simple query gets the name for a single guid. Is there a way to pass in multiple IDs to get back information on each? I.e. I don't want to perform 100's of individual queries.
{
"id" : "/guid/9202a8c04000641f800000000023907a",
"name" : null,
}
Thanks,
biosopher

