UserViewsApi - axios parameter creator

  • Parameters

    Returns {
        getGroupingOptions: (
            userId?: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        getUserViews: (
            userId?: string,
            includeExternalContent?: boolean,
            presetViews?: CollectionType[],
            includeHidden?: boolean,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
    }

    • getGroupingOptions: (userId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>
    • getUserViews: (
          userId?: string,
          includeExternalContent?: boolean,
          presetViews?: CollectionType[],
          includeHidden?: boolean,
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>