Skip to main content

ChannelFileSearchRequest

ChannelFileSearchRequest = object

Request object for searching files by name within a single channel.

Properties

channelId

channelId: ChannelGuid

The unique identifier of the channel to search in. Required.


lastFileId?

optional lastFileId: FileGuid

The ID of the last file from the previous page. Optional. Use for pagination to retrieve the next set of results.


search: string

The search string to match against file names. Required. Performs a case-insensitive substring match. Wildcards and regular expressions are not supported.