Table Get
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Table Get
Retrieve a table.
Request
GET tables/{webId}
URL Parameters
-
webId The ID of the table. 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 table.
Sample Response Body
{
"WebId": "I1BlDqD5loBNH0erqeqJodtALAmLr4X86Jmkeynt3QVwlqXw",
"Id": "5ff8ba98-89ce-479a-b29e-ddd057096a5f",
"Name": "CarInfo",
"Description": "Table of car info.",
"Path": "\\\\MyAssetServer\\MyDatabase\\Tables[CarInfo]",
"CategoryNames": [
"Table Category"
],
"TimeZone": "Eastern Standard Time",
"ConvertToLocalTime": "false",
"Links": {
"Self": "https://localhost.osisoft.int/piwebapi/tables/I1BlDqD5loBNH0erqeqJodtALAmLr4X86Jmkeynt3QVwlqXw"
}
}