GroupResponseDto

Type Alias: GroupResponseDto

[object Object]

Defined in: api/types.gen.ts:714

Represents the response DTO for a group, containing all relevant information about the group, including its properties and any associated data. The GroupResponseDTO is used to transfer comprehensive group data from the server to the client when retrieving group information, allowing for a complete representation of the group's details in the response payload. The GroupResponseDTO can include properties such as the group's unique identifier, name, active status, type, and any associated group picture information, providing a comprehensive view of the group data for the client application.

Properties

active

[object Object]

Defined in: api/types.gen.ts:726

Status of the group. Inactive groups are hidden from administrative views to prevent clutter, but are preserved in the database for historical records and statistics (e.g., the Almanac).


costUnitId?

optional costUnitId?: string | null

Defined in: api/types.gen.ts:735

The default cost center for the group, used for financial transactions.


glAccountId?

optional glAccountId?: string | null

Defined in: api/types.gen.ts:731

The default GL account for the group, used for financial transactions.


groupPicturePath?

optional groupPicturePath?: string | null

Defined in: api/types.gen.ts:739

The path where the picture for the group is stored, if any.


id

[object Object]

Defined in: api/types.gen.ts:718

The unique identifier of a Group, assigned incrementally.


name

[object Object]

Defined in: api/types.gen.ts:722

The name of the Group.


type

[object Object]

Defined in: api/types.gen.ts:727

On this page