Question
Cannot get Comment by id
Why is there no endpoint to get a comment by its ID like the other resources?
i.e. api/v2/comments/{commend_id} is not a valid endpoint
If the ID is not global, why can I not at least specify like so:
api/v2/tickets/{ticket_id}/comments/{commend_id} or with a parameter?
