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?
Question
Cannot get Comment by id
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Though I'm not sure of the reasoning historically on why we don't have this. I'd be interested in hearing your use case, and why utilizing other other endpoints such as list comments doesn't work for you. Based on that feedback, I can chat with product and provide your feedback.
Thanks!