Can anyone tell me if it is possible to access the DisplayDigits key via PI Web API to get the value? I can't find this key.
Can anyone tell me if it is possible to access the DisplayDigits key via PI Web API to get the value? I can't find this key.
Hi Kaike
With the PI Web API Help > Attribute > GetByPath method you can obtain the webId and with the PI Web API Help > Point > Get method you can obtain the attributes of the point.
example:
I get webId with TagPI
https://yourServer/piwebapi/attributes?path=\\PIServer\TagPI
get attributes with WebId
https://yourServer/piwebapi/points/webId
regards
Hi Kaike
With the PI Web API Help > Attribute > GetByPath method you can obtain the webId and with the PI Web API Help > Point > Get method you can obtain the attributes of the point.
example:
I get webId with TagPI
https://yourServer/piwebapi/attributes?path=\\PIServer\TagPI
get attributes with WebId
https://yourServer/piwebapi/points/webId
regards