System Versions
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
System Versions
Get the current versions of the PI Web API instance and all external plugins.
Request
GET system/versions
Status Codes
200: A dictionary of assembly name-version information pairs.
Sample Response Body
{
"OSIsoft.OMF.SvcPlugin": {
"FullVersion": "1.13.0.6298",
"MajorMinorRevision": "1.13.0",
"Build": "6298"
},
"OSIsoft.REST.Core": {
"FullVersion": "1.13.0.6298",
"MajorMinorRevision": "1.13.0",
"Build": "6298"
},
"OSIsoft.REST.Documentation": {
"FullVersion": "1.13.0.6298",
"MajorMinorRevision": "1.13.0",
"Build": "6298"
},
"OSIsoft.REST.Services": {
"FullVersion": "1.13.0.6298",
"MajorMinorRevision": "1.13.0",
"Build": "6298"
},
"OSIsoft.REST.StreamUpdates": {
"FullVersion": "1.13.0.6298",
"MajorMinorRevision": "1.13.0",
"Build": "6298"
},
"OSIsoft.Search.SvcLib": {
"FullVersion": "1.13.0.6298",
"MajorMinorRevision": "1.13.0",
"Build": "6298"
}
}