Get a list of the entities with their associated data.

External Documentation

To learn more, visit the AuditBoard documentation.

Parameters

ParameterDescription
IncludeSpecify which optional data fields to include in the response.

Example Output

{
	"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
		}
	]
}

Workflow Library Example

List Entities with Auditboard and Send Results Via Email

Preview this Workflow on desktop