# Box Developer Documentation > Complete documentation for Box Platform APIs, SDKs, and developer tools. Box Platform enables developers to integrate secure content management, collaboration, and AI capabilities into their applications. ## Complete Documentation - [llms-full.txt](https://ja.developer.box.com/llms-full.txt): Complete concatenated documentation with all content in a single file ## Box Platform - [Box Platformについて](https://ja.developer.box.com/platform.md): Box Platformについて Boxを初めて使用する場合は、ここから始めてください。以降のページでは、アプリケーションをより短時間で作成できるようにBox Platform… - [Box Platformの基礎](https://ja.developer.box.com/platform/box-platform-101.md): Box Platformの基礎 Boxとは Box… - [Box Platformの用語集](https://ja.developer.box.com/platform/box-glossary.md): Box Platformの用語集 この用語集には、Box Platformで使用される用語と定義がまとめられています。用語の意味を調べる必要がある場合は、このページをご利用ください。 Box… - [アーキテクチャパターン](https://ja.developer.box.com/platform/appendix/architecture-patterns.md): … - [アプリケーションの種類](https://ja.developer.box.com/platform/application-types.md): アプリケーションの種類 Boxには、アプリケーション開発におけるさまざまなニーズやユースケースに対応するために各種アプリケーションが用意されています。アプリケーションの種類ごとに機能や認証方法のオプションは異なります。 Platformアプリ Platform… - [サポート](https://ja.developer.box.com/platform/support.md): サポート Box Developer Relationsチームは、できる限り開発者の皆様をサポートしたいと考えています。開発者への定期的な聞き取り調査以外に、以下のようなBoxへの問い合わせ方法も用意しています。 Developer Forum (英語のみ) Boxは最近、Box… - [ツール](https://ja.developer.box.com/platform/tools.md): ツール Boxには、開発をスムーズに開始できるようにするツールがいくつか用意されています。以下をご確認ください。 サンプルコードカタログ サンプルコードカタログは、当社がBox Developer… - [ブランディングガイドライン](https://ja.developer.box.com/platform/appendix/branding-guidelines.md): ブランディングガイドライン Box Platformをご利用いただき、誠にありがとうございます。ぜひ、お客様のBoxのご利用体験を世界に向けて発信してください。ただし、お客様のアプリケーションとBox… - [ユーザータイプ](https://ja.developer.box.com/platform/user-types.md): ユーザータイプ アプリケーションの計画と開発で重要なのは、関与するユーザーのタイプを把握することです。ユーザーのタイプには、主に、管理対象ユーザー (内部および外部)、管理者、サービスアカウント、App Userの… - [ユーザーモデル](https://ja.developer.box.com/platform/appendix/user-models.md): ユーザーモデル ユースケースがBox Platform… - [ユースケース](https://ja.developer.box.com/platform/use-cases.md): ユースケース アプリケーションの開発を始める前に、自分のユースケースがBox Platform… - [一般的な値の確認](https://ja.developer.box.com/platform/appendix/locating-values.md): 一般的な値の確認 ユーザーID 開発者の場合 Boxウェブアプリで自分のユーザーIDを確認するには、[すべてのファイル] ページに移動し、右上隅の円をクリックして、ドロップダウンメニューから [アカウント設定] を選択します。ユーザーID… - [付録](https://ja.developer.box.com/platform/appendix.md): … - [認証方法](https://ja.developer.box.com/platform/authentication-methods.md): 認証方法 Boxには、アプリケーション開発のためのさまざまな認証方法が用意されており、それぞれが異なるユースケースやアプリケーションの種類に対応しています。使用する認証方法に関係なく、基本的な原則が適用されます。ユーザーは、メインのBox… - [開発の開始](https://ja.developer.box.com/platform/start-creating.md): 開発の開始 ここまでBox Platformのさまざまな構成要素について詳しく学んできました。これでいよいよ開発を開始できます。Box… ## Developer Guides - [.NET SDK (Generated) のインストール](https://ja.developer.box.com/guides/tooling/sdks/dotnet-gen.md): .NET SDK (Generated) のインストール .NETプロジェクトでは、Box .NET SDKを使用してBox APIを呼び出すことができます。 このSDKは、.NET Framework 4.5以上および.NET Core 1.0以上の両方で利用できます。SDK… - [.NET SDK (公式サポート終了) のインストール](https://ja.developer.box.com/guides/tooling/sdks/dotnet.md): .NET SDK (公式サポート終了) のインストール .NETプロジェクトでは、Box .NET SDKを使用してBox APIを呼び出すことができます。 .NET SDK… - [AI Studioエージェント](https://ja.developer.box.com/guides/ai-studio/ai-studio-agents.md): AI Studioエージェント Box AI Studioは、Enterprise Advancedアカウントでのみ使用できます。 カスタムAIエージェントの作成、リスト取得、更新、削除を行います。 - [AI Studioの使い方](https://ja.developer.box.com/guides/ai-studio/getting-started-ai-studio.md): AI Studioの使い方 Box AI Studioは、Enterprise Advancedアカウントでのみ使用できます。 AI StudioでカスタムAIエージェントの作成を開始するには、Box AIスコープが有効になっているPlatform… - [AIエージェントのデフォルト構成を取得する](https://ja.developer.box.com/guides/box-ai/ai-agents/get-agent-default-config.md): AIエージェントのデフォルト構成を取得する GET /2.0/ai_agent_defaultエンドポイントを使用すると、AIサービスのデフォルト構成を取得できます。構成の詳細を取得したら、ai_agent… - [AIエージェントの削除](https://ja.developer.box.com/guides/ai-studio/ai-studio-agents/delete-agents.md): AIエージェントの削除 DELETE /2.0/ai_agents/{id}エンドポイントを使用すると、IDに基づいてカスタムAIエージェントを削除できます。 リクエストの送信 リクエストを送信するには、DELETE /2.0/ai_agents/{id… - [AIエージェントの更新](https://ja.developer.box.com/guides/ai-studio/ai-studio-agents/update-agents.md): AIエージェントの更新 PUT /2.0/ai_agents/{id}エンドポイントを使用すると、IDに基づいてカスタムAIエージェントを更新できます。 リクエストの送信 リクエストを送信するには、PUT /2.0/ai_agents/{id… - [AIエージェントの構成のバージョン管理](https://ja.developer.box.com/guides/box-ai/ai-agents/ai-agent-versioning.md): AIエージェントの構成のバージョン管理 Boxでは、常に最先端のオプションに対応するため、定期的にデフォルトモデルをエンドポイント全体で更新しています。デフォルトモデルが更新されると、開発者向け変更ログに掲載されます。 AIエージェントの構成のバージョン管理により、開発者はAI… - [AIモデルの上書き](https://ja.developer.box.com/guides/box-ai/ai-agents.md): AIモデルの上書き Boxでは、常に最先端のオプションに対応するため、定期的にデフォルトモデルをエンドポイント全体で更新しています。 Box AI… - [AIモデルの構成の上書き](https://ja.developer.box.com/guides/box-ai/ai-tutorials/default-agent-overrides.md): AIモデルの構成の上書き 開始する前に Platformアプリを作成して認証するには、Box AI… - [AIモデルの構成の上書き](https://ja.developer.box.com/guides/box-ai/ai-agents/ai-agent-overrides.md): AIモデルの構成の上書き ai_agent構成を使用すると、デフォルトのAIモデルの構成を上書きできます。これは、以下のエンドポイントで使用できます。 POST ai/ask POST ai/text_gen POST ai/extract POST ai/extract… - [Android](https://ja.developer.box.com/guides/mobile/android.md): Android Box Android SDKは、Androidプロジェクト内からBox APIへのネイティブアクセスを提供します。 日本時間2023年6月1日をもって、Android SDKのサポートは終了しました。既存のAndroid SDK… - [Android SDKのインストール](https://ja.developer.box.com/guides/mobile/android/install.md): Android SDKのインストール 日本時間2023年6月1日をもって、Android SDKのサポートは終了しました。既存のAndroid SDKアプリケーションは影響なく引き続きご利用いただけますが、新機能、更新、バグ修正は提供されなくなります。 最新のAndroid… - [APIコール](https://ja.developer.box.com/guides/api-calls.md): APIコール Box APIは、可能であれば共通のHTTP標準に準拠するRESTful APIです。以下のガイドでは、開発者がこれらのAPIを使用する際に利用できる便利な機能と直面するよくある間違いに注目します。 API… - [APIコールの実行](https://ja.developer.box.com/guides/tooling/postman/make-api-call.md): APIコールの実行 Box PostmanコレクションがPostmanアプリに読み込まれたら、Postmanアプリがログインユーザーに代わってBox APIへのAPIコールを実行できるようになります。 APIコールを実行するには、Box Postman… - [APIコールの実行](https://ja.developer.box.com/guides/mobile/ios/quick-start/make-api-call.md): APIコールの実行 BoxアプリケーションとiOSアプリケーションがBox iOS SDKを使用して作成、設定されたら、初めてのBox APIコールを実行できるようになります。 空のiOS… - [APIコールの実行](https://ja.developer.box.com/guides/tooling/postman/quick-start/make-api-call.md): APIコールの実行 Box PostmanコレクションがPostmanアプリにフォークされたため、Postmanアプリがログインユーザーに代わってBox APIへのAPIコールを実行できるようになりました。 はじめに: ブラウザのストレージをリセットする Box API… - [APIのバージョン戦略](https://ja.developer.box.com/guides/api-calls/api-versioning-strategy.md): APIのバージョン戦略 Boxでは、特定のAPIエンドポイントに対してバージョン管理機能を提供しています。このバージョン管理システムにより、Boxがエンドポイントのバージョンを新しく導入した場合でも、既存のエンドポイントのバージョンに対してシームレスな機能が保証されます。 API… - [App Diagnosticsレポート](https://ja.developer.box.com/guides/api-calls/permissions-and-errors/app-diagnostics-report.md): App Diagnosticsレポート App Diagnosticsレポートでは、指定した期間に特定のアプリケーションで実行された各APIコールの詳細を示したスプレッドシートが表示されます。このレポートでは、API Request ID… - [App Userの作成](https://ja.developer.box.com/guides/users/create-app-user.md): App Userの作成 App Userは、JWT認証を使用しているアプリによってのみ作成されるプログラム上のユーザーアカウントです。ユーザーがログインするためのBox… - [App UserへのSSO IDの関連付け](https://ja.developer.box.com/guides/sso-identities-and-app-users/connect-identities.md): App UserへのSSO IDの関連付け SSOサービスでは、社内でこのサービスを利用する各ユーザーに一意のユーザーレコードが作成されます。このSSOサービスを介してBoxアプリケーションにアクセスする際、SSOユーザーごとにBoxユーザーを作成している場合は、SSO… - [as-userヘッダー](https://ja.developer.box.com/guides/authentication/jwt/as-user.md): as-userヘッダー as-userヘッダーを利用すると、JWTアプリケーションは別のユーザーの代理になることができます。 この場合、ユーザーIDはユーザーのBox識別子です。どのユーザーでも、ユーザーIDは、管理者だけが利用可能なGET /users… - [as-userヘッダー](https://ja.developer.box.com/guides/authentication/oauth2/as-user.md): as-userヘッダー as-userヘッダーを使用すると、OAuth 2.0アプリケーションは別のユーザーの代理になることができます。 この場合、ユーザーIDはユーザーのBox識別子です。どのユーザーでも、ユーザーIDは、管理者だけが利用可能なGET /users… - [AWS Claude 3 Haiku](https://ja.developer.box.com/guides/box-ai/ai-models/aws-claude-3-haiku-model-card.md): AWS Claude 3 Haiku 概要 AWS Claude 3 Haikuモデルは、創造性豊かな文章作成AIや対話型AIなど、さまざまな言語タスク向けにカスタマイズされています。 モデルの詳細 項目 値 説明 モデル名 AWS Claude 3 Haiku… - [AWS Claude 3 Sonnet](https://ja.developer.box.com/guides/box-ai/ai-models/aws-claude-3-sonnet-model-card.md): AWS Claude 3 Sonnet AWS Claude 3 Sonnetモデルは、高度な言語タスク向けに設計されており、理解とコンテキスト処理に重点が置かれています。 モデルの詳細 項目 値 説明 モデル名 AWS Claude 3 Sonnet… - [AWS Claude 3.5 Sonnet](https://ja.developer.box.com/guides/box-ai/ai-models/aws-claude-3-5-sonnet-model-card.md): AWS Claude 3.5 Sonnet 概要 AWS Claude 3.5 Sonnetモデルは、言語の理解と生成のタスクを強化するよう設計されています。 モデルの詳細 項目 値 説明 モデル名 AWS Claude 3.5 Sonnet… - [AWS Claude 3.7 Sonnet](https://ja.developer.box.com/guides/box-ai/ai-models/aws-claude-3-7-sonnet-model-card.md): AWS Claude 3.7 Sonnet 概要 AWS Claude 3.7 Sonnetモデルは、言語の理解と生成のタスクを強化するよう設計されています。 モデルの詳細 項目 値 説明 モデル名 AWS Claude 3.7 Sonnet… - [AWS Claude 4 Opus](https://ja.developer.box.com/guides/box-ai/ai-models/aws-claude-4-opus-model-card.md): AWS Claude 4 Opus AWS Claude 4 Opusモデルは、コーディングや複雑な問題解決に優れており、最先端のエージェント製品を支えています。バックグラウンドでのClaude Codeの実行が可能なため、開発者は、Opus… - [AWS Claude 4 Sonnet](https://ja.developer.box.com/guides/box-ai/ai-models/aws-claude-4-sonnet-model-card.md): AWS Claude 4 Sonnet AWS Claude 4 Sonnetモデルは、優れたコーディングと推論能力を備えながら、指示に対してより正確に応答し、日常的なユースケースに最先端のパフォーマンスをもたらします。 モデルの詳細 項目 値 説明 モデル名 AWS… - [AWS Titan Text Lite](https://ja.developer.box.com/guides/box-ai/ai-models/aws-titan-text-lite-model-card.md): AWS Titan Text Lite AWS Titan Text Liteモデルは、高度な言語処理用に設計されており、モデル自体は軽量ですが、幅広いコンテキストを処理できるため、複雑なタスクに適しています。 モデルの詳細 項目 値 説明 モデル名 AWS Titan Text… - [Azure OpenAI GPT-4.1](https://ja.developer.box.com/guides/box-ai/ai-models/azure-openai-gpt-4-1-model-card.md): Azure OpenAI GPT-4.1 Azure OpenAI GPT-4.1は、複雑なマルチステップタスクの処理で非常に効率的なマルチモーダルモデルです。 モデルの詳細 項目 値 説明 モデル名 GPT-4.… - [Azure OpenAI GPT-4.1 Mini](https://ja.developer.box.com/guides/box-ai/ai-models/azure-openai-gpt-4-1-mini-model-card.md): Azure OpenAI GPT-4.1 Mini Azure OpenAI GPT-4.1 Miniは、軽量のタスクを処理するように設計されたマルチモーダルモデルです。 モデルの詳細 項目 値 説明 モデル名 GPT-4.1 mini… - [Azure OpenAI GPT-4o](https://ja.developer.box.com/guides/box-ai/ai-models/azure-openai-gpt-4o-model-card.md): Azure OpenAI GPT-4o Azure OpenAI GPT-4oは、軽量のタスクを処理するように設計されたマルチモーダルモデルです。 モデルの詳細 項目 値 説明 モデル名 GPT-4o… - [Azure OpenAI GPT-4o Mini](https://ja.developer.box.com/guides/box-ai/ai-models/azure-openai-gpt-4o-mini-model-card.md): Azure OpenAI GPT-4o Mini Azure OpenAI GPT-4o Miniは、軽量のタスクを処理するように設計されたマルチモーダルモデルです。 モデルの詳細 項目 値 説明 モデル名 GPT-4o Mini… - [Azure text-embedding-ada-002](https://ja.developer.box.com/guides/box-ai/ai-models/azure-text-embedding-ada-002-model-card.md): Azure text-embedding-ada-002 Azure text-embedding-ada-002は、軽量のタスクを処理するように設計されたマルチモーダルモデルです。 モデルの詳細 項目 値 説明 モデル名 text-embedding-ada-00… - [Box AI](https://ja.developer.box.com/guides/box-ai.md): Box AI Box AI APIを使用すると、Platformアプリケーション内でBox AI機能を利用できます。たとえば、Box AIの質疑応答機能をサードパーティ製アプリケーションに実装したり、自社製品のコンテンツエディタ内で直接コンテンツを生成したりできます。 Box… - [Box AI Studio](https://ja.developer.box.com/guides/ai-studio.md): Box AI Studio Box AI Studioは、Enterprise Advancedアカウントでのみ使用できます。 Box AI Studioを使用すると、ビジネスニーズに最適なカスタムAI… - [Box AIに質問する](https://ja.developer.box.com/guides/box-ai/ai-tutorials/ask-questions.md): Box AIに質問する Box AI APIは、Enterprise PlusおよびEnterprise Advancedをご利用のすべてのお客様が利用できます。 Box AI APIを使用すると、指定した… - [Box AIのチュートリアル](https://ja.developer.box.com/guides/box-ai/ai-tutorials.md): Box AIのチュートリアル 掲載されているチュートリアルには、Q&Aとテキスト生成、メタデータ抽出、AIモデルの構成の上書きに関する概要とユースケースが示されています。 - [Box AIの使い方](https://ja.developer.box.com/guides/box-ai/ai-tutorials/prerequisites.md): Box AIの使い方 ソリューションにBox AI APIを実装するには、その機能にアクセスできることを確認する必要があります。また、Box AIスコープが有効になっているPlatformアプリケーションと、コールを認証するための開発者トークンも必要です。 Box AI API… - [Box AIを使用してテキストを生成する](https://ja.developer.box.com/guides/box-ai/ai-tutorials/generate-text.md): Box AIを使用してテキストを生成する Box AI APIは、Enterprise PlusおよびEnterprise Advancedをご利用のすべてのお客様が利用できます。 Box AIを使用すると、提供されたコンテンツに基づいてテキストを生成できます。たとえば、Box… - [Box APIとSSO](https://ja.developer.box.com/guides/authentication/sso.md): Box APIとSSO 多くのBox Enterpriseでは、シングルサインオン (SSO) を使用して、Boxにログインしている管理対象ユーザーを認証します。Box Platformに作成されたアプリケーションとSSO… - [Box App Userの検索または作成](https://ja.developer.box.com/guides/sso-identities-and-app-users/connect-okta-to-app-users/find-or-create-box-users.md): Box App Userの検索または作成 この時点で、アプリケーションコードが作成されています。このコードでは、ユーザーアクセスからのトラフィックを処理し、これらをログインのためにOktaに転送して、Oktaのユーザー情報を提供した後、最終的にはBox… - [Box Archive](https://ja.developer.box.com/guides/archives.md): Box Archive Box Archiveは、Enterprise Advancedアカウントでのみ使用できます。 Box Archive… - [Box Archiveからのコンテンツの復元](https://ja.developer.box.com/guides/archives/restore-content.md): Box Archiveからのコンテンツの復元 このガイドでは、誤ってアーカイブしたコンテンツを復元する方法について説明します。 アーカイブからのファイルまたはフォルダの復元 PUT /files/:id APIエンドポイントを使用してアーカイブからファイルを復元するか、PUT… - [Box ArchiveでサポートされているAPI](https://ja.developer.box.com/guides/archives/supported-apis.md): Box ArchiveでサポートされているAPI 基本的なBox Archive APIを使用すると、アーカイブの作成、リスト取得、削除を実行できますが、他のAPIを使用してアーカイブやそのコンテンツを操作することもできます。このようなAPI… - [Box Archiveへのコンテンツの追加](https://ja.developer.box.com/guides/archives/add-content.md): Box Archiveへのコンテンツの追加 アーカイブにコンテンツを追加するには、まず、アーカイブを作成する必要があります。まだ作成していない場合は、アーカイブを作成エンドポイントを使用します。 アーカイブへのファイルまたはフォルダの追加 PUT /files/:id API… - [Box CLIでのPowerShellスクリプトの使用](https://ja.developer.box.com/guides/cli/quick-start/powershell-script-templates.md): Box CLIでのPowerShellスクリプトの使用 CLIはそれ自体がすでに強力ですが、PowerShellスクリプトと併用すると、反復タスクをさらに短時間で完了することができます。Boxでは、開発をすぐに開始できるように、BoxのCLI GitHub… - [Box Doc Gen](https://ja.developer.box.com/guides/docgen.md): Box Doc Gen Box Doc Genを使用すると、採用通知書、売買契約書、請求書、契約書などのビジネスドキュメントを生成できます。BoxにアップロードされたBox Doc Genテンプレートに基づいた、Box Doc Gen API… - [Box Doc Genジョブ](https://ja.developer.box.com/guides/docgen/docgen-jobs.md): Box Doc Genジョブ Box Doc Genジョブは、ドキュメントを生成するリクエストを行うと実行されます。POSTリクエスト内のdocument_generation_dataパラメータは、ドキュメントを生成するためのBox Doc Gen… - [Box Doc Genテンプレート](https://ja.developer.box.com/guides/docgen/docgen-templates.md): Box Doc Genテンプレート Box Doc Gen APIを使用すると、Box Doc Genテンプレートに関連した情報を取得できます。 前提条件 Box Doc Gen APIの使用を開始する前に、Box Doc Gen… - [Box Doc Genの使い方](https://ja.developer.box.com/guides/docgen/docgen-getting-started.md): Box Doc Genの使い方 Box Doc Gen APIを使用したドキュメントの生成を開始するには、Platformアプリケーションと、コールを認証するための開発者トークンが必要です。また、ドキュメントの入力ソースとして機能するDoc Genテンプレートも必要です。 Box… - [Box Editのカスタムドメイン](https://ja.developer.box.com/guides/embed/ui-elements/custom-domains.md): Box Editのカスタムドメイン サードパーティ製ウェブアプリとBox Toolsを統合するには、アプリケーションのURLを明示的に追加する必要があります。Windowsでは、そのためにレジストリキーを追加します。macOS… - [Box Embed](https://ja.developer.box.com/guides/embed/box-embed.md): Box Embed Box EmbedはHTMLベースのフレームワークで、これにより、独自に作成したアプリケーションにBoxウェブアプリの機能全体を埋め込むことができます。Box Embedを使用すると、ファイルのアップロード、検索、コメント付け、共有、タグ付けに加え、Box… - [Box for Agentforce拡張パッケージ](https://ja.developer.box.com/guides/tooling/salesforce-toolkit/box-agentforce-package.md): Box for Agentforce拡張パッケージ Box for Agentforce拡張パッケージは、Box for Salesforce管理パッケージの拡張機能です。この拡張機能は、Salesforce… - [Box MCPサーバー](https://ja.developer.box.com/guides/box-mcp.md): Box MCPサーバー Model Context Protocol (MCP) は、アプリケーションがLLMにコンテキストを提供する方法を標準化するオープンプロトコルです。MCPサーバーにより、高度な統合をよりシンプルかつ時間をかけずに構築できるようになります。 Box MCP… - [Box Platformアプリの設定](https://ja.developer.box.com/guides/mobile/ios/quick-start/configure-box-app.md): Box Platformアプリの設定 Box iOS SDKを使用してBox APIに対する認証済みAPIコールを開始するには、アクセストークンが必要になります。有効なトークンを生成するには、新しいBox Platform… - [Box Platformのサンドボックス](https://ja.developer.box.com/guides/getting-started/sandbox.md): Box Platformのサンドボックス BoxのDeveloper… - [Box Relay](https://ja.developer.box.com/guides/box-relay.md): Box Relay Box Relayはワークフロー自動化アプリケーションです。これを使用すると、Boxのパワーユーザーは、コンテンツが中心のビジネスプロセスを自動化してスピードアップすることができます。現在、開発者が使用できるAPI エンドポイントは… - [Box Sign](https://ja.developer.box.com/guides/box-sign.md): Box Sign 署名リクエストの作成、リスト取得、再送信、キャンセルを実行するBox SignのAPIエンドポイントを使用することで、Box Signウェブアプリの全機能をプログラムによって利用できます。 有効化 Box Sign APIを使用したリクエストは、Business… - [Box Signのリクエストのキャンセル](https://ja.developer.box.com/guides/box-sign/cancel-sign-request.md): Box Signのリクエストのキャンセル Box Signのリクエストは、まだ署名も拒否もされていない場合、Box Sign… - [Box Signのリクエストのリスト取得](https://ja.developer.box.com/guides/box-sign/list-sign-requests.md): Box Signのリクエストのリスト取得 すべて 署名リクエストを取得エンドポイントを使用すると、渡されたアクセストークンに関連付けられたユーザーが作成したBox Signのすべてのリクエストのリストを表示できます。 IDの指定 ID… - [Box Signのリクエストの作成](https://ja.developer.box.com/guides/box-sign/create-sign-request.md): Box Signのリクエストの作成 Box Signのリクエストを作成するには、少なくとも、署名が必要なファイル、署名済みドキュメント/署名ログの保存先フォルダ、署名者が必要です。 公開APIを使用したCFR Part 1… - [Box Signのリクエストの再送信](https://ja.developer.box.com/guides/box-sign/resend-sign-request.md): Box Signのリクエストの再送信 Box Signのリクエストを再送信エンドポイントを使用すると、残りの署名者全員にリクエストのメールを再送信できます。 ステータスがsigned、cancelled、declined、expired、error_sending… - [Box Skills](https://ja.developer.box.com/guides/skills.md): Box Skills Box Skillsは、ファイルの基盤となるメタデータを強化することを目的として、Box… - [Box Skills Kit](https://ja.developer.box.com/guides/skills/kit.md): Box Skills Kit Box Skills Kitは、Box Skills開発プロセスでよく必要とされる複雑な操作の多くを抽象化するために設計されたノードラッパーです。 GitHub上のSkills Kitにアクセスする - [Box Skillsペイロード](https://ja.developer.box.com/guides/skills/handle/payload.md): Box Skillsペイロード Skillsアプリが監視するフォルダに新しいファイルがアップロード、コピー、または移動されると、アプリケーションの設定および認証中に指定された呼び出しURLに、Box… - [Box UI Elementsのテーマとスタイルの設定](https://ja.developer.box.com/guides/embed/ui-elements/theming-styling.md): Box UI Elementsのテーマとスタイルの設定 Box UI Elementsのテーマとスタイルの設定により、企業の要件に合わせて、埋め込まれたBox… - [Box View](https://ja.developer.box.com/guides/embed/box-view.md): Box View Box Viewは、開発者が自分のウェブアプリやモバイルアプリで、忠実度の高いインタラクティブなファイルビューアーを使用してファイルをアップロード、変換、および表示できるようにする、埋め込み可能なサービスです。 機能 任意のファイルの表示 標準の 3.x.x](): Migration guide for versions 2.x.x -> 3.x.x Runtime requirements Dependencies jsonwebtoken Removed deprecated methods and classes… - [Migration guide for versions 3.x.x -> 4.x.x](): Migration guide for versions 3.x.x -> 4.x.x Configuration changes BoxDeveloperEditionAPIConnection MaxRequestAttempts Removed deprecated… - [Migration guide from `boxsdk` to `box-sdk-gen`](): Migration guide from boxsdk to box-sdk-gen Introduction Installation Key differences Manager approach Explicitly defined schemas Immutable… - [Migration Guide: From `Box Node SDK` to `Box TypeScript SDK`](): Migration Guide: From Box Node SDK to Box TypeScript SDK Migration Guide: From Box Node SDK to Box TypeScript SDK Introduction Installation… - [Migration Guide: From `Box Windows V2 SDK` to `Box Dotnet SDK`](): Migration Guide: From Box Windows V2 SDK to Box Dotnet SDK Introduction Installation Highlighting the Key Differences Nullable reference… - [Recent Items](): Recent Items Recent Items returns information about files that have been accessed by a user not long ago. It keeps track of items that were… - [Recent Items](): Recent Items Recent Items returns information about files that have been accessed by a user not long ago. It keeps track of items that were… - [Recent Items](): Recent Items Recent Items returns information about files that have been accessed by a user not long ago. It keeps track of items that were… - [Recent Items](): Recent Items A recent item object represents a file that has been recently accessed by a user. Items accessed either in the last 90 days or… - [Recent Items](): Recent Items A recent item object represents a file that has been recently accessed by a user. Items accessed either in the last 90 days or… - [RecentItemsManager](): RecentItemsManager List recently accessed items List recently accessed items Returns information about the recent items accessed by a user… - [RecentItemsManager](): RecentItemsManager List recently accessed items List recently accessed items Returns information about the recent items accessed by a user… - [Redirect user to auth_url, where they will enter their Box credentials](): Authentication The Box API uses OAuth2 for authentication, which can be difficult to implement. The SDK makes it easier by providing classes… - [Retention Policies](): Retention Policies A retention policy blocks permanent deletion of content for a specified amount of time. Admins can create retention… - [Retention Policies](): Retention Policies A retention policy blocks permanent deletion of content for a specified amount of time. Admins can create retention… - [Retention Policies](): Retention Policies A retention policy blocks permanent deletion of content for a specified amount of time. Admins can create retention… - [Retention Policies](): Retention Policies A retention policy blocks permanent deletion of content for a specified amount of time. Admins can create retention… - [Retention Policies](): Retention Policies A retention policy blocks permanent deletion of content for a specified amount of time. Admins can create retention… - [Retention Policies](): Retention Policies A retention policy blocks permanent deletion of content for a specified amount of time. Admins can create retention… - [RetentionPoliciesManager](): RetentionPoliciesManager List retention policies Create retention policy Get retention policy Update retention policy Delete retention… - [RetentionPoliciesManager](): RetentionPoliciesManager List retention policies Create retention policy Get retention policy Update retention policy Delete retention… - [RetentionPolicyAssignmentsManager](): RetentionPolicyAssignmentsManager List retention policy assignments Assign retention policy Get retention policy assignment Remove retention… - [RetentionPolicyAssignmentsManager](): RetentionPolicyAssignmentsManager List retention policy assignments Assign retention policy Get retention policy assignment Remove retention… - [SDK Overview](): SDK Overview This guide covers the basics behind the various components of the Box Java SDK. It's also recommended that you take a look at… - [SDKとツール](https://ja.developer.box.com/sdks-and-tools.md): SDKとツール Boxで開発およびサポートされているSDKおよびツールは以下のとおりです。 SDK アプリケーションの作成に使用できるSDKの一覧を以下に示します。これとは別に、新しく追加された次世代のPython SDK、TypeScript SDK、.NET SDK… - [Search](): Search Search for Content Search for Content To get a list of items matching a search query, call the search.query(searchQuery, options… - [Search](): Search Different examples of search which have been implemented in the example SearchExamplesAsAppUser.java For more information refer to… - [Search](): Search Search provides a powerful way of finding items that are accessible by a single user or an entire enterprise. Search for Content… - [Search](): Search Search for Content Search for Content with Shared Link Items Metadata Search Search for Content To get a list of items matching a… - [Search](): Search Content Search Content Search with Shared Link Items Metadata Search Content Search To get a list of items matching a search query… - [Search](): Search Content Search Content Search with Shared Link Items Metadata Search Content Search To get a list of items matching a search query… - [SearchManager](): SearchManager Query files/folders by metadata Search for content Query files/folders by metadata Create a search using SQL-like syntax to… - [SearchManager](): SearchManager Query files/folders by metadata Search for content Query files/folders by metadata Create a search using SQL-like syntax to… - [SessionTerminationManager](): SessionTerminationManager Create jobs to terminate users session Create jobs to terminate user group session Create jobs to terminate users… - [SessionTerminationManager](): SessionTerminationManager Create jobs to terminate users session Create jobs to terminate user group session Create jobs to terminate users… - [Shared Items](): Shared Items Shared Items represent files and folders on Box accessed via a shared link. Get a Shared Item Get a Shared Item To get the file… - [Shared Items](): Shared Items Shared Items represent files and folders on Box accessed via a shared link. Get a Shared Item Get a Shared Item To get the file… - [Shared Items](): Shared Items Shared Items represent files and folders on Box available via a shared link. Get Shared Item Get Shared Item To get the file or… - [Shared Items](): Shared Items Shared Items represent files and folders on Box available via a shared link. Get Shared Item Get Shared Item To get the file or… - [SharedLinksAppItemsManager](): SharedLinksAppItemsManager Find app item for shared link Find app item for shared link Returns the app item represented by a shared link… - [SharedLinksAppItemsManager](): SharedLinksAppItemsManager Find app item for shared link Find app item for shared link Returns the app item represented by a shared link… - [SharedLinksFilesManager](): SharedLinksFilesManager Find file for shared link Get shared link for file Add shared link to file Update shared link on file Remove shared… - [SharedLinksFilesManager](): SharedLinksFilesManager Find file for shared link Get shared link for file Add shared link to file Update shared link on file Remove shared… - [SharedLinksFoldersManager](): SharedLinksFoldersManager Find folder for shared link Get shared link for folder Add shared link to folder Update shared link on folder… - [SharedLinksFoldersManager](): SharedLinksFoldersManager Find folder for shared link Get shared link for folder Add shared link to folder Update shared link on folder… - [SharedLinksWebLinksManager](): SharedLinksWebLinksManager Find web link for shared link Get shared link for web link Add shared link to web link Update shared link on web… - [SharedLinksWebLinksManager](): SharedLinksWebLinksManager Find web link for shared link Get shared link for web link Add shared link to web link Update shared link on web… - [ShieldInformationBarrierReportsManager](): ShieldInformationBarrierReportsManager List shield information barrier reports Create shield information barrier report Get shield… - [ShieldInformationBarrierReportsManager](): ShieldInformationBarrierReportsManager List shield information barrier reports Create shield information barrier report Get shield… - [ShieldInformationBarrierSegmentMembersManager](): ShieldInformationBarrierSegmentMembersManager Get shield information barrier segment member by ID Delete shield information barrier segment… - [ShieldInformationBarrierSegmentMembersManager](): ShieldInformationBarrierSegmentMembersManager Get shield information barrier segment member by ID Delete shield information barrier segment… - [ShieldInformationBarrierSegmentRestrictionsManager](): ShieldInformationBarrierSegmentRestrictionsManager Get shield information barrier segment restriction by ID Delete shield information… - [ShieldInformationBarrierSegmentRestrictionsManager](): ShieldInformationBarrierSegmentRestrictionsManager Get shield information barrier segment restriction by ID Delete shield information… - [ShieldInformationBarrierSegmentsManager](): ShieldInformationBarrierSegmentsManager Get shield information barrier segment with specified ID Delete shield information barrier segment… - [ShieldInformationBarrierSegmentsManager](): ShieldInformationBarrierSegmentsManager Get shield information barrier segment with specified ID Delete shield information barrier segment… - [ShieldInformationBarriersManager](): ShieldInformationBarriersManager Get shield information barrier with specified ID Add changed status of shield information barrier with… - [ShieldInformationBarriersManager](): ShieldInformationBarriersManager Get shield information barrier with specified ID Add changed status of shield information barrier with… - [ShieldListsManager](): ShieldListsManager Get all shield lists in enterprise Create shield list Get single shield list by shield list id Delete single shield list… - [ShieldListsManager](): ShieldListsManager Get all shield lists in enterprise Create shield list Get single shield list by shield list id Delete single shield list… - [Sign Requests](): Sign Requests Get sign request by ID List sign requests Create sign request Cancel sign request Resend sign request Get sign request by ID… - [Sign Requests](): Sign Requests Sign Requests are used to request e-signatures on documents from signers. A Sign Request can refer to one or more Box Files… - [Sign Requests](): Sign Requests Sign Requests are used to request e-signatures on documents from signers. A Sign Request can refer to one or more Box Files… - [Sign Requests](): Sign Requests Sign Requests are used to request e-signatures on documents from signers. A Sign Request can refer to one or more Box Files… - [Sign Requests](): Sign Requests Sign Requests are used to request e-signatures on documents from signers. A Sign Request can refer to one or more Box Files… - [Sign Requests](): Sign Requests Sign Requests are used to request e-signatures on documents from signers. A Sign Request can refer to one or more Box Files… - [Sign Templates](): Sign Templates Get sign template by ID List sign templates Get sign template by ID Gets a sign template by ID signTemplates.getById(options… - [Sign Templates](): Sign Templates Box Sign enables you to create templates so you can automatically add the same fields and formatting to requests for… - [Sign Templates](): Sign Templates Sign Templates are reusable templates that can be used to create Sign Requests. For now, Sign Templates can only be created… - [Sign Templates](): Sign Templates Box Sign enables you to create templates so you can automatically add the same fields and formatting to requests for… - [Sign Webhook](https://ja.developer.box.com/sign/webhooks.md): Sign Webhook Sign Webhookを使用すると、Box Signの署名リクエストに伴って発生したイベントに関する通知を受信することができます。Sign Webhookを使用して、自分のアプリケーションで操作をトリガーしたり、Box Sign… - [SignRequestsManager](): SignRequestsManager Cancel Box Sign request Resend Box Sign request Get Box Sign request by ID List Box Sign requests Create Box Sign… - [SignRequestsManager](): SignRequestsManager Cancel Box Sign request Resend Box Sign request Get Box Sign request by ID List Box Sign requests Create Box Sign… - [SignTemplatesManager](): SignTemplatesManager List Box Sign templates Get Box Sign template by ID List Box Sign templates Gets Box Sign templates created by a user… - [SignTemplatesManager](): SignTemplatesManager List Box Sign templates Get Box Sign template by ID List Box Sign templates Gets Box Sign templates created by a user… - [SkillsManager](): SkillsManager List Box Skill cards on file Create Box Skill cards on file Update Box Skill cards on file Remove Box Skill cards from file… - [SkillsManager](): SkillsManager List Box Skill cards on file Create Box Skill cards on file Update Box Skill cards on file Remove Box Skill cards from file… - [Storage Policies](): Storage Policies Storage policies allow enterprise administrators to choose where their content is physically stored; different policies can… - [Storage Policies](): Storage Policies Allows the enterprise admin to manage the Storage Policies for users in their enterprise. Used for an enterprise to decide… - [Storage Policies](): Storage Policies Storage policies allow enterprise administrators to choose where their content is physically stored; different policies can… - [Storage Policies](): Storage Policies Get Storage Policy Info Get Storage Policies Get Storage Policy Assignment Info Get Storage Policy Assignments Create… - [Storage Policies](): Storage Policies Get Storage Policy Info Get Storage Policies Get Storage Policy Assignment Info Get Storage Policy Assignments Create… - [Storage Policy](): Storage Policy Allows the enterprise admin to manage the Storage Policies for users in their enterprise. Used for an enterprise to decide… - [StoragePoliciesManager](): StoragePoliciesManager List storage policies Get storage policy List storage policies Fetches all the storage policies in the enterprise… - [StoragePoliciesManager](): StoragePoliciesManager List storage policies Get storage policy List storage policies Fetches all the storage policies in the enterprise… - [StoragePolicyAssignmentsManager](): StoragePolicyAssignmentsManager List storage policy assignments Assign storage policy Get storage policy assignment Update storage policy… - [StoragePolicyAssignmentsManager](): StoragePolicyAssignmentsManager List storage policy assignments Assign storage policy Get storage policy assignment Update storage policy… - [TaskAssignmentsManager](): TaskAssignmentsManager List task assignments Assign task Get task assignment Update task assignment Unassign task List task assignments… - [TaskAssignmentsManager](): TaskAssignmentsManager List task assignments Assign task Get task assignment Update task assignment Unassign task List task assignments… - [Tasks](): Tasks Tasks enable file-centric workflows in Box. User can create tasks on files and assign them to collaborators on Box. Create a Task Get… - [Tasks](): Tasks Task objects represent a user-created task on a file. Get a Task's Information Get the Tasks on a File Add a Task to a File Update a… - [Tasks](): Tasks Tasks enable file-centric workflows in Box. User can create tasks on files and assign them to collaborators on Box. Get a Task's… - [Tasks](): Tasks Tasks enable file-centric workflows in Box. User can create tasks on files and assign them to collaborators on Box. Get a Task's… - [TasksManager](): TasksManager List tasks on file Create task Get task Update task Remove task List tasks on file Retrieves a list of all the tasks for a file… - [TasksManager](): TasksManager List tasks on file Create task Get task Update task Remove task List tasks on file Retrieves a list of all the tasks for a file… - [Terms of Service](): Terms of Service Terms of Service are custom objects that the admin of an enterprise can configure. This will prompt the end user to accept… - [Terms of Service](): Terms of Service Terms of Service allows Box Admins to configure a custom Terms of Service for end users to accept/re-accept/decline for… - [Terms of Service](): Terms of Service Terms of Service allows Box Admins to configure a custom Terms of Service for end users to accept/re-accept/decline for… - [Terms of Service](): Terms of Service Terms of Service are custom objects that the admin of an enterprise can configure. This will prompt the end user to accept… - [Terms of Services](): Terms of Services Terms of Service are custom objects that the admin of an enterprise can configure. This will prompt the end user to accept… - [Terms of Services](): Terms of Services Terms of Service are custom objects that the admin of an enterprise can configure. This will prompt the end user to accept… - [TermsOfServicesManager](): TermsOfServicesManager List terms of services Create terms of service Get terms of service Update terms of service List terms of services… - [TermsOfServicesManager](): TermsOfServicesManager List terms of services Create terms of service Get terms of service Update terms of service List terms of services… - [TermsOfServiceUserStatusesManager](): TermsOfServiceUserStatusesManager List terms of service user statuses Create terms of service status for new user Update terms of service… - [TermsOfServiceUserStatusesManager](): TermsOfServiceUserStatusesManager List terms of service user statuses Create terms of service status for new user Update terms of service… - [TransferManager](): TransferManager Transfer owned folders Transfer owned folders Move all of the items (files, folders and workflows) owned by a user into… - [TransferManager](): TransferManager Transfer owned folders Transfer owned folders Move all of the items (files, folders and workflows) owned by a user into… - [Trash](): Trash Under normal circumstances, when an item in Box is deleted, it is not actually erased immediately. Instead, it is moved to the Trash… - [Trash](): Trash Under normal circumstances, when an item in Box is deleted, it is not actually erased immediately. Instead, it is moved to the Trash… - [Trash](): Trash Under normal circumstances, when an item in Box is deleted, it is not actually erased immediately. Instead, it is moved to the Trash… - [Trash](): Trash Under normal circumstances, when an item in Box is deleted, it is not actually erased immediately. Instead, it is moved to the Trash… - [TrashedFilesManager](): TrashedFilesManager Restore file Get trashed file Permanently remove file Restore file Restores a file that has been moved to the trash. An… - [TrashedFilesManager](): TrashedFilesManager Restore file Get trashed file Permanently remove file Restore file Restores a file that has been moved to the trash. An… - [TrashedFoldersManager](): TrashedFoldersManager Restore folder Get trashed folder Permanently remove folder Restore folder Restores a folder that has been moved to… - [TrashedFoldersManager](): TrashedFoldersManager Restore folder Get trashed folder Permanently remove folder Restore folder Restores a folder that has been moved to… - [TrashedItemsManager](): TrashedItemsManager List trashed items List trashed items Retrieves the files and folders that have been moved to the trash. Any attribute… - [TrashedItemsManager](): TrashedItemsManager List trashed items List trashed items Retrieves the files and folders that have been moved to the trash. Any attribute… - [TrashedWebLinksManager](): TrashedWebLinksManager Restore web link Get trashed web link Permanently remove web link Restore web link Restores a web link that has been… - [TrashedWebLinksManager](): TrashedWebLinksManager Restore web link Get trashed web link Permanently remove web link Restore web link Restores a web link that has been… - [Untitled](): The Box Python SDK is an open source project supported by Box used to interact with the Box API. This is a list of contributors. @Jeff… - [Upgrading from 4.x.x to 5.x.x](): Upgrading from 4.x.x to 5.x.x Follow the General changes to see the changes that are package indenpendent. Also refer to the Box.V2 or Box.V… - [Upgrading to v4](): Upgrading to v4 v4 of the Box Java SDK introduces a lot of new design changes. Since this is a major version bump, there will be breaking… - [UploadsManager](): UploadsManager Upload file version Preflight check before upload Upload file Upload file version Update a file's content. For file sizes… - [UploadsManager](): UploadsManager Upload file version Preflight check before upload Upload file Upload a file with a preflight check Upload file version Update… - [UserCollaborationsManager](): UserCollaborationsManager Get collaboration Update collaboration Remove collaboration Create collaboration Get collaboration Retrieves a… - [UserCollaborationsManager](): UserCollaborationsManager Get collaboration Update collaboration Remove collaboration Create collaboration Get collaboration Retrieves a… - [Users](): Users Users represent an individual's account on Box. Get User's Information Get the Current User's Information Get User Avatar Set User… - [Users](): Users Users represent an individual's account on Box. Get the Current User's Information Get User Information Get Avatar for a User Add or… - [Users](): Users Users represent an individual's account on Box. Users Get User Information Get the Current User's Information Create An Enterprise… - [Users](): Users Users represent an individual's account on Box. Get the Current User's Information Get User's Information Get User Avatar Add or… - [Users](): Users Users represent an individual's account on Box. Get Current User Get User Upload User Avatar Get User Avatar Delete User Avatar Create… - [Users](): Users Users represent an individual's account on Box. Get Current User Get User Upload User Avatar Get User Avatar Delete User Avatar Create… - [UsersManager](): UsersManager List enterprise users Create user Get current user Get user Update user Delete user List enterprise users Returns a list of all… - [UsersManager](): UsersManager List enterprise users Create user Get current user Get user Update user Delete user List enterprise users Returns a list of all… - [Version Lifecycle](): Version Lifecycle We use a modified version of Semantic Versioning for all changes. It is strongly encouraged that you pin at least the… - [Version Lifecycle](): Version Lifecycle We use a modified version of Semantic Versioning for all changes. It is strongly encouraged that you pin at least the… - [Version Lifecycle](): Version Lifecycle We use a modified version of Semantic Versioning for all changes. It is strongly encouraged that you pin at least the… - [Version Lifecycle](): Version Lifecycle We use a modified version of Semantic Versioning for all changes. It is strongly encouraged that you pin at least the… - [Version Lifecycle](): Version Lifecycle We use a modified version of Semantic Versioning for all changes. It is strongly encouraged that you pin at least the… - [Version Lifecycle](): Version Lifecycle We use a modified version of Semantic Versioning for all changes. It is strongly encouraged that you pin at least the… - [Version Lifecycle](): Version Lifecycle We use a modified version of Semantic Versioning for all changes. It is strongly encouraged that you pin at least the… - [Version Lifecycle](): Version Lifecycle We use a modified version of Semantic Versioning for all changes. It is strongly encouraged that you pin at least the… - [Watermarking](): Watermarking Watermarking allows you to place a semi-transparent overlay on an embedded file preview that displays a viewer's email address… - [Watermarking](): Watermarking The ability to watermark files and folders is represented as a sub-resource on the Files and Folders resources, respectively… - [Watermarking](): Watermarking The ability to watermark files and folders is represented as a sub-resource on the Files and Folders resources, respectively… - [Watermarking](): Watermarking Watermarking allows you to place a semi-transparent overlay on an embedded file preview that displays a viewer's email address… - [Web Links](): Web Links Web links are objects that point to URLs. These objects are also known as bookmarks within the Box web application. Web link… - [Web Links](): Web Links Web links are objects that point to URLs. These objects are also known as bookmarks within the Box web application. Web link… - [Web Links](): Web Links Web links are objects that point to URLs. These objects are also known as bookmarks within the Box web application. Web link… - [Web Links](): Web Links Web links are objects that point to URLs. These objects are also known as bookmarks within the Box web application. Web link… - [Web Links](): Web Links Web links are objects that point to URLs. These objects are also known as bookmarks within the Box web application. Web link… - [Web Links](): Web Links Web links are objects that point to URLs. These objects are also known as bookmarks within the Box web application. Web link… - [Webhooks](): Webhooks A webhook object enables you to attach events triggers to Box files and folders. These event triggers monitor events on Box objects… - [Webhooks](): Webhooks Webhooks enable you to attach event triggers to Box files and folders. Event triggers monitor events on Box objects and notify your… - [Webhooks](): Webhooks Webhooks enable you to attach event triggers to Box files and folders. Event triggers monitor events on Box objects and notify your… - [Webhooks](): Webhooks A webhook object enables you to attach events triggers to Box files and folders. These event triggers monitor events on Box objects… - [Webhooks](): Webhooks Webhooks enable you to attach event triggers to Box files and folders. Event triggers monitor events on Box objects and notify your… - [Webhooks](): Webhooks Webhooks enable you to attach event triggers to Box files and folders. Event triggers monitor events on Box objects and notify your… - [WebhooksManager](): WebhooksManager List all webhooks Create webhook Get webhook Update webhook Remove webhook Validate a webhook message List all webhooks… - [WebhooksManager](): WebhooksManager List all webhooks Create webhook Get webhook Update webhook Remove webhook Validate a webhook message List all webhooks… - [WebLinksManager](): WebLinksManager Create web link Get web link Update web link Remove web link Create web link Creates a web link object within a folder. This… - [WebLinksManager](): WebLinksManager Create web link Get web link Update web link Remove web link Create web link Creates a web link object within a folder. This… - [WorkflowsManager](): WorkflowsManager List workflows Starts workflow based on request body List workflows Returns list of workflows that act on a given folder ID… - [WorkflowsManager](): WorkflowsManager List workflows Starts workflow based on request body List workflows Returns list of workflows that act on a given folder ID… - [Write the Box file contents to disk](): Files File objects represent individual files in Box. They can be used to download a file's contents, upload new versions, and perform other… - [Zip](): Zip Allows you to create a temporary zip file on Box, containing Box files and folders, and then download it. Download a Zip File Download a… - [Zip Download](): Zip Download Allows you to create a temporary zip file of Box files and folders and download them. Create a Zip File Download a Zip File… - [ZipDownloadsManager](): ZipDownloadsManager Create zip download Download zip archive Get zip download status Download ZIP Create zip download Creates a request to… - [ZipDownloadsManager](): ZipDownloadsManager Create zip download Download zip archive Get zip download status Download ZIP Create zip download Creates a request to… - [カスタムメールと通知](https://ja.developer.box.com/sign/request-options/custom-email.md): カスタムメールと通知 メールの件名と本文 署名者に送信されるメールには、デフォルトで、ドキュメントへのリンク、一般的な件名、一般的なメッセージが記載されています。 Box… - [クイックスタート](https://ja.developer.box.com/get-started.md): クイックスタート - [クイックスタート](https://ja.developer.box.com/sign/quick-start.md): クイックスタート Box Sign APIの構造と、最初の署名リクエストの作成方法の趣旨を把握しましょう。 Sign APIは従来のCRUD… - [コミュニティプロジェクト](https://ja.developer.box.com/support/community-projects.md): コミュニティプロジェクト コミュニティプロジェクトには、Box Developer Communityによって作成され公開されたツールとサービスが表示されます。これらは、SDKとラッパー、APIコネクタ、ツールの… - [サポートとコミュニティ](https://ja.developer.box.com/support.md): サポートとコミュニティ Boxのコミュニティおよびサポートでは、お客様の質問に答え、Box Platformとの統合をサポートすることを目的としています。 ご意見やご提案、問題や改善すべき点などは、以下のいずれかのチャネルから英語でお送りください。 Box Developer… - [セキュリティの強化 (2要素認証)](https://ja.developer.box.com/sign/request-options/extra-security.md): セキュリティの強化 (… - [テンプレートを使用した署名](https://ja.developer.box.com/sign/technical-use-cases/sign-template.md): テンプレートを使用した署名 Box Sign… - [リクエストのオプション](https://ja.developer.box.com/sign/request-options.md): リクエストのオプション Box Sign API… - [リクエストの再送信](https://ja.developer.box.com/sign/request-options/resend-requests.md): リクエストの再送信 署名者がメールを受信できなかった場合や、メールを紛失したり、署名者が誤ってメールを削除したりした場合はどうなるでしょうか。 署名リクエストメールは、手動でsigner… - [リクエストの有効期限](https://ja.developer.box.com/sign/request-options/request-expiration.md): リクエストの有効期限 場合によっては、署名リクエストの有効期限を設定する必要があります。 たとえば、3… - [リダイレクトURL](https://ja.developer.box.com/sign/request-options/custom-urls.md): リダイレクトURL ドキュメントに署名した後に、会社ではユーザーをお礼のページやオンボーディングページのような特定のウェブページにリダイレクトしたい場合もよくあります。このような要件をサポートする機能は… - [最初のリクエスト](https://ja.developer.box.com/sign/quick-start/your-first-request.md): 最初のリクエスト Box… - [対面での署名](https://ja.developer.box.com/sign/request-options/in-person.md): … - [技術的なユースケース](https://ja.developer.box.com/sign/technical-use-cases.md): 技術的なユースケース アプリケーションでは、多くのソースからのさまざまなドキュメントに署名することになります。このようなドキュメントをBox Sign… - [構造化されたドキュメントへの署名](https://ja.developer.box.com/sign/technical-use-cases/sign-structured-docs.md): 構造化されたドキュメントへの署名 Box Signのコンテキストにおける構造化されたドキュメントとは、Box Sign API… - [複数の署名者と役割](https://ja.developer.box.com/sign/request-options/multiple-signers.md): 複数の署名者と役割 複数の署名者 複数の人に署名してもらう必要があるドキュメントがある場合はどうなるでしょうか。これは、2つ以上の事業体の間で結ばれる契約でよく見られます。 複数の署名者を設定すると、Box Sign… - [開発者向けニュースレター](https://ja.developer.box.com/newsletter.md): … - [非構造化ドキュメントへの署名](https://ja.developer.box.com/sign/technical-use-cases/sign-unstructured-docs.md): …