Table of Contents

Interface IOrganizationsOpenapiSpec

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

Represents a collection of functions to interact with the API endpoints

public interface IOrganizationsOpenapiSpec

Methods

GetOrganizationOpenapiSpecAsync(string)

Return the OpenAPI 2.0 Specification of the organization's API documentation in JSON

[Get("/organizations/{organizationId}/openapiSpec")]
Task<object> GetOrganizationOpenapiSpecAsync(string organizationId)

Parameters

organizationId string

The organization id

Returns

Task<object>

Exceptions

ApiException

Thrown when fails to make API call