Box Developer Documentation
 

    App item association

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

    An app item association represents an association between a file or folder and an app item. Associations between a folder and an app item cascade down to all descendants of the folder.

    string
    12345678

    The unique identifier for this app item association.

    string
    app_item_association

    app_item_association

    Value is always app_item_association

    The app item which is associated with the file or folder.

    The file or folder which is associated with the app item.

    Response Example

    {
      "id": "12345678",
      "type": "app_item_association",
      "app_item": {
        "id": "12345678",
        "type": "app_item",
        "application_type": "hubs"
      },
      "item": {
        "id": "12345",
        "type": "file",
        "etag": "1"
      }
    }