Request results screen URL
Instead of requesting the URL for the complete plug-in with the recording screen, as described in Request plug-in URL, you can also request the URL for just the results screen of a previously performed health check. This allows you to display the results screen anywhere in your app. This might be handy for certain use cases, such as the Custom questions screen before results use case.
Make sure you've gone through the documentation below or have already set this up before.
You can retrieve the URL for the results screen by calling the API endpoint below and providing the UUID of the health check. The UUID uniquely identifies the health check and can be retrieved via the Message events that are sent by the plug-in during the recording phase.
To display the results screen, you can follow the same procedure as for the complete plug-in, but with a different iframe src URL loaded. Head back to Embed in web app or Embed in mobile app for more information about how to accomplish this.