External DocumentationTo learn more, visit the AuditBoard documentation.
Actions
List Auditable Entity Types
Get a list of all Auditable entity types.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Include | Specify which optional data fields to include in the response. |
{
"auditable_entity_types": [
{
"id": 0,
"sort_order": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": "string",
"name": "string",
"form_template_id": 0,
"key": "string",
"intake_form_template_id": 0,
"level": 0,
"inventory_class": "string"
}
]
}
Was this page helpful?