ActivityEntityQueryTemplateProperties interface
Describes activity entity query properties
Properties
| content | The entity query content to display in timeline |
| data |
List of required data types for the given entity query template |
| description | The entity query description |
| entities |
The query applied only to entities matching to all filters |
| input |
The type of the query's source entity |
| query |
The Activity query definitions |
| required |
List of the fields of the source entity that are required to run the query |
| title | The entity query title |
Property Details
content
The entity query content to display in timeline
content?: string
Property Value
string
dataTypes
List of required data types for the given entity query template
dataTypes?: DataTypeDefinitions[]
Property Value
description
The entity query description
description?: string
Property Value
string
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
queryDefinitions
The Activity query definitions
queryDefinitions?: ActivityEntityQueryTemplatePropertiesQueryDefinitions
Property Value
requiredInputFieldsSets
List of the fields of the source entity that are required to run the query
requiredInputFieldsSets?: string[][]
Property Value
string[][]
title
The entity query title
title?: string
Property Value
string