GetGroupsData

Type Alias: GetGroupsData

[object Object]

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

Properties

body?

optional body?: never

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


path?

optional path?: never

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


query?

optional query?: object

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

IncludeInactive?

optional IncludeInactive?: boolean

Indicates whether to include inactive groups in the retrieved group data. If set to true, both active and inactive groups will be included in the response; if set to false, only active groups will be included. This field allows for filtering group data based on their active status, enabling the retrieval of groups that are currently active or all groups regardless of their active status based on the client's needs.

MembershipYear?

optional MembershipYear?: number


url

[object Object]

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

On this page