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 ​
createdBy ​
ts
createdBy: BaseUserResponse;Inherited from ​
endDate ​
ts
endDate: string;Inherited from ​
id ​
ts
id: number;Inherited from ​
name ​
ts
name: string;Inherited from ​
shifts ​
ts
shifts: EventInShiftResponse[];startDate ​
ts
startDate: string;Inherited from ​
type ​
ts
type: EventType;Inherited from ​
updatedAt? ​
ts
optional updatedAt: string;Inherited from ​
version? ​
ts
optional version: number;