Qlik URI format
URI definition for Qlik follows this standard:
Identifier fragments:
- Namespace:
qlik://{host}
- Scheme =
qlik
- Authority =
{host}
- Scheme =
- Unique name:
{spaceId}/{appId}
Dashboard URI format:
qlik://{host}/{spaceId}/{appId}
Instance URI format:
qlik://{host}
Parameters limitations:
host
identifier must include only lowercase letters, numbers, dash and dot (regex:[a-z0-9-.]+
)spaceId
identifier must include only lowercase letters from a to f and numbers (regex:[a-f0-9]+
appId
identifier must include only lowercase letters from a to f, numbers and dashes (regex:a-f0-9-]+
)
Dashboard example:
qlik://q79u6ai1s89li4l.cm.qlikcloud.com/66f56e01f33b9a71c8466264/e6f09c72-fb90-40a8-aef4-54029a227da2
Instance example:
qlik://q79u6ai1s89li4l.cm.qlikcloud.com
Updated about 4 hours ago