Get
GET points/{webId}
Get a point.
URL Parameters
-
webId
The ID of the point. See WebID for more information.
-
selectedFields
List of fields to be returned in the response, separated by semicolons (;). If this parameter is not specified, all available fields will be returned. See Selected Fields for more information.
-
webIdType
Optional parameter. Used to specify the type of WebID. Useful for URL brevity and other special cases. Default is the value of the configuration item "WebIDType". See WebID Type for more information.
Status Codes
200: The specified point.
Sample Response
{
"WebId": "I1DPa70Wf0zBA06CLkV9ovNQgQCAAAAA",
"Id": 82,
"Name": "PointName",
"Path": "\\\\MyPIServer\\PointName",
"Descriptor": "12 Hour Sine Wave",
"PointClass": "classic",
"PointType": "Float32",
"DigitalSetName": "",
"Span": 100.0,
"Zero": 0.0,
"EngineeringUnits": "",
"Step": false,
"Future": false,
"DisplayDigits": -5,
"Links": {
"Self": "https://localhost.osisoft.int/piwebapi/points/I1DPa70Wf0zBA06CLkV9ovNQgQCAAAAA"
}
}