GetChannelNotifications
Get notifications
Path parameters
The channel id
Query parameters
How many notifications to get. Default: 50. Maximum: 5000
How many notifications to skip. Default: 0
Does not output notifications which were tagged as 'transactional'
Shows all notifications if not set. Possible values: 'sent', 'sending', 'scheduled', 'queued', 'failed'
Include only notifications which match the specified externalId. The external ID can be provided in the /notification/send endpoint. (can be array of external IDs or string)
Include only notifications which match the specified topics. (can be array of topics or string)
Start date UNIX timestamp (seconds), reflects to queuedAt field
End date UNIX timestamp (seconds), reflects to queuedAt field
Comma-separated list of fields to include in the response (sparse fieldsets). When omitted, the full object is returned (default, unchanged behavior). Unknown fields are ignored; _id is always included. Example: fields=_id,title,sent. Selectable fields: _id, title, text, channel, user, source, url, autoHide, socialSharingActions, createdAt, expiresAt, expiresAtHours, iconUrl, subscriptionCount, sent, optOuts, delivered, clicked, hidden, jobId, queuedAt, status, subscriptionStatistics, actions.
Response
Success-Response: