getYear

suspend fun getYear(year: Int, userId: UUID? = null): Response<BaseItemDto>

Gets a year.

Parameters

year

The year.

userId

Optional. Filter by user id, and attach user data.