v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
institutions

Institution Curation Reviews

Retrieve a list of curation reviews for this institution

get/account/institution/reviews

Query parameters

group_idinteger

Filter by the group ID

article_idinteger

Retrieve the reviews for this article

status'pending' | 'approved' | 'rejected' | 'closed'

Filter by the status of the review

limitinteger

Number of results included on a page. Used for pagination with query

offsetinteger

Where to start the listing (the offset of the first result). Used for pagination with limit

Response

OK. A list of curation reviews.

idinteger required

The review id

group_idinteger required

The group in which the article is present.

account_idinteger required

The ID of the account of the owner of the article of this review.

assigned_tointeger required

The ID of the account to which this review is assigned.

article_idinteger required

The ID of the article of this review.

versioninteger required

The Version number of the article in review.

comments_countinteger required

The number of comments in the review.

status'pending' | 'approved' | 'rejected' | 'closed' required

The status of the review.

created_datestring required

The creation date of the review.

modified_datestring required

The date the review has been modified.

request_numberinteger required

The request number of the review.

resolution_commentstring required

The resolution comment of the review.

review_datestring

The date of the review.

Example response

{
  "review_date": "2021-11-16T13:03:38"
}