Join BoxWorks 2024 to discover what's possible with content and AI!
Register now!A generic event source type.
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
}
]
}