In my AngularJS project I\'m trying to use the Restangular getList method but it\'s returning an error because the API response is not directly an array but an object contai
I think you should use a the customGET from the Custom Methods
Restangular.all("url").customGET(""); // GET /url and handle the response as an Object