rest - Can Odata be used to query on multiple lists? -


i've been working on issue need query on 2 lists using odata.

sample scenario:

list 1 = english/_vti_bin/client.svc/web/lists/getbytitle('pages')/items

list 2 = spanish/_vti_bin/client.svc/web/lists/getbytitle('pages')/items

note: want retrieve these 2 lists through odata filter or parameters available didn't found solution resolve issue.

so temporary resolution use $.when(list 1, list 2) combine 2 results, practice?

any suggestions issue helpful.

thanks!


Comments