メインコンテンツへスキップ
APIバージョン 2024.0 統合マッピングオブジェクトのSlack固有のレプリゼンテーション。
id
string
12345フォルダマッピングの一意の識別子 (integration_typeとともに複合キーの一部)。
type
string
integration_mappingマッピングタイプ。次の値に固定: integration_mapping
box_item
フォルダ (Mini)object
パートナーアプリのドメインのオブジェクト (partner_item_idで参照) のマッピング先であるBoxフォルダ。
created_at
string(date-time)
2012-12-12T10:53:43-08:00統合マッピングオブジェクトが作成された日時。
created_by
ユーザー (統合マッピング)object
統合マッピングを作成したユーザーを表すオブジェクト。
integration_type
string
slackマッピングが関連付けられているBoxパートナーアプリを示します。現在サポートされているのはSlackのみです (idとともに複合キーの一部)。次の値に固定: slack
is_manually_created
boolean
trueマッピングが (自動作成されたのではなく) 手動で設定されているかどうかを示します。
modified_at
string(date-time)
2012-12-12T10:53:43-08:00統合マッピングオブジェクトが最後に変更された日時。
modified_by
ユーザー (統合マッピング)object
統合マッピングを最後に変更したユーザー。
options
object
Slackタイプの統合マッピングオプションオブジェクトのスキーマ。
partner_item
object
{"id":"C12378991223","slack_org_id":"E1234567","type":"channel"}Slack用にマッピングされた項目オブジェクト。
{
  "id": "12345",
  "type": "integration_mapping",
  "box_item": {
    "id": "12345",
    "type": "folder",
    "etag": "1",
    "name": "Contracts",
    "sequence_id": "3"
  },
  "created_at": "2012-12-12T10:53:43-08:00",
  "created_by": {
    "id": "11446498",
    "type": "user",
    "login": "ceo@example.com",
    "name": "Aaron Levie"
  },
  "integration_type": "slack",
  "is_manually_created": true,
  "modified_at": "2012-12-12T10:53:43-08:00",
  "modified_by": {
    "id": "11446498",
    "type": "user",
    "login": "ceo@example.com",
    "name": "Aaron Levie"
  },
  "options": {
    "is_access_management_disabled": true
  },
  "partner_item": {
    "id": "C12378991223",
    "type": "channel",
    "slack_org_id": "E1234567"
  }
}