Function getWebIntegrations

  • Retrieves web integrations matching the query.

    Parameters

    • query: {
          endingBefore?: string;
          limit?: number;
          sort?: "name" | "-name" | "+name";
          startingAfter?: string;
          tenantId?: string;
      }

      an object with query parameters

      • OptionalendingBefore?: string

        The target web integration ID to start looking before for web integrations. Cannot be used in conjunction with startingAfter.

      • Optionallimit?: number

        The number of web integration entries to retrieve.

      • Optionalsort?: "name" | "-name" | "+name"

        The field to sort by. Prefix with +/- to indicate ascending/descending order.

      • OptionalstartingAfter?: string

        The target web integration ID to start looking after for web integrations. Cannot be used in conjunction with endingBefore.

      • OptionaltenantId?: string

        The tenant ID to filter by.

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetWebIntegrationsHttpResponse>

    GetWebIntegrationsHttpError