GET api/Tickets/{id}
Gets a specific ticket by its ID.
Request Information
URI Parameters
Name | Description | Type | Additional 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.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.