Audit Logs: Module Events

Prev Next

Payload schemas for module audit log events. Each table lists the attributes returned in the object.attributes field of the event payload for the given eventAction. For the full list of eventAction values, see Audit Logs.

Module Administration

add-module

Attribute Description Type
moduleId The unique identifier of the module that was created. String
workspaceId The unique identifier of the workspace where the module was created. String
applicationId The unique identifier of the application where the module was created. String

delete-module

Attribute Description Type
moduleId The unique identifier of the module that was deleted. String
applicationId The unique identifier of the application where the module existed. String
deletedSuccess Whether the module was deleted successfully. Boolean

copy-module-admin

Attribute Description Type
moduleId The unique identifier of the original module. String
newModuleId The unique identifier of the duplicated module. String
applicationId The unique identifier of the application where the module was duplicated. String

restore-module-admin

Attribute Description Type
moduleId The unique identifier of the module that was restored. String
applicationId The unique identifier of the application where the module was restored. String

Module Configuration

save-module-update

Attribute Description Type
moduleId The unique identifier of the module that was saved. String
applicationId The unique identifier of the application where the module exists. String

Includes priorAttributes with the prior component tree for before-and-after comparison.

modify-module-settings

Attribute Description Type
moduleId The unique identifier of the module whose settings were changed. String
applicationId The unique identifier of the application where the module exists. String
settingName The name of the setting that was changed. String

modify-module-permissions

Attribute Description Type
moduleId The unique identifier of the module whose permissions were changed. String
permissions The updated permissions object. Object

modify-module-editmode

Attribute Description Type
moduleId The unique identifier of the module whose edit mode was changed. String
editMode The updated edit mode setting. String

modify-module-translation

Attribute Description Type
moduleId The unique identifier of the module whose translation setting was changed. String
language The language affected by the translation change. String

modify-workflow-settings

Attribute Description Type
moduleId The unique identifier of the module whose workflow settings were changed. String
applicationId The unique identifier of the application where the module exists. String

Module Transforms

add-module-transform

Attribute Description Type
moduleId The unique identifier of the module where the transform was created. String
transformName The name of the transform that was created. String

modify-module-transform

Attribute Description Type
moduleId The unique identifier of the module where the transform was changed. String
transformName The name of the transform after changes were made. String

delete-module-transform

Attribute Description Type
moduleId The unique identifier of the module where the transform was deleted. String
transformName The name of the transform that was deleted. String
deletedSuccess Whether the transform was deleted successfully. Boolean

download-module-transform

Attribute Description Type
moduleId The unique identifier of the module where the transform was downloaded. String
transformName The name of the transform that was downloaded. String

save-module-snippet

Attribute Description Type
moduleId The unique identifier of the module where the snippet was saved. String
snippetName The name of the snippet that was saved. String

Changelog

Date Change
2026-09-11 Initial publication (EN-8100).