GET api/Tickets/{id}

Gets a specific ticket by its ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the ticket to get.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An HttpResponse containing the ticket if found, or a 404 Not Found response if not.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.