Type Alias: AuditLogSearchQuerySortRequest
type AuditLogSearchQuerySortRequest = object;
Properties
field
field:
| "actorId"
| "actorType"
| "auditLogKey"
| "batchOperationKey"
| "batchOperationType"
| "category"
| "decisionDefinitionId"
| "decisionDefinitionKey"
| "decisionEvaluationKey"
| "decisionRequirementsId"
| "decisionRequirementsKey"
| "elementInstanceKey"
| "entityKey"
| "entityType"
| "jobKey"
| "operationType"
| "processDefinitionId"
| "processDefinitionKey"
| "processInstanceKey"
| "result"
| "tenantId"
| "timestamp"
| "userTaskKey";
The field to sort by.
order?
optional order?: SortOrderEnum;