In my project (using SP 2013) I need to get information from a couple of different lists and merge them for display purposes.
Instead of using a couple of ajax requests to the api and merging the data in the js code, can I override the "GetByTitle" function or maybe create a "GetMergedData" that will use the base functionality that the api offers me?