Request parameters for getYear operation in YearsApi.

YearsApiGetYearRequest

interface YearsApiGetYearRequest {
    userId?: string;
    year: number;
}

Properties

Properties

userId?: string

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

YearsApiGetYear

year: number

The year.

YearsApiGetYear