Box Developerドキュメント

Integration mapping Teams

このリソースは、バージョン2024.0のエンドポイントで使用されています。 詳細については、 **Box APIのバージョン管理**を参照してください。

A Microsoft Teams specific representation of an integration mapping object.

string
12345

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

string
integration_mapping

マッピングタイプ

次の値に固定: integration_mapping

object

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

42037322

フォルダのID

folder

folder

次の値に固定: folder

string (date-time)
2012-12-12T10:53:43-08:00

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

teams

Identifies the Box partner app, with which the mapping is associated. Supports Slack and Teams. (part of the composite key together with id)

次の値に固定: teams

true

Identifies whether the mapping has been manually set by the team owner from UI for channels (as opposed to being automatically created)

string (date-time)
2012-12-12T10:53:43-08:00

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

object object
{"id":"19%3ABCD-Avgfggkggyftdtfgghjhkhkhh%40thread:tacv2","team_id":"hjgjgjg-bhhj-564a-b643-hghgj685u","tenant_id":"E1234567","type":"channel"}

Mapped item object for Teams

レスポンスの例

{
  "id": "12345",
  "type": "integration_mapping",
  "box_item": {
    "id": "42037322",
    "type": "folder"
  },
  "created_at": "2012-12-12T10:53:43-08:00",
  "integration_type": "teams",
  "is_overridden_by_manual_mapping": true,
  "modified_at": "2012-12-12T10:53:43-08:00",
  "partner_item": {
    "id": "19%3ABCD-Avgfggkggyftdtfgghjhkhkhh%40thread:tacv2",
    "type": "channel",
    "team_id": "hjgjgjg-bhhj-564a-b643-hghgj685u",
    "tenant_id": "E1234567"
  }
}