Ejemplo n.º 1
0
def get_timeline(ticket=None):
    """ Get ticket's timeline
    """
    code, resp = TicketsController.get_timeline(ticket, filters=request.args.get('filters'))
    return code, resp