def get(self): """ Get all the orders.""" data = Order.json_list(Order.select()) return generate_response(data, OK)