GetAnnouncementResponseDto

Type Alias: GetAnnouncementResponseDto

[object Object]

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

Represents the response DTO for an announcement, containing all relevant information about the announcement, including its properties and information about the creator. The GetAnnouncementResponseDTO is used to transfer comprehensive announcement data from the server to the client when retrieving announcement information, allowing for a complete representation of the announcement's details, creator information, and creation timestamp in the response payload.

Properties

contentDutch

[object Object]

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

The Dutch content of the announcement.


contentEnglish

[object Object]

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

The English content of the announcement.


createdAt

[object Object]

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

The date and time when the announcement was created.


createdById?

optional createdById?: string | null

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

The member id who created the announcement.


createdByName

[object Object]

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

The name of the user who created the announcement, providing information about the creator of the announcement for display purposes in the client application. This field allows for better identification and attribution of announcements to their respective creators, enhancing the user experience by providing context about the source of the announcement in the system.


id

[object Object]

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

The unique identifier of the announcement, assigned incrementally.


titleDutch

[object Object]

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

The Dutch title of the announcement.


titleEnglish

[object Object]

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

The English title of the announcement.

On this page