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.
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. In most cases, only one active datafeed per user is required at a time.
A unique identifier to ensure uniqueness of the datafeed. Used to restrict search.
Session authentication token.
Key Manager authentication token.
Datafeed sucessfully created.
Bad request.
Unauthorized.
Internal server error.
GET /agent/v5/datafeeds HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
Accept: */*
[
{
"id": "371f465fb97b5d1027d20a5e7085863a_f",
"type": "fanout"
}
]
Last updated
Was this helpful?