Function getQuotas

  • Returns all quota items for the tenant (provided in JWT).

    Parameters

    • query: { reportUsage?: boolean }

      an object with query parameters

      • OptionalreportUsage?: boolean

        The Boolean flag indicating whether quota usage shall be part of the response. The default value is false (only limits returned).

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetQuotasHttpResponse>

    GetQuotasHttpError