searchChannels

Function

Search for Channels in the Discussions API. Channels define the capabilities, permissions, and configuration for Discussion posts.

Parameters

Parameter Type Default Notes
options Required ISearchChannelsParams

Returns

{Promise<IPagedResponse>}

Property Type Notes
items []
nextStart Inherited number

next entry index or -1 for the last page

total Inherited number

total number of object across all pages

num Optional Inherited number
start Optional Inherited number

Function defined in common/src/discussions/api/channels/channels.ts:12