Box Developerドキュメント

Teams統合マッピングのリスト取得

ガイド 統合マッピング Teams統合マッピング Teams統合マッピングのリスト取得

Teams統合マッピングのリスト取得

GET /integration_mappings/teams呼び出しを使用すると、マッピングを取得してフィルタをかけることができます。管理者が手動で作成したマッピングも、統合によって自動的に作成されたマッピングも対象になります。

cURL
curl -X -L GET "https://api.box.com/2.0/integration_mappings/teams" \
     -H "authorization: Bearer <ACCESS_TOKEN>" \
TypeScript Gen
await userClient.integrationMappings.getTeamsIntegrationMapping();
Python Gen
user_client.integration_mappings.get_teams_integration_mapping()
.NET Gen
await userClient.IntegrationMappings.GetTeamsIntegrationMappingAsync();