Table of Contents

Method GetTicketHistory

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

GetTicketHistory(params TicketID[])

Retrieves the history for one or more tickets.

public virtual IEnumerable<TicketHistory> GetTicketHistory(params TicketID[] TicketIDs)

Parameters

TicketIDs TicketID[]

The ticket IDs of the tickets for which the history should be retrieved.

Returns

IEnumerable<TicketHistory>

The requested TicketHistory objects.