Agent notifications (/api/Notification). Supports list, get by ID, create, and delete per OpenAPI.
- Get Many —
GET /Notificationwith optionalagent_id,restrictto_agent_id,showall, andtypefilters - Get by ID —
GET /Notification/{id} - Create —
POST /Notificationwith JSON body fields - Delete —
DELETE /Notification/{id}