Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleSerialization

The serialization of page element to datamodel is handled by the IApiRendererFactory, this renderer factory can be overridden to customize the serialization. In Java by use of the AquimaApiRendererFactory annotation, in .NET in your plugin by registering your custom renderer factory to the plugin context.



...


Load session information

After a session has been created using /api/v2/start, the current state of the session can be obtained through:

Code Block
languagejs
POST /api/v2/session/{sessionId}/load


...