GetPointsAttributesByCondition
Retrieve the attributes of the Historian points based on the Condition field.
Input Parameter
Item | Description |
|---|---|
Request | GET |
URL Parameter |
|
Request Header | Authentication : String (required). Bearer Token string returned from the Login action. |
Request Body | None |
Status Code |
|
Sample
Request Header
"Authorization": "eyJhbGciOiJIUzI1N…"
Request URL Parameter
request={"ServerName":"HisSrvName","Condition":"Tag=TestPoint* AND PointSource:L","PointAttributes":["*"]}
Response Body
{ "Result": { "TestPoint1": { "tag": "TestPoint1", "pointtype": 8, "pointid": 144, "step": 0, "future": 0, "excdevpercent": 0.1 }, "TestPoint2": { "tag": "TestPoint2", "pointtype": 8, "pointid": 145, "step": 0, "future": 0, "excdevpercent": 0.1 } }, "Success": true, "ErrorMessage": "" }
Provide Feedback