External DocumentationTo learn more, visit the AuditBoard documentation.
Actions
List Entities
Get a list of the entities with their associated data.

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. |
{
"entities": [
{
"id": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": "string",
"sort_order": 0,
"entity_code": "string",
"name": "string",
"region_id": 0,
"auditable_entity_id": 0,
"is_group": false,
"enterprise_segment_id": 0,
"system_generated": false
}
]
}
Was this page helpful?