GetTenantNotificationsResponse: {
    broadcast_level: "ACCOUNT" | "INDIVIDUAL" | "PLATFORM" | "RESOURCE";
    call_to_action: string;
    committed: boolean;
    content: { [key: string]: NotificationContentResponse };
    context: "ACCOUNT" | "STUDIO" | "WORKSPACE" | "AI";
    created_at?: string;
    criticality: "LOW" | "MEDIUM" | "HIGH";
    id: string;
    last_until?: string;
    persistent: boolean;
    target?: string;
    trigger_at: string;
}

Type declaration

  • broadcast_level: "ACCOUNT" | "INDIVIDUAL" | "PLATFORM" | "RESOURCE"
  • call_to_action: string
  • committed: boolean
  • content: { [key: string]: NotificationContentResponse }
  • context: "ACCOUNT" | "STUDIO" | "WORKSPACE" | "AI"
  • Optionalcreated_at?: string
  • criticality: "LOW" | "MEDIUM" | "HIGH"
  • id: string
  • Optionallast_until?: string
  • persistent: boolean
  • Optionaltarget?: string
  • trigger_at: string