Integration mapping (Base)

A base representation of an integration mapping object.

This resource has a few variations that can be encountered when using the API.

The fields that are part of the base variant represent the default fields that are always returned when using the fields query parameter, additional to the fields specified in the parameter.

string
12345

A unique identifier of a folder mapping (part of a composite key together with integration_type)

slack

Identifies the Box partner app, with which the mapping is associated. Currently only supports Slack. (part of the composite key together with id)

Value is always slack

Response Example

{
  "id": "12345",
  "integration_type": "slack"
}