Skip to main content
GET
/
integration_mappings
/
teams
cURL
curl -X -L GET "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"
    }
  ]
}
This endpoint is in the version 2024.0. No changes are required to continue using it. For more details, see Box API versioning.Learn more about Box SDK versioning strategy.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

partner_item_type
enum<string>

Mapped item type, for which the mapping should be returned.

Available options:
channel,
team
partner_item_id
string

ID of the mapped item, for which the mapping should be returned.

box_item_id
string

Box item ID, for which the mappings should be returned.

box_item_type
enum<string>

Box item type, for which the mappings should be returned.

Available options:
folder

Response

Returns a collection of integration mappings.

A list of integration mapping objects.

entries
Integration mapping Teams · object[]

A list of integration mappings.