def get(self): restful.send_successful_response(self, assist.all(user.User))
def get(self): restful.send_successful_response(self, assist.all(project.Project))
def get(self): restful.send_successful_response(self, assist.all(location.Location))
def get(self): restful.send_successful_response(self, assist.all(task.Task))
def get(self): restful.send_successful_response(self, assist.all(project_category.ProjectCategory))
def get(self): restful.send_successful_response(self, assist.all(note.Note))
def get(self): restful.send_successful_response(self, assist.all(address.Address))
def get(self): restful.send_successful_response(self, assist.all(workunit.Workunit))
def get(self): restful.send_successful_response(self, assist.all(sprint.Sprint))