return this.client
        .get(
            this.path + query.id,
            {query: qr},
            function (err, res, data) {