2024 September Serraview Product Release
September's release includes:
- Advance Filter for Building Enhancement
- Building Module - Sorting on Type Column Enhancement
- Engage API Enhancement
- General Maintenance
Released September 14th
Advance Filter for Building Enhancement
The Building screen will have an advanced filter that includes Region and Type of building.
Building Module - Sorting on Type Column Enhancement
Now you will be able to sort on the Type column.
Engage API Enhancement
These are only API changes and this doesn’t affect the Engage web or mobile UI.
The following endpoints have been updated to include a flag indicating whether a user has checked into a desk or space. This flag will help in identifying the check-in status of desks and spaces more efficiently.
/engage_api/v1/floors/:id/spaces
- Retrieves the shape JSON data that is used for rendering the shape overlay on the floor plan.
- Retrieves availability data for the space, including the reservations data for each space.
/engage_api/v1/floors/:id/available
- Retrieves the availability data for the meeting room spaces.
/engage_api/v1/floors/:id/available/desks
- Retrieves the availability data for the desk spaces.
The following endpoints are for requests for Space and Availability and they have been optized to improved performance.
/engage_api/v1/floors/:id/spaces
- Retrieves the shape JSON data that is used for rendering the shape overlay on the floor plan.
- Retrieves availability data for the space, including the reservations data for each space.
/engage_api/v1/floors/:id/available
- Retrieves the availability data for the meeting room spaces.
/engage_api/v1/floors/:id/available/desks
- Retrieves the availability data for the desk spaces.
General Maintenance
- Custom Reports - When a custom field with a type of Entity - Multi Select is used, it will cause the report to error out. This has been fixed.
- 36 Business Case Report - The date field has been corrected.