---
title: "Institution Curation Review Comments"
method: GET
path: "/account/institution/review/{curation_id}/comments"
tags: ["institutions"]
---

# Institution Curation Review Comments

`GET /account/institution/review/{curation_id}/comments`

Retrieve a certain curation review's comments.

## Path parameters

- `curation_id` integer, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK. A curation review's comments.

- CurationComment
  - `id` integer, required — The ID of the comment.
  - `account_id` integer, required — The ID of the account which generated this comment.
  - `type` 'comment' | 'approved' | 'rejected' | 'closed', required — The ID of the account which generated this comment.
  - `text` string, required — The value/content of the comment.
  - `created_date` string, required — The creation date of the comment.
  - `modified_date` string, required — The date the comment has been modified.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/figshare/apis/figshare-api.md) · [All operations](https://skmtc.net/figshare/apis/figshare-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/figshare/figshare-api/revisions/9dfb419f4430/schema)
