DSRContentUpdatedV1

Occurs when a file in dsr is updated

📘

Early Access

This service is subject to change with limited or no warning. Please work closely with your CSM and our Services team if you are interested in using this webhook.

Webhook Payload

The webhook event is encapsulated within a common wrapper structure providing general information about the event.

PropertyTypeDescription
idstringThe unique identifier for the event
versionstringThe version of the event
occurredAtstringThe time the event occurred
tenantIdstringTenant ID
tenantNamestringTenant Name
dataobjectThe container of the event details data object details
applicationstringApplication
productAreastringProduct Area

data object details

PropertyTypeDescription
idstringThe unique identifier for the DSR
versionIdstringThe version identifier for the DSR
universalContentIdstringThe content identifier for the updated DSR content
actionstringThe action performed
namestringThe name of the event

Example

{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "version": "DSRContentUpdatedV1",
  "occurredAt": "2025-06-30T15:45:00Z",
  "tenantId": "b4d8bb18-dc97-4e18-8049-50a04edf453f",
  "tenantName": "exampleTenant",
  "data": {
    "id": "c3d4e5f6-7890-abcd-ef12-345678901234",
    "versionId": "d4e5f6a1-b2c3-7890-abcd-ef1234567890",
    "universalContentId": "Meetings__ExternalVideo__5882062c-60a7-4482-8469-56e7b8c9d24a",
    "action": "VersionChanged",
    "name": "DsrContentUpdatedSharedEvent"
  },
  "application": "Web",
  "productArea": "Digital Rooms"
}