GET api/ticket/gethistory/{ticketId}

Get the history of a ticket

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ticketId

The id of the chosen ticket

string

Required

Body Parameters

None.

Response Information

Resource Description

A list of history items

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.