v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
institutions

Institution Curation Review

Retrieve a certain curation review by its ID

get/account/institution/review/{curation_id}

Path parameters

curation_idinteger required

ID of the curation

Response

OK. A curation review.

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"
}