List 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.

Returns the list of datafeeds for the user. Any datafeed ID of the list can then be used as input to the Read Datafeed endpoint.

Read list of real time messages / events stream ("datafeed").

get

Available on Agent 2.57.0 and above.

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.

Returns the list of the datafeeds for the user. Any datafeed ID of the list can then be used as input to the Read Messages/Events Stream v4 endpoint.

Query parameters
tagstring · max: 100Optional

A unique identifier to ensure uniqueness of the datafeed. Used to restrict search.

Header parameters
sessionTokenstringRequired

Session authentication token.

keyManagerTokenstringRequired

Key Manager authentication token.

Responses
200
Datafeed sucessfully created.
application/json
get
GET /agent/v5/datafeeds HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Accept: */*
[
  {
    "id": "371f465fb97b5d1027d20a5e7085863a_f",
    "type": "fanout"
  }
]

Last updated

Was this helpful?