Get a list of all channels
Permissions
manage_system
Query parameters
A group id to exclude channels that are associated with that group via GroupChannel records. This can also be left blank with not_associated_to_group=.
The page to select.
The number of channels per page.
Whether to exclude default channels (ex Town Square, Off-Topic) from the results.
Include channels that have been archived. This correlates to the DeleteAt flag being set in the database.
Appends a total count of returned channels inside the response object - ex: { "channels": [], "total_count" : 0 }.
If set to true, channels which are part of a data retention policy will be excluded. The sysconsole_read_compliance permission is required to use this parameter.
Response
Channel list retrieval successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.