post https://YOUR-AGENT-URL.symphony.com/agent/v5/datafeeds//read
Available on Agent 2.57.0 and above.
Reads the specified datafeed.
The datafeed provides messages and events from all conversations that the user is in. The types of events surfaced in the datafeed can be found in the Real Time Events list.
ackId
The
ackId
sent as a parameter can be empty in the first call. In the response, anackId
will be sent back and it can be used for the next call. This way, you acknowledge that you have received the events that came with thatackId
and that the datafeed will remove the events associated with thatackId
from your queue.