-
Notifications
You must be signed in to change notification settings - Fork 22
[auditbox] update api docs #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| ### Single event upload | ||
|
|
||
| */AuditEvent* endpoint is used for uploading a single AuditEvent to | ||
| `/AuditEvent` endpoint is used for uploading a single AuditEvent to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
/AuditEventendpoint accepts a single AuditEvent for upload to Auditbox.
| ### 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` | |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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?
Note
Reorganizes and streamlines Auditbox documentation.
Using Auditbox Programmaticallywith two guides—Send AuditEvents to AuditboxandRead AuditEvents Using API—covering auth, single/bulk upload, fetching by ID, search, and paginationPagination Parameterssection (_count,_offset) and removes inlined example blocks and duplicate pagination/how‑to snippets to reduce clutter0.5.0and0.4.0(customusersearch param; remove Keycloak references)Written by Cursor Bugbot for commit 660ed5f. This will update automatically on new commits. Configure here.