List Modules audit history
Returns the paginated audit history for a single Modules. Snapshots (beforeSnapshot, afterSnapshot) are excluded by default — opt in with ?include=beforeSnapshot,afterSnapshot. Standard query DSL applies (filter, sort, page, pageSize). The default sort is createdOn:desc.
Authorizations
API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Path Parameters
Unique identifier (UUID) of the resource.
Query Parameters
Page number (1-indexed). Defaults to 1.
Number of items per page (1-1000). Defaults to 20, maximum 1000.
Sort expression as field,direction. Direction is asc or desc. Multiple sort fields can be specified by repeating the parameter.
RSQL/FIQL filter expression. Supported operators: == (equals), != (not equals), =like= (contains), =in= (in list), > / >= / < / <= (comparison), =isnull=true (is null), =isnull=false (is not null). Combine with ; (AND) or , (OR). Example: name=='Acme Corp';status==active
Full-text search query matching against the entity's searchable fields.
Comma-separated list of optional fields to include in the response. Supported values: beforeSnapshot, afterSnapshot. Both are excluded by default because they can be large.
Response
Page of Modules audit entries.
Paginated response containing audit entries.
Audit entries on this page, oldest-first or newest-first depending on the sort parameter (default is createdOn:desc).
Whether this is the first page.
Whether this is the last page.
Current page number (0-indexed).
Number of items on the current page.
Pagination metadata.
Page size (number of items per page).
Sort metadata.
Total audit entries across all pages for this entity.
Total number of pages.
