You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
Home > Developer > Trigger content with an Asset ID on XOGO Windows player
Trigger content with an Asset ID on XOGO Windows player
print icon

API Signature: POST http://{SignageIP}:9646/api/timeline

 

The above API helps a client application submit an offline trigger request to show a particular asset on screen for a predefined time interval. 

 

API Body

 

{
   "AssetId":520,
   "Duration":15,
   "ContentOverride":true,
   "ContentRewind":false
}

  

FieldDescriptionAssetIdThe unique ID of an asset to be shown on the signage.DurationThe time interval the asset will be shown on the signage.ContentOverrideDefines if the trigger should override the playback of another triggered content.ContentRewindDefines if the trigger should rewind the current playback on a device as long as the matching asset is currently playing.

 

API Response

 

 

Status CodeBody Message201 - CreatedRequest received.409 - ConflictSignage is in real-time mode. Offline trigger requests can not be processed.409 - Conflict

Given asset not found in associated playlist.

409 - Conflict

Duration must be 15,30,45 or 60 seconds.

Feedback
0 out of 0 found this helpful

scroll to top icon