action figshare_private_article_confidentiality_details { label: "Article confidentiality details" description: "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." provider: figshare method: GET path: "/account/articles/{article_id}/confidentiality" encoding: json output: { type: "object" required: ["is_confidential", "reason"] properties: { is_confidential: { type: "boolean" description: "True if article is confidential" } reason: { type: "string" description: "Reason for confidentiality" } } } }