v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
articles

Public Article Confidentiality for article version

Confidentiality for article version. The confidentiality feature is now deprecated. This has been replaced by the new extended embargo functionality and all items that used to be confidential have now been migrated to items with a permanent embargo on files. All API endpoints related to this functionality will remain for backwards compatibility, but will now be attached to the new extended embargo workflows.

get/articles/{article_id}/versions/{version_id}/confidentiality

Path parameters

article_idinteger required

Article Unique identifier

version_idinteger required

Version Number

Response

OK. Confidentiality representation

is_confidentialboolean required

True if article is confidential

reasonstring required

Reason for confidentiality

Example response

{
  "is_confidential": true,
  "reason": "need to"
}