Box Developerドキュメント

Box Developerドキュメントの新しいベータ版サイトがまもなくリリースされる予定です。最新の開発者向けガイド、APIリファレンス、AI搭載の検索により、Boxを使用した迅速な開発をサポートします。更新情報については今しばらくお待ちください。

変更ログ
  • すべて
  • 新機能
  • 影響度の高い変更
  • API
  • Java
  • Windows
  • Python
  • Node
  • CLI
  • iOS
  • UI Element
  • AI
未読

Box Windows SDK v10.4.0のリリース

新機能 SDK dotnet GitHub

Box Windows SDK v10.4.0のリリース

バグ修正

  • fix RetryAfter function when there's no Retry-After header (box/box-codegen#903) (#1320) (5030d1c)
  • remove duplicate optional tag (box/box-codegen#898) (#1312) (17b2851)

新機能と機能強化

  • Remove confidence_score and include_confidence_score from AI extract (box/box-openapi#567) (#1315) (b4af239)
未読

Box Windows SDK v6.3.0のリリース

新機能 影響度の高い変更 SDK dotnet GitHub

Box Windows SDK v6.3.0のリリース

新機能と機能強化:

  • boxsdkgen: Remove confidence_score and include_confidence_score from AI extract (box/box-openapi#567) (#1314) (1733727)

バグ修正:

  • boxsdkgen: fix RetryAfter function when there's no Retry-After header (box/box-codegen#903) (#1319) (1647641)
  • boxsdkgen: remove duplicate optional tag (box/box-codegen#898) (#1313) (5c3cca9)
未読

Box Sign Text Input Validations for Public API and Template Tags

新機能 影響度の高い変更 guides API

Box Sign Text Input Validations for Public API and Template Tags

We've extended Box Sign's text input validation capabilities to support both Public API and template tags. This enables developers and users to apply validation rules programmatically and through templates, closing a critical feature gap for enterprise workflows.

What's new

Text input validation is now supported through:

  • Public API: Create signature requests with validation rules using the Sign API endpoints.
  • Template tags: Apply validation rules directly in document templates for use with Public API, Doc Gen, and Salesforce integrations.
  • Custom regex patterns: Define custom validation patterns beyond the predefined validation types.

Why it matters

This update addresses key integration needs:

  • Public API developers can programmatically create signature requests with validation rules, including custom regex, ensuring data quality at scale.
  • Salesforce integration users can now leverage text input validation rules for fields that sync back to Salesforce.
  • Doc Gen users can apply validation to fields in automated document workflows. Template Tags with validation support particularly benefits workflows where templates are used programmatically through integrations, eliminating the previous gap where validation was only available through the web interface.

API updates

The following endpoints now support text input validation:

Getting started

To use text input validation:

  1. Review the Create sign request endpoint for adding validation to signature requests.
  2. Check out the Box Sign documentation for applying validation in Template Tags.
  3. Explore custom regex patterns for advanced validation scenarios.

サポート情報

問題がある場合やさらにガイドが必要な場合は、必要なサポートについて、BoxのDeveloper Forumに英語でリクエストを投稿してください。

未読

Box iOS SDK 6.2.0のリリース

新機能 影響度の高い変更 SDK swift GitHub

Box iOS SDK 6.2.0のリリース

バグ修正

  • boxsdkgen: 重複したオプションのラッピングを削除 (box/box-codegen#898) (#1302) (4fae34a)

新機能と機能強化

  • boxsdkgen: AI抽出からconfidence_scoreinclude_confidence_scoreを削除 (box/box-openapi#567) (#1304) (143ef03)
  • boxsdkgen: 新しい署名リクエストのメタデータをサポート (box/box-openapi#565) (#1286) (e6c0826)
未読

Box iOS SDK 10.2.0のリリース

SDK swift GitHub

Box iOS SDK 10.2.0のリリース

バグ修正

  • 重複したオプションのラッピングを削除 (box/box-codegen#898) (#1301) (0fff45e)

新機能と機能強化

  • AI抽出からconfidence_scoreinclude_confidence_scoreを削除 (box/box-openapi#567) (#1305) (702de7b)
  • 新しい署名リクエストのメタデータをサポート (box/box-openapi#565) (#1285) (d541f12)
未読

Box Java SDK v10.3.0のリリース

新機能 SDK Java GitHub

Box Java SDK v10.3.0のリリース

新機能と機能強化

  • AI抽出からconfidence_scoreinclude_confidence_scoreを削除 (box/box-openapi#567) (#1615) (0a069cd)
  • 新しい署名リクエストのメタデータをサポート (box/box-openapi#565) (#1599) (b3c46bb)
未読

Box Node SDK v10.2.0のリリース

SDK typescript GitHub

Box Node SDK v10.2.0のリリース

バグ修正

新機能と機能強化

  • AI抽出からconfidence_scoreinclude_confidence_scoreを削除 (box/box-openapi#567) (#1243) (55d6cd0)
  • AIによる抽出 (構造化) でincludeConfidenceScoreおよびincludeConfidenceScoreフィールドをサポート (box/box-openapi#566) (#1228) (4bf9f46)
  • 新しい署名リクエストのメタデータをサポート (box/box-openapi#565) (#1226) (8dfc1cc)
  • 例外のエラーメッセージを更新 (box/box-codegen#896) (#1233) (b298afa)
未読

Box Node SDK v4.2.0のリリース

新機能 SDK Node GitHub

Box Node SDK v4.2.0のリリース

バグ修正

  • boxsdkgen: unionタイプの重複を削除 (box/box-codegen#898) (#1241) (c56f808)
  • jsonwebtokenの依存関係を昇格 (#1244) (49692e3)

新機能と機能強化

  • boxsdkgen: AI抽出からconfidence_scoreinclude_confidence_scoreを削除 (box/box-openapi#567) (#1245) (3a74388)
  • boxsdkgen: AIによる抽出 (構造化) でincludeConfidenceScoreおよびincludeConfidenceScoreフィールドをサポート (box/box-openapi#566) (#1227) (8e2b109)
  • boxsdkgen: 新しい署名リクエストのメタデータをサポート (box/box-openapi#565) (#1225) (955b6ba)
  • boxsdkgen: 例外のエラーメッセージを更新 (box/box-codegen#896) (#1232) (b140428)
未読

Box Java SDK v5.2.0のリリース

新機能 影響度の高い変更 SDK Java GitHub

Box Java SDK v5.2.0のリリース

新機能と機能強化

  • boxsdkgen: AI抽出からconfidence_scoreinclude_confidence_scoreを削除 (box/box-openapi#567) (#1614) (e5e9545)
  • boxsdkgen: 新しい署名リクエストのメタデータをサポート (box/box-openapi#565) (#1598) (87d1182)
未読

Box Python SDK v10.2.0のリリース

SDK Python GitHub

Box Python SDK v10.2.0のリリース

新機能と機能強化

  • AI抽出からconfidence_scoreinclude_confidence_scoreを削除 (box/box-openapi#567) (#1238) (66267ba)
  • 新しい署名リクエストのメタデータをサポート (box/box-openapi#565) (#1222) (6c3d332)