Entities.prototype.list = function(callback) {
    var path = entitiesPath;

    this.getRequest(path, {}, {}, function(error, response, body) {
        callback(error, response, body);