Skip to main content

Trigger content with an Asset ID on XOGO Windows player

Updated over 3 weeks ago

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
}

Field Descriptions

AssetId - The unique ID of an asset to be shown on the signage.

Duration - The time interval the asset will be shown on the signage.

ContentOverride - Defines if the trigger should override the playback of another triggered content.

ContentRewind - Defines if the trigger should rewind the current playback on a device as long as the matching asset is currently playing.


API Response

Status Code - Body - Message

201 - Created - Request received.

409 - Conflict - Signage 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.

Did this answer your question?