A Mirror URL consists of multiple identifiers that determine how the Mirror content loads. These identifiers ensure that the correct account, stage, and content configuration are used.
Note:
If any identifier in the URL does not match the intended account, stage, or Workflow configuration, the screen might fail to load.
Components of a Mirror URL
The exact structure of a Mirror URL depends on how the Workflow is configured. For example, the URL for a Workflow with a Roleplay attached differs from one that is part of a Simulation with an Assessment.
The various components of a Mirror URL include:
Component | Description |
|---|---|
ENT ID
| Identifies the account to which the Mirror content belongs. |
Stage ID
| Identifies the stage in which the Mirror exists. It ensures that the content loads from the correct stage environment.
|
Screen ID
| Uniquely identifies a specific Mirror Screen within a Workflow. |
Folder ID
| Uniquely identifies a Workflow, including Workflows configured for Roleplay.
|
Simulation ID
| Uniquely identifies a Simulation or Assessment instance. All Workflows that belong to the same Simulation share the same Simulation ID.
|
URL Structures by Configuration
The following cases show how the Mirror URL structure changes based on the Workflow configuration:
Note:
The
<account-domain>varies based on your regional hosting configuration. For example, it might appear aswhatfix.comoreu.whatfix.com.
Case 1: Mirror Workflow not part of a Simulation
https://<account-domain>/service/mirror/serve/{entId}/{stageId}/{screenId}This structure loads the Mirror Workflow that is not part of a Simulation.
Case 2: Mirror Workflow as part of a Simulation with an Assessment added
https://<account-domain>/service/mirror/serve/{entId}/{stageId}/{screenId}?assessmentMode=true&simulationId={simulationId}This structure loads the Mirror Workflow with an Assessment added to a Simulation.
Case 3: Mirror Workflow with a Roleplay attached
https://<account-domain>/service/mirror/roleplay/{entId}/{stageId}/{folderId}This structure loads the Mirror Workflow with a Roleplay attached.




