Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.box.com/llms.txt

Use this file to discover all available pages before exploring further.

統合マッピングオブジェクトのSlack固有のレプリゼンテーション。

id
string
required

フォルダマッピングの一意の識別子 (integration_typeとともに複合キーの一部)。

Example:

"12345"

type
enum<string>
required

マッピングタイプ。

Available options:
integration_mapping
Example:

"integration_mapping"

partner_item
Slackタイプの統合マッピングのマッピングされた項目スキーマ · object
required

Slack用にマッピングされた項目オブジェクト。

Example:
{
"id": "C12378991223",
"type": "channel",
"slack_org_id": "E1234567"
}
box_item
フォルダ (Mini) · object
required

パートナーアプリのドメインのオブジェクト (partner_item_idで参照) のマッピング先であるBoxフォルダ。

integration_type
enum<string>

マッピングが関連付けられているBoxパートナーアプリを示します。現在サポートされているのはSlackのみです (idとともに複合キーの一部)。

Available options:
slack
Example:

"slack"

is_manually_created
boolean

マッピングが (自動作成されたのではなく) 手動で設定されているかどうかを示します。

Example:

true

options
Slackタイプ用の統合マッピングオプション · object

Slackタイプの統合マッピングオプションオブジェクトのスキーマ。

created_by
ユーザー (統合マッピング) · object

統合マッピングを作成したユーザーを表すオブジェクト。

modified_by
ユーザー (統合マッピング) · object

統合マッピングを最後に変更したユーザー。

created_at
string<date-time>

統合マッピングオブジェクトが作成された日時。

Example:

"2012-12-12T10:53:43-08:00"

modified_at
string<date-time>

統合マッピングオブジェクトが最後に変更された日時。

Example:

"2012-12-12T10:53:43-08:00"