curl --request GET \
--url http://localhost:8080/cabinet/tickets/{ticket_id}{
"id": 123,
"title": "<string>",
"status": "<string>",
"priority": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"closed_at": "2023-11-07T05:31:56Z",
"is_reply_blocked": false,
"messages": []
}Get ticket with all messages.
curl --request GET \
--url http://localhost:8080/cabinet/tickets/{ticket_id}{
"id": 123,
"title": "<string>",
"status": "<string>",
"priority": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"closed_at": "2023-11-07T05:31:56Z",
"is_reply_blocked": false,
"messages": []
}Successful Response
Ticket with all messages.