Integration mappings
List Teams integration mappings
Lists Teams integration mappings in a users' enterprise. You need Admin or Co-Admin role to use this endpoint.
get/integration_mappings/teams
Query parameters
partner_item_type'channel' | 'team'
Mapped item type, for which the mapping should be returned.
partner_item_idstring
ID of the mapped item, for which the mapping should be returned.
box_item_idstring
Box item ID, for which the mappings should be returned.
box_item_type'folder'
Box item type, for which the mappings should be returned.
Response
Returns a collection of integration mappings.
Example response
{
"entries": [
{
"id": "12345",
"type": "integration_mapping",
"integration_type": "teams",
"is_overridden_by_manual_mapping": true,
"partner_item": {
"type": "channel",
"id": "19%ABCD-Avgfggkggyftdtfgghjhkhkhh%40thread:tacv2",
"tenant_id": "abcd-defg-1235-7890"
},
"box_item": {
"type": "folder",
"id": "42037322"
},
"created_at": "2012-12-12T10:53:43-08:00",
"modified_at": "2012-12-12T10:53:43-08:00"
}
]
}