Search Filtered Channels
Returns channels that match the search criteria. Results are sorted by similarity score.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
fuzzySearchText
exactMatch
Will return only channels that contain all strings specified as exact matches (case insensitive).
dataSources
previouslySelectedChannels
resultSize
Defaults to 200. Will throw if larger than 200.
minDataUpdatedTime
If specified, search will only return channels that have had new data after the specified time.
maxDataStartTime
If specified, search will only return channels that have data before the specified time.
Response
This endpoint returns an object.
results