TagPropertyValues
- Last UpdatedMar 20, 2025
- 1 minute read
|
Description |
Retrieves values for one or more tag properties. Tag properties include base and extended properties of Tag. Examples of TagProperties are DataSourceName and Unit. |
|
URL |
/TagpropertyValues |
|
Method |
GET |
|
Required Parameters |
|
|
Optional Parameters |
|
|
Sample Query |
This query lists the property name ("Source") and value (that is, the data source name) for all data sources:
https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/Historian/v2/TagPropertyValues |
|
Sample Output |
{ @odata.context: "https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/Historian/v2 value: [ { Name: "Source", Value: "Meter", Tags@odata.navigationLink: }, { Name: "Source", Value: "Weather", Tags@odata.navigationLink: } ] } |