Skip to content

SudoSOS Back-end API / events / EventInShiftResponse

Interface: EventInShiftResponse ​

Deprecated ​

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

Extends ​

Properties ​

answers ​

ts
answers: BaseEventAnswerResponse[];

Answers for this shift.


createdAt? ​

ts
optional createdAt: string;

Inherited from ​

EventShiftResponse.createdAt


id ​

ts
id: number;

Inherited from ​

EventShiftResponse.id


name ​

ts
name: string;

Inherited from ​

EventShiftResponse.name


roles ​

ts
roles: string[];

Inherited from ​

EventShiftResponse.roles


updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

EventShiftResponse.updatedAt


version? ​

ts
optional version: number;

Inherited from ​

EventShiftResponse.version