Documentation
    Preparing search index...
    • Returns the act information for the specified act ID.

      Parameters

      • actId: number

        The ID of the act.

      Returns {
          _responseType?: ActResponse;
          namespace?: BlizzardNamespaces;
          parameters?: Record<string, unknown>;
          path: string;
      }

      The act resource. See ActResponse.

      • Optional Internal_responseType?: ActResponse

        The response type of the resource

      • Optionalnamespace?: BlizzardNamespaces
      • Optionalparameters?: Record<string, unknown>
      • path: string