Update Ticket Type

NOTE: User must be logged in as admin to access this API URL : api/ticket-types-edit/{ticketTypeId} Method: PATCH Query Parameters : Parameter Type Possible Values Required/Optional Description name String Question Required Ticket Type Name type_desc Text This is a Question ticket type required Ticket type Description ispublic Integer 1 required Ticket type ispublic or private Response: { […]

Read More

Create Ticket Type

NOTE: User must be logged in as admin to access this API URL : api/ticket-types Method: POST Query Parameters : Parameter Type Possible Values Required/Optional Description name String Feature Required Ticket Type Name type_desc Text This is the Feature ticket type required Ticket type Description ispublic Integer 1 required Ticket type ispublic or private Response: { […]

Read More

Delete Ticket Type

NOTE: User must be logged in as admin to access this API URL:api/ticket-types-delete/{ticketTypeId} Method: DELETE Description : Delete a Ticket Type. Parameters: Parameter Type Optional/Required Description ticketTypeId Integer Required Ticket type id of the ticket type to be deleted. Success Response : { “success”: true, “message”: “Ticket Type deletion request has been processed successfully. Ticket Type […]

Read More

Get Ticket Type Details

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”, […]

Read More

Ticket Type List

NOTE: User must be logged in as admin to access this API URL : api/ticket-types-list Method : GET Query Parameters : Parameter Type Possible Values Required/Optional Description sort-field String name Optional Field name to sort sort-order String asc, desc Optional Sorting order either ascending or descending search-query String problem Optional Keyword to be searched in Ticket Type […]

Read More