Get a list of all Auditable entity types.

External Documentation

To learn more, visit the AuditBoard documentation.

Parameters

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

Example Output

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

Workflow Library Example

List Auditable Entity Types with Auditboard and Send Results Via Email

Preview this Workflow on desktop