SearchLinkInteractionInput is an input datatype for a search link interaction

This datatype is used by five other input datatypes: CreateSavedQueryInput, which is used by the createSavedQuery() mutation field; CreateSearchLinkInteractionInput, which is used by the createSearchLinkInteraction() mutation field; UpdateSavedQueryInput, which is used by the updateSavedQuery() mutation field; UpdateSearchLinkInteractionInput, which is used by the updateSearchLinkInteraction() mutation field; and WidgetQueryPropertiesInput, which is used by the WidgetInput datatype.

This last datatype is used by two more datatypes: CreateDashboardInput, which is used by the createDashboard() mutation field; and UpdateDashboardInput, which is used by the updateDashboard() mutation field;

Table: SearchLinkInteractionInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 19, 2024
arguments[ArgumentInput]yes Long-TermA search link arguments. See ArgumentInput.
fieldInteractionConditions[FieldInteractionConditionInput]yes Long-TermThe field interaction conditions. See FieldInteractionConditionInput.
isLivebooleanyes Long-TermWhether the search is for live data.
namestringyes Long-TermThe name of the search link interaction.
openInNewTabbooleanyes Long-TermWhether to open in a new tab.
queryStringstringyes Long-TermThe query string to use.
repoOrViewNameRepoOrViewName  Long-TermThe name of the view. See RepoOrViewName is a scalar.
titleTemplatestring  Long-TermThe title of the template.
useWidgetTimeWindowbooleanyes Long-TermWhether to use the time window widget.