GetGroupsData

Type Alias: GetGroupsData

[object Object]

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

Properties

body?

optional body?: never

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


path?

optional path?: never

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


query?

optional query?: object

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

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:3343

On this page