- Print
- DarkLight
- PDF
Release date: 2023-12-19
Improvements
- Added the ability to resize panels on the Events page in the split view mode.
- The left-side main menu was restructured to be more compact.
The documentation that was referred to in the now-removed Resources page is available via the links:
Simulator Public API: https://doc.simulator.company/
Scripts specification: https://doc.simulator.company/cdu
- Added the
focusMode=true
GET parameter, which you can use together with thehideSidebar=true
parameter for generating Events page URLs. You can use these parameters together in the following URL scheme:
{environmentUrl}/events/{workspaceId}/list/all?hideSidebar=true&focusMode=true
where:
environmentUrl - for example, https://sim.simulator.company/
workspaceId - Workspace ID.
For more information, go to Settings.
With the focusMode=true
, you can hide certain UI elements of the Events page, and current events open in the split view mode.
Normal view | Hide sidebar+focus mode view |
---|---|
We recommend using this parameter to generate a URL embedded in a script page to enable events functionality in this script without adding extra UI elements.
API
API methods for managing access rights were optimized.
For more information, go to Access Rules.
Fixed issues
API realtime operation in scripts was fixed.
For more information, go to Simulator Public API.