Comments
List comments for a post
Retrieve all comments for a specific post
get/posts/{postId}/comments
Response
Successfully retrieved comments
Example response
[
{
"id": "456e7890-e89b-12d3-a456-426614174001",
"postId": "123e4567-e89b-12d3-a456-426614174000",
"username": "jane_smith",
"content": "Great post! I love their outdoor equipment too.",
"createdAt": "2025-05-30T11:15:00Z",
"updatedAt": "2025-05-30T11:15:00Z"
}
]