Search Ticket Comments

GET/api/ticket-comments/search/{keyword}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area
curl -X GET "https://yoursite.com/api/ticket-comments/search/acme" \
  -H "authtoken: YOUR_API_TOKEN"

Success-Response:

[
  {
    "id": "1",
    "description": "Comment text"
  }
]
MethodGET
Path/api/ticket-comments/search/{keyword}
GroupTicket Comments
Sincev1.0.0
Defined inRestApi/Controllers/TicketCommentsController.php