---
title: "Get Profile Post Comment"
method: GET
path: "/profile-posts/{profile_post_id}/comments/{comment_id}"
tags: ["Profile Post Comments"]
---

# Get Profile Post Comment

`GET /profile-posts/{profile_post_id}/comments/{comment_id}`

Detail information of a profile post comment.

Required scopes:
+ **read**

## Path parameters

- `profile_post_id` integer, required — Id of profile post.
- `comment_id` integer, required — Id of profile post comment.

## Response `200`

Successful Response.

- object
  - `comment` RespProfilePostCommentModel, required
    - `comment_id` integer, required
    - `profile_post_id` integer, required
    - `comment_user_id` integer, required
    - `comment_username` string, required
    - `comment_username_html` string, required
    - `comment_is_banned` integer, required
    - `comment_create_date` integer, required
    - `comment_body` string, required
    - `comment_body_html` string, required
    - `comment_body_plain_text` string, required
    - `post_comment_is_published` boolean, required
    - `post_comment_is_deleted` boolean, required
    - `user_is_ignored` boolean, required
    - `timeline_user_id` integer, required
    - `links` object, required
      - `detail` string, required
      - `profile_post` string, required
      - `timeline` string, required
      - `timeline_user` string, required
      - `poster` string, required
      - `poster_avatar` string, required
    - `permissions` object, required
      - `view` boolean, required
      - `delete` boolean, required
      - `undelete` boolean, required
      - `report` boolean, required
      - `edit` boolean, required
  - `system_info` RespSystemInfo, required
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Error Response.
- `404` — Not Found

---

[API](https://skmtc.dev/lolz/apis/lolzteam-public-api-forum.md) · [All operations](https://skmtc.dev/lolz/apis/lolzteam-public-api-forum/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lolz/lolzteam-public-api-forum/revisions/3efcdbc40994/schema)
