Engine

Covers Engine 2.0.0

rapid/search-channel-dataframes

Searches channel dataframes.

  • Category: Channels and Persistence

Request payload

FieldTypeRequirementDescription
querystringOptionalCase-insensitive data-frame name filter; defaults to empty.
limitintegerOptionalMaximum result count; defaults to 100. A non-positive value means unlimited.

Response payload

FieldTypeDescription
query_resultsarray<DataFrameSummary>Matching frames with all channels, separately identified recorded_channels and configured_channels, and nullable oldest/newest timestamps.
querystringSearch text supplied by the client.