GetTicketType retrieves a single ticket type by ID.
GET/api/v1/ticketing/types/:id
Parameters
- id: Type ID (required, must be > 0)
Errors
- NOT_FOUND: Type does not exist or belongs to different organization
- INVALID_ARGUMENT: Invalid ID
Request
Responses
- 200
- default
A successful response.
An unexpected error response.