TagProperties
- Last UpdatedMar 20, 2025
- 1 minute read
|
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 Insight solution:
https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/Historian/v2/TagProperties |
|
Sample Output |
{ @odata.context: "https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/Historian/v2/$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 }, ... |