Get combined radar and signal events for a single organization
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Organization ID |
since | string | Yes | ISO 8601 timestamp — only events after this time |
limit | integer | No | Max events per type (default 5, max 20) |
compact | boolean | No | Omit posts, bulletSummary, eventOwner, eventParticipants |
| Status | Error | Cause |
|---|---|---|
| 400 | id parameter is required | Missing org ID |
| 400 | since parameter is required | Missing time filter |
| 404 | Organization not found | Invalid org ID |