SelectChannels
Searches channels for specified information.
To search a single channel, specify Name or Id. To search a list of channels, specify NameList or IdList. To search channels matching the specified conditions, specify Search.
Request elements
ResultDef
ArrayOfString. The properties to retrieve.
Search
ChannelSearch. The search conditions. If conditions apply to multiple fields, use ConditionArray.
NameList
ArrayOfString. The list of channel names to search. Specify either NameList or IdList.
IdList
ArrayOfString. The list of channel IDs to search. Specify either IdList or NameList.
Name
String. The name of a single channel to search. Specify either Name or Id.
Id
String. The ID of the single channel to search. Specify either Id or Name.
Response elements
Channels
The selected channels.
FetchHandle
String. Indicates that the number of items in the result set exceeds the FetchSize limit.
TotalCount
Long. The number of entries in the search result set.