Function UserViewsApiAxiosParamCreator
- UserViewsApiAxiosParamCreator(
configuration?: Configuration,
): {
getGroupingOptions: (
userId?: string,
options?: RawAxiosRequestConfig,
) => Promise<RequestArgs>;
getUserViews: (
userId?: string,
includeExternalContent?: boolean,
presetViews?: CollectionType[],
includeHidden?: boolean,
options?: RawAxiosRequestConfig,
) => Promise<RequestArgs>;
} 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>
UserViewsApi - axios parameter creator
Export