---
title: "Institution Curation Reviews"
method: GET
path: "/account/institution/reviews"
tags: ["institutions"]
---

# Institution Curation Reviews

`GET /account/institution/reviews`

Retrieve a list of curation reviews for this institution

## Query parameters

- `group_id` integer
- `article_id` integer
- `status` 'pending' | 'approved' | 'rejected' | 'closed'
- `limit` integer
- `offset` integer

## Response `200`

OK. A list of curation reviews.

- Curation
  - `id` integer, required — The review id
  - `group_id` integer, required — The group in which the article is present.
  - `account_id` integer, required — The ID of the account of the owner of the article of this review.
  - `assigned_to` integer, required — The ID of the account to which this review is assigned.
  - `article_id` integer, required — The ID of the article of this review.
  - `version` integer, required — The Version number of the article in review.
  - `comments_count` integer, required — The number of comments in the review.
  - `status` 'pending' | 'approved' | 'rejected' | 'closed', required — The status of the review.
  - `created_date` string, required — The creation date of the review.
  - `modified_date` string, required — The date the review has been modified.
  - `request_number` integer, required — The request number of the review.
  - `resolution_comment` string, required — The resolution comment of the review.
  - `review_date` string — The date of the review.

## 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)
