action figshare_private_article_details { label: "Article details" description: "View a private article" provider: figshare method: GET path: "/account/articles/{article_id}" encoding: json output: { type: "object" required: ["account_id", "array[integer](optional)", "authors", "categories", "citation", "confidential_reason", "created_date", "custom_fields", "defined_type", "defined_type_name", "description", "doi", "embargo_date", "embargo_options", "embargo_reason", "embargo_title", "embargo_type", "figshare_url", "files", "funding", "funding_list", "group_id", "group_resource_id", "handle", "has_linked_file", "id", "is_active", "is_confidential", "is_embargoed", "is_metadata_record", "is_public", "license", "metadata_reason", "modified_date", "published_date", "references", "resource_doi", "resource_title", "size", "status", "tags", "thumb", "timeline", "title", "url", "url_private_api", "url_private_html", "url_public_api", "url_public_html", "version"] properties: { account_id: { type: "integer" format: "int64" description: "ID of the account owning the article" } group_resource_id: { type: "string" description: "Group resource id" } } } }