Table of Contents

Interface INetworksSplashLoginAttempts

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

Splash login attempts

public interface INetworksSplashLoginAttempts

Methods

GetNetworkSplashLoginAttemptsAsync(string, string, string, int?, CancellationToken)

List the splash login attempts for a network

[Get("/networks/{networkId}/splashLoginAttempts")]
Task<List<SplashLoginAttempts>> GetNetworkSplashLoginAttemptsAsync(string networkId, string ssidNumber = null, string loginIdentifier = null, int? timespan = null, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

ssidNumber string

Only return the login attempts for the specified SSID (optional)

loginIdentifier string

The username, email, or phone number used during login (optional)

timespan int?

The timespan, in seconds, for the login attempts. The period will be from [timespan] seconds ago until now. The maximum timespan is 3 months (optional)

cancellationToken CancellationToken

Returns

Task<List<SplashLoginAttempts>>

Exceptions

ApiException

Thrown when fails to make API call