External

  • API: /notifications
  • API: /notifications/:notificationId

Constructors

  • Parameters

    • json: {
          id: string;
          title: string;
          status: number;
          red: boolean;
          description: string;
          created: string | Date;
          modified: string | Date;
      }
      • id: string
      • title: string
      • status: number
      • red: boolean
      • description: string
      • created: string | Date
      • modified: string | Date

    Returns EventNode

Properties

id: string
title: string
status: number
red: boolean
description: string
created: Date
modified: Date

Methods

  • Returns {
        id: string;
        title: string;
        status: number;
        red: boolean;
        description: string;
        created: Date;
        modified: Date;
    }

    • id: string
    • title: string
    • status: number
    • red: boolean
    • description: string
    • created: Date
    • modified: Date