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
Example response
{
"is_confidential": true,
"reason": "need to"
}