URL parameters reference
- Last UpdatedAug 20, 2025
- 4 minute read
You can add query string parameters listed in the table below to the Base URL paths by following these basic syntax rules:
-
Separate query string parameters from preceding base URL with a question mark (?).
-
Separate each query string parameter with an ampersand (&).
You can manually add parameters to a URL if you are providing a URL to other users and you want the display to automatically use specific options when those users open the display.
Note: A URL must include URL-encoded characters where needed. For example, the plus sign (+) indicates in HTML. To enter an actual plus sign as part of a URL, it must be encoded as . That means to use the URL syntax , you need to enter the encoded syntax as . For more information about URL encoding, see the w3schools.com article HTML URL Encoding Reference.
|
Parameter |
Description |
|---|---|
|
Asset=<path> |
Configures an existing display to swap related assets that share the same PI AF template. Specify the assets by appending Asset to the URL, followed by the path of the new asset. Path for a data item on a PI AF server:
Syntax rules:
|
|
Calculations= <JSON string> |
Specifies calculations for a temporary (ad hoc) AVEVA PI Vision display. These calculations do not appear on the display symbol unless a corresponding data item refers to the calculation. For additional details, see Temporary (ad hoc) displays with calculations. Syntax rules:
|
|
DataItems=<path> |
Specifies a data item or multiple data items for a temporary (ad hoc) AVEVA PI Vision display. Path on a PI AF server:
Path on a Data Archive server:
Syntax rules:
|
|
HideSidebar |
Hides the sidebar of a display. Example: https://webserver/pivision/#/Displays/AdHoc?DataItems= Note: Hide parameters can also be assigned a or value. So, for example, if a display has the HideSidebar set and it contains a link to a different display, that link can include so that the side bar will be shown. |
|
HideTimebar |
Hides the timebar of a display. Example: https://webserver/pivision/#/Displays/AdHoc?DataItems= (See the note for HideSidebar.) |
|
HideToolbar |
Hides the toolbar of a display. Example: https://webserver/pivision/#/Displays/AdHoc?DataItems= (See the note for HideSidebar.) |
|
Mode=kiosk |
Specifies how an existing display should be presented. In the kiosk mode, you cannot search for data or save the display. https://webserver/pivision/#/Displays/3117/PowerAnalysis?mode=kiosk |
|
Redirect=false |
Overrides the AVEVA PI Vision redirect to a mobile site. By default, a user of a smaller device or browser is redirected to the AVEVA PI Vision mobile website. Use this parameter to bypass this behavior, such as when you embed an AVEVA PI Vision display in your own dashboard. Example: http://webserver/pivision/#/Displays/3117/PowerAnalysis?redirect=false |
|
Rootpath=<path> |
Configures an existing display to swap a parent (or other ancestor) asset for the child assets on the display. Specify the root by appending rootpath to the URL, followed by the path of the new parent asset. Example: https://webserver/pivision/#/Displays/39189/Wind-Farm-Temperatures?rootpath=\\csaf\windpowergenfleet\Wind Power Generation Fleet\Big Buffalo Wind Farm |
|
StartTime=<PI time> EndTime=<PI time> |
Specifies the start and end time of a display. Note: Start and end times must be used in pairs. We recommend using ISO 8601 standards because they are not affected by time zones. When using a time zone designator with ISO 8601, specify your offset from UTC with ±[hh]:[mm] format. For more information, see Set the time zone for a display. Example: https://webserver/pivision/#/Displays/202?starttime=2017-10-25T12:50:49.755Z&endtime=2017-10-25T13:50:49.755Z
|
|
Symbol=<symbol type> |
Specifies the symbol type that appears in a temporary (ad hoc) display. Valid symbol types include verticalgauge, horizontalgauge, radialgauge, table, trend, value, xyplot, and ACT (asset comparison table). The number of data items supported varies by symbol. Asset comparison tables do not support PI points. If no symbol is specified, a trend is the default symbol type for a temporary (ad hoc) display. For example, to change the symbol type to a table, use the Symbol=table parameter: https://webserver/pivision/#/Displays/AdHoc?DataItems= To configure a temporary (ad hoc) trend that shows only one value scale when there are multiple data items, include the Symbol=trend parameter with the MultipleScales=false setting: https://webserver/pivision/#/Displays/AdHoc?DataItems= |
|
TZ=<time zone name> |
Specifies a time offset from UTC time (Coordinated Universal Time) so that users see data in the time zone you specify. The TZ parameter can also specify Windows (for example, Eastern Standard Time) or IANA (for example, America/Denver) time zone names. Syntax:
|