Channels\Subscriptions and subscribers

Get all the followers of a channel

This method gets all the followers of a specific channel.

get/channels/{channel_id}/users

Path parameters

channel_idnumber required
Example:927

The ID of the channel.

Query parameters

direction'asc' | 'desc'
Example:asc

The sort direction of the results.

filter'moderators' required

The attribute by which to filter the results.

pagenumber
Example:1

The page number of the results to show.

per_pagenumber
Example:10

The number of items to show on each page of results, up to a maximum of 100.

querystring
Example:Stop motion

The search query to use to filter the results.

sort'alphabetical' | 'date'

The way to sort the results.

Response

The followers were returned.

Changes

Changed in 2 of the 13 revisions of this API.17

    • the query request parameter filter became required

      request-parameter-became-required

    • api tag Channels\Subscriptions and subscribers added

      api-tag-added

    • api tag Channels\Subscriptions and Subscribers removed

      api-tag-removed

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • api tag Channels\Subscriptions and Subscribers added

      api-tag-added

    • api tag Channels\Subscriptions and subscribers removed

      api-tag-removed

    • the query request parameter filter became optional

      request-parameter-became-optional

    • added the non-success response with the status 400

      response-non-success-status-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog