Table of Contents

Interface IOrganizationsWebhooksAlertTypes

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

Represents a collection of functions to interact with the API endpoints

public interface IOrganizationsWebhooksAlertTypes

Methods

GetOrganizationWebhooksAlertTypesAsync(string, string?, CancellationToken)

Return a list of alert types to be used with managing webhook alerts

[Get("/organizations/{organizationId}/webhooks/alertTypes")]
Task<List<WebhookAlertType>> GetOrganizationWebhooksAlertTypesAsync(string organizationId, string? productType = null, CancellationToken cancellationToken = default)

Parameters

organizationId string

The organization id

productType string

The product type (Optional)

cancellationToken CancellationToken

Returns

Task<List<WebhookAlertType>>

Exceptions

ApiException

Thrown when fails to make API call