Skip to main content
Use getStatus() to inspect the current application state, including authentication, current URL, interaction details, documents, and facts.
Applies to Web Component, Window API, and PostMessage. Examples on this page use the Web Component API shape.

Usage

Prerequisites

  • None

Input validation

  • None

Possible errors

  • This action does not typically throw structured error codes.
  • In rare cases, partial data may be returned if specific state queries fail.

Returns

Notes

  • This method is useful for debugging and for checking whether prerequisites are already satisfied.
  • applicationVersion is the application release version.
  • isMedicalDevice indicates whether the current build is a regulated medical device. When true, the medicalDevice object is included with the device identifier, build date, and composed UDI. When false, medicalDevice is omitted.
  • interaction may be null if no interaction is active or if interaction lookup fails.