ActivityEntityQueriesProperties interface

Describes activity entity query properties

Properties

content

The entity query content to display in timeline

createdTimeUtc

The time the activity was created

description

The entity query description

enabled

Determines whether this activity is enabled or disabled.

entitiesFilter

The query applied only to entities matching to all filters

inputEntityType

The type of the query's source entity

lastModifiedTimeUtc

The last time the activity was updated

queryDefinitions

The Activity query definitions

requiredInputFieldsSets

List of the fields of the source entity that are required to run the query

templateName

The template id this activity was created from

title

The entity query title

Property Details

content

The entity query content to display in timeline

content?: string

Property Value

string

createdTimeUtc

The time the activity was created

createdTimeUtc?: Date

Property Value

Date

description

The entity query description

description?: string

Property Value

string

enabled

Determines whether this activity is enabled or disabled.

enabled?: boolean

Property Value

boolean

entitiesFilter

The query applied only to entities matching to all filters

entitiesFilter?: Record<string, string[]>

Property Value

Record<string, string[]>

inputEntityType

The type of the query's source entity

inputEntityType?: string

Property Value

string

lastModifiedTimeUtc

The last time the activity was updated

lastModifiedTimeUtc?: Date

Property Value

Date

queryDefinitions

The Activity query definitions

queryDefinitions?: ActivityEntityQueriesPropertiesQueryDefinitions

Property Value

requiredInputFieldsSets

List of the fields of the source entity that are required to run the query

requiredInputFieldsSets?: string[][]

Property Value

string[][]

templateName

The template id this activity was created from

templateName?: string

Property Value

string

title

The entity query title

title?: string

Property Value

string