GetActivitiesData

Type Alias: GetActivitiesData

[object Object]

Defined in: app/api/types.gen.ts:1127

Properties

body?

optional body?: never

Defined in: app/api/types.gen.ts:1128


path?

optional path?: never

Defined in: app/api/types.gen.ts:1129


query?

optional query?: object

Defined in: app/api/types.gen.ts:1130

IncludeFuture?

optional IncludeFuture?: boolean

Indicates whether to include future activities in the response. If set to true, activities that are scheduled for the future will be included in the response; if set to false, only past activities will be included.

IncludePast?

optional IncludePast?: boolean

Indicates whether to include past activities in the response. If set to true, activities that have already occurred will be included in the response; if set to false, only upcoming activities will be included.

OpenForPayment?

optional OpenForPayment?: boolean

Indicates whether to include activities that are open for payment in the response. If set to true, activities that are currently open for payment will be included in the response; if set to false, only activities that are not open for payment will be included.

Year?

optional Year?: number

Indicates the year for which to retrieve activities. If specified, only activities that are associated with the given year will be included in the response.


url

[object Object]

Defined in: app/api/types.gen.ts:1148

On this page