Get All Streaks Parameters
constructor(status: List<StreakStatus>? = null, type: List<StreakType>? = null, limit: Int? = null, offset: Int? = null)
Parameters
status
Filter streaks by their current status.
type
Filter streaks by their type.
limit
Maximum number of streaks to return.
offset
Get streaks from a specific starting point.