Join us on May 20th for the Content + AI Virtual Summit. Register now
curl -X GET -L "https://api.box.com/2.0/integration_mappings/teams" \
-H "authorization: Bearer <ACCESS_TOKEN>" \{
"entries": [
{
"id": "12345",
"type": "integration_mapping",
"partner_item": {
"id": "19%3ABCD-Avgfggkggyftdtfgghjhkhkhh%40thread:tacv2",
"type": "channel",
"tenant_id": "E1234567",
"team_id": "hjgjgjg-bhhj-564a-b643-hghgj685u"
},
"box_item": {
"type": "folder",
"id": "42037322"
},
"integration_type": "teams",
"is_overridden_by_manual_mapping": true,
"created_at": "2012-12-12T10:53:43-08:00",
"modified_at": "2012-12-12T10:53:43-08:00"
}
]
}ユーザーの企業内のTeams統合マッピングのリストを取得します。このエンドポイントを使用するには、管理者または共同管理者の役割が必要です。
curl -X GET -L "https://api.box.com/2.0/integration_mappings/teams" \
-H "authorization: Bearer <ACCESS_TOKEN>" \{
"entries": [
{
"id": "12345",
"type": "integration_mapping",
"partner_item": {
"id": "19%3ABCD-Avgfggkggyftdtfgghjhkhkhh%40thread:tacv2",
"type": "channel",
"tenant_id": "E1234567",
"team_id": "hjgjgjg-bhhj-564a-b643-hghgj685u"
},
"box_item": {
"type": "folder",
"id": "42037322"
},
"integration_type": "teams",
"is_overridden_by_manual_mapping": true,
"created_at": "2012-12-12T10:53:43-08:00",
"modified_at": "2012-12-12T10:53:43-08:00"
}
]
}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.
The access token received from the authorization server in the OAuth 2.0 flow.
マッピングが返される、マッピングされた項目タイプ。
channel, team マッピングが返される、マッピングされた項目のID。
マッピングが返される、Box項目ID。
マッピングが返される、Box項目タイプ。
folder 統合マッピングのコレクションを返します。
統合マッピングオブジェクトのリスト。
統合マッピングのリスト。
Show child attributes
Was this page helpful?