Skip to main content
Watch for real-time updates to a specific published content item.

Subscription

Parameters

ParameterTypeRequiredDescription
idID!YesContent item ID to watch

Response: ContentUpdate

FieldTypeDescription
contentIdID!ID of the updated content
contentContentFull content object (null if payload exceeds 100KB)
resolvedRefResolvedPackageRef!Package IDs for caching
actionString!”CREATED”, “UPDATED”, or “DELETED”
timestampDateTime!When the update occurred

Example

Variables

Update Payload

Delete Payload

Client Implementation

Handling Large Payloads

When content exceeds 100KB, the content field will be null: