What's new in Genetec Mission Control™ Web API 2.4 - Genetec Mission Control™ Web API 2.4

Genetec Mission Control™ Web API Release Notes 2.4

Applies to
Genetec Mission Control™ Web API 2.4
Last updated
2021-11-17
Content type
Release notes
Language
English
Product
Genetec Mission Control™
Version
3.0

Genetec Mission Control™ Web API 2.4 includes the following enhancements.

Compatibility notice

You must have Genetec Mission Control™ 3.0.3.0 installed for compatibility with Genetec Mission Control™ Web API 2.4.

To upgrade to the latest version of Web API, you must uninstall the previous version of the Genetec Mission Control™ Web API Installer.

API enhancements

You can use Genetec Mission Control™ Web API 2.4 for the following:
Get the dynamic user procedure step for an active incident
You can retrieve the current dynamic user procedure step for a specified active incident using the GET /v2/Incidents/{id}/CurrentProcedureStep endpoint.
Get information on incident location areas
You can get a list of areas associated with the incident location for a specific incident using the GET/v2/Incidents/{id}/LocationAreaIncidentIds endpoint.
Verify if an event triggered the specified incident
When you use the GET/v2/Incidents/{id}/Events endpoint to get a list of aggregated events associated with an incident, you can see which of the events triggered the specified incident as identified by a boolean value in the IsTriggerEvent field.

For technical information about API endpoints and other programming considerations, see the Web API developer documentation.