Skip to content

Conversation

@Gerivian
Copy link
Contributor

@Gerivian Gerivian commented Jan 19, 2026

Note

Reorganizes and streamlines Auditbox documentation.

  • Split programmatic usage docs: Replaces Using Auditbox Programmatically with two guides—Send AuditEvents to Auditbox and Read AuditEvents Using API—covering auth, single/bulk upload, fetching by ID, search, and pagination
  • API reference cleanup: Adds dedicated Pagination Parameters section (_count, _offset) and removes inlined example blocks and duplicate pagination/how‑to snippets to reduce clutter
  • Release notes: Adds entries for 0.5.0 and 0.4.0 (custom user search param; remove Keycloak references)

Written by Cursor Bugbot for commit 660ed5f. This will update automatically on new commits. Configure here.

### Single event upload

*/AuditEvent* endpoint is used for uploading a single AuditEvent to
`/AuditEvent` endpoint is used for uploading a single AuditEvent to
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The /AuditEvent endpoint accepts a single AuditEvent for upload to Auditbox.

Comment on lines +133 to +138
### Pagination Parameters

| Parameter | Type | Description | Example |
|-----------|------|-------------|---------|
| `_offset` | number | How many entries to skip displaying | `?_offset=10` |
| `_count` | number | How many entries to displaying | `?_count=10` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pagination Parameters

Parameter Type Description Example
_offset number Number of entries to skip ?_offset=10
_count number Number of entries to return ?_count=10

[parameters]
```

You can read about all supported search parameters in the API reference.
Copy link
Contributor

@not-in-stock not-in-stock Jan 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be cool to add a link to API reference here. WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants