API ReferenceKanban
List ticket comments
List comments on a ticket, oldest first.
Requires a valid bearer token and an active company; the ticket's project must belong to the caller's company (403 otherwise).
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
ticket_id*Ticket Id
Response Body
application/json
application/json
curl -X GET "https://example.com/kanban/tickets/string/comments"nullEmpty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}