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