Box Developer Documentation

Integration mappings Teams

This resource is used by enpoints in the version 2024.0. For more details, see Box API versioning.

A list of integration mapping objects.

A list of integration mappings

Response Example

{
  "entries": [
    {
      "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",
        "team_id": "hjgjgjg-bhhj-564a-b643-hghgj685u",
        "tenant_id": "E1234567",
        "type": "channel"
      }
    }
  ]
}