Channels

GetChannelSubscriptionCount

Get subscription count

get/channel/{id}/subscription-count

Path parameters

idstring required

The channel id

Query parameters

filtersstring[]

Array of filter objects containing multiple fields with relations (e.g.: [{ field: 'customAttributes.userId', value: 123, relation: 'eq' }, { field: 'customAttributes.age', value: 18, relation: 'gt' }]). Available relations: eq: equals, ne: not equals, gt: greater than, gte: greater than or equals, lt: lesser than, lte: lesser than or equals. Can't be used together with 'customAttributes' parameter.

tagsstring[]

Targeting: array of tag IDs.

tagsLogicstring

One of: 'and', 'or', default: 'or'

topicsstring[]

Targeting: array of topic IDs. Include null to match subscriptions without any topics.

topicsLogicstring

One of: 'and', 'or', default: 'or'

platformstring[]

Targeting: array of platform names (case-sensitive, e.g. "Android", "Mac OS", ..).

browserstring[]

Targeting: array of browser names (case-sensitive, e.g. "Chrome", "Firefox", ..).

countrystring[]

Targeting: array of country IDs (e.g. "US", "DE", ..).

languagestring[]

Targeting: array of language IDs (e.g. "en", "de", ..).

Response

Success-Response:

subscriptionsnumber required
inactiveSubscriptionsnumber

Changes