Client URL Parameters¶
Insight-Web understands certain URL parameters when it starts. Currently it is possible to trigger an open-Action. Example:
{
    "label": "In neuem Tab öffnen",
    "action": "open",
    "icon": "icon-arrow-up-right",
    "actionValues": [
        {
            "event": "loadapp",
            "value": "LOCATION",
            "inTab": "true"
        }
    ],
    "roles": ["MAXEVERYONE"]
}
URL: https://maximo.host.tld/insight/web/#?action=open&event=loadapp&value=LOCATION&uniqueid=123456
You can pass all possible (Maximo-URL) parameters after action=open just like it's possible in the open-Action itself.