Home Get
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Home Get
Get top level links for this PI System Web API instance.
Request
GET
Status Codes
200: Links to top level collections and system information.
Sample Response Body
{
"Links": {
"Self": "https://myserver/piwebapi/",
"AssetServers": "https://myserver/piwebapi/assetservers",
"DataServers": "https://myserver/piwebapi/dataservers",
"System": "https://myserver/piwebapi/system"
}
}