System Landing
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
System Landing
Get system links for this PI System Web API instance.
Request
GET system
Status Codes
200: Links to top level collections and system information.
Sample Response Body
{
"ProductTitle": "PI Web API 2019 SP1",
"ProductVersion": "1.13.0.6298",
"Links": {
"Self": "https://myserver/piwebapi/system",
"CacheInstances": "https://myserver/piwebapi/system/cacheinstances",
"Configuration": "https://myserver/piwebapi/system/configuration",
"UserInfo": "https://myserver/piwebapi/system/userinfo",
"Versions": "https://myserver/piwebapi/system/versions",
"Status": "https://myserver/piwebapi/system/status",
"InstanceConfiguration": "https://myserver/piwebapi/system/instanceconfiguration"
}
}