Skip to content

SudoSOS Back-end API / events / EventResponse

Interface: EventResponse ​

Deprecated ​

Events are out of scope for SudoSOS. Delete from 01/11/2026.

Extends ​

Properties ​

createdAt? ​

ts
optional createdAt: string;

Inherited from ​

BaseEventResponse.createdAt


createdBy ​

ts
createdBy: BaseUserResponse;

Inherited from ​

BaseEventResponse.createdBy


endDate ​

ts
endDate: string;

Inherited from ​

BaseEventResponse.endDate


id ​

ts
id: number;

Inherited from ​

BaseEventResponse.id


name ​

ts
name: string;

Inherited from ​

BaseEventResponse.name


shifts ​

ts
shifts: EventInShiftResponse[];

startDate ​

ts
startDate: string;

Inherited from ​

BaseEventResponse.startDate


type ​

ts
type: EventType;

Inherited from ​

BaseEventResponse.type


updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

BaseEventResponse.updatedAt


version? ​

ts
optional version: number;

Inherited from ​

BaseEventResponse.version