---
title: "Reads a single Comment"
method: GET
path: "/api/2026-07-01/resources/posts/comments/{id}"
tags: ["Posts > Comment"]
---

# Reads a single Comment

`GET /api/2026-07-01/resources/posts/comments/{id}`

Reads a single Comment

## Path parameters

- `id` string, required

## Response `200`

OK

- PostsComment
  - `id` string, required — identifier of the comment
  - `post_id` string, required — identifier of the post
  - `author_id` string, required — author identifier refers to the employee access, you can get the employee from the employee endpoint
  - `text` string, required — text of the comment
  - `created_at` string, required — date of the comment

---

[API](https://skmtc.dev/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.dev/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
