Tagsuggest
- Last UpdatedMar 20, 2025
- 1 minute read
|
Description |
Retrieves content or tags based on search criteria from AVEVA Insight. It returns the search results based on tag name, content name, keywords, description, and so on. It also returns the summary of the search result -- for example, total matching search results for the given search text. You can use the these query options:
|
|
URL |
/TagSuggest |
|
Method |
GET |
|
Required Parameters |
|
|
Optional Parameters |
|
|
Sample Query |
Scenario 1 This query returns values from a search of all fields (default).
https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/historian/v2/TagSuggest Scenario 2 This query uses the "q" query option to limit the search to only the "location" field.
https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/historian/v2/TagSuggest Scenario 3 This query uses the "Type" option to limit the search to only a certain type of data (Tag or SavedContent).
https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/historian/v2/TagSuggest?q=d&Type=Tag |