Hierarchy

  • StatesService

Constructors

Methods

Constructors

Methods

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

    Token Permissions: [ event_designer:access ]

    Returns

    StatesResponse Get a list of lifecycle states and the accompanying metadata.

    Throws

    ApiError

    Parameters

    • __namedParameters: {
          xContextId?: string;
      }
      • Optional xContextId?: string

        Optional context id the request is running. *

    Returns CancelablePromise<StatesResponse>