Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Historian

TagGroups

  • Last UpdatedMar 20, 2025
  • 1 minute read

Description

Retrieves information about data sources. Each data source contains a group of tags.

URL

/TagGroups

Method

GET 

Required Parameters

  • GroupID=[string]
    Globally unique identifier for the tag group.

Optional Parameters

  • GroupName=[string]
    The name of the data source.

  • TypeID=[string]
    The type of data source.

  • ParentID=[string]

  • Scope=[string]
    Used for tag-level security, this defines a location within the data source.

  • Tags
    Identifies related Tags.

  • Groups
    Identifies related TagGroups.

Sample Query

This query lists the data sources (labeled "TagGroups" in this API) for your Insight solution identified by solution ID. In this example, the solution ID used is "ik97r5".

https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/historian/v2/TagGroups

Sample Output

{

@odata.context: "https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/Historian/v2
/$metadata#TagPropertyValues",

value: [

{

Name: "Source",

Value: "Meter",

Tags@odata.navigationLink:
"https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis
/Historian/v2/TagPropertyValues(Name='Source',Value='Meter')
/Tags"

},

{

GroupID: "1cd29ff2-f7f3-428b-a593-55c917136a39",

GroupName: "Weather",

Type: "1000000",

ParentID: "0",

Scope: "Public",

Tags@odata.navigationLink: "https://online.wonderware.[DOMAINSUFFIX]
/s/ik97r5/apis/Historian/v2/TagGroups
('1cd29ff2-f7f3-428b-a593-55c917136a39')/Tags",

Groups@odata.navigationLink: "https://online.wonderware.[DOMAINSUFFIX]
/s/ik97r5/apis/Historian/v2/TagGroups
('1cd29ff2-f7f3-428b-a593-55c917136a39')/Groups"

}

]

}

Related Links
TitleResults for “How to create a CRG?”Also Available in