UserViewsApi

class UserViewsApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
fun UserViewsApi(api: ApiClient)

Functions

Link copied to clipboard
suspend fun getGroupingOptions(userId: <ERROR CLASS> = api.userId ?: throw MissingUserIdException()): Response<List<<ERROR CLASS>>>

Get user view grouping options.

Link copied to clipboard
suspend fun getUserViews(    userId: <ERROR CLASS> = api.userId ?: throw MissingUserIdException(),     includeExternalContent: Boolean? = null,     presetViews: Collection<String>? = emptyList(),     includeHidden: Boolean? = false): Response<<ERROR CLASS>>

Get user views.