Hierarchy

  • BffApplicationVersionsFrontendService

Constructors

Methods

  • Get a list of application versions Use this API to get a list of application versions that match the given parameters.

    Token Permissions: [ event_designer:access ]

    Returns

    ApplicationVersionsFrontendResponse Get a list of application versions and the accompanying metadata.

    Throws

    ApiError

    Parameters

    • __namedParameters: {
          applicationIds?: string[];
          ids?: string[];
          messagingServiceIds?: string[];
          pageNumber?: number;
          pageSize?: number;
          xContextId?: string;
      }
      • Optional applicationIds?: string[]

        Match only application versions of these application IDs, separated by commas. *

      • Optional ids?: string[]

        Match only application versions with the given IDs, separated by commas. *

      • Optional messagingServiceIds?: string[]

        Match only application versions with the given messaging service IDs, separated by commas. *

      • Optional pageNumber?: number

        The page number to get. *

      • Optional pageSize?: number

        The number of application versions to get per page. *

      • Optional xContextId?: string

        Optional context id the request is running. *

    Returns CancelablePromise<ApplicationVersionsFrontendResponse>