Box Developer Documentation
 

    Generic source

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

    A generic event source type.

    object

    A definition of a generic event source object. The set of parameters depends on the object type. For example, a Box Shield event source would have the following set of parameters:

    {
    "barrier_id": 123456,
    "barrier_status": "ENABLED",
    "barrier_segments": [
      {
          "name": "8",
          "member_count": 1
        },
      {
          "name": "9",
          "member_count": 1
               }
           ]
    }