Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 402 Bytes

File metadata and controls

10 lines (7 loc) · 402 Bytes

Notifications

Agent notifications (/api/Notification). Supports list, get by ID, create, and delete per OpenAPI.

Operations

  • Get ManyGET /Notification with optional agent_id, restrictto_agent_id, showall, and type filters
  • Get by IDGET /Notification/{id}
  • CreatePOST /Notification with JSON body fields
  • DeleteDELETE /Notification/{id}