NOTE: User must be logged in as admin to access this API

URL: api/ticket-types/{ticketTypeId}
Method: GET
Description: Get Ticket Type Details.
Parameters:

Parameter Type Optional/Required Description
ticketTypeId Integer Required Ticket type id of the ticket type to be fetched.

Success Response :

{
    "success": true,
    "data": {
        "ticketType": {
            "id": 7,
            "name": "API Third Type",
            "type_desc": "This is description",
            "ispublic": 1,
            "created_at": "2021-03-16 06:09:35",
            "updated_at": "2021-03-16 06:31:09"
        }
    }
}
Tagged: