def get(self, list_id): try: token = dumps(connector.GetToken(list_id)) return token except Exception as ex: return '{"type":"error", "message":"' + GetException() + '"}'