Table of Contents

Interface IOrganizationsApiPushTopics

Namespace
Meraki.Api.Interfaces.General.Organizations
Assembly
Meraki.Api.dll

Interface for Push API Topics

public interface IOrganizationsApiPushTopics

Methods

GetOrganizationApiPushTopicsAsync(string, CancellationToken)

List available Push API topics for an organization GET /organizations/{organizationId}/api/push/topics

[Get("/organizations/{organizationId}/api/push/topics")]
Task<List<PushTopic>> GetOrganizationApiPushTopicsAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string

The organization ID

cancellationToken CancellationToken

The cancellation token

Returns

Task<List<PushTopic>>