Box Developer Documentation

Join BoxWorks 2024 to discover what's possible with content and AI!

Register now!

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)

string
integration_mapping

Mapping type

Value is always integration_mapping

Response Example

{
  "id": "12345",
  "type": "integration_mapping"
}