v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
articles

Article confidentiality details

View confidentiality settings. 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/account/articles/{article_id}/confidentiality

Path parameters

article_idinteger required

Article unique identifier

Response

OK. Article categories

is_confidentialboolean required

True if article is confidential

reasonstring required

Reason for confidentiality

Example response

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