TagProperties
- Last UpdatedFeb 06, 2025
- 1 minute read
Note: This resource has been deprecated. See sample queries under Tags for current information on retrieving properties associated with a tag.
|
Description |
Lists all properties used in the system. Tag properties include both base and extended properties of a tag. Examples of TagProperties are DataSourceName and Unit. |
|
URL |
/TagProperties |
|
Method |
GET |
|
Required Parameters |
|
|
Optional Parameters |
|
|
Sample Query |
This query lists all properties and extended properties for your AVEVA Insight solution: https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/Historian/v3/TagProperties |
|
Sample Output |
{ @odata.context: "https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/Historian/v3/$metadata#TagProperties", value: [ { Name: "DataSourceName", Type: "String", ReadOnly: true }, { Name: "Namespace", Type: "String", ReadOnly: true }, { Name: "TagName", Type: "String", ReadOnly: true }, { Name: "FullyQualifiedName", Type: "String", ReadOnly: true }, ... |