TaskFilterSpecByUsername
TaskFilterSpecByUsername
This data object type enables you to filter task history according to the users who performed the tasks.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"systemUser": false,
"userList": [
"string"
]
}
boolean
systemUser
Required
Whether or not to filter by system user.
If set to true, filters for system user event.
array of string
userList
Optional
Specifies the username list to use in the filter.
If not set, then all regular user tasks are collected.