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

Genetec Mission Control™ Web API Release Notes 1.3

Applies to
Genetec Mission Control™ Web API 1.3
Last updated
2019-11-22
Content type
Release notes
Language
English
Product
Genetec Mission Control™
Version
2.12

With each release, new features, enhancements, or resolved issues are added to the product.

API enhancements

Genetec Mission Control™ Web API includes the following enhancements:
Take ownership of an incident
You can now take ownership of an incident through the Web API if you have Take incident ownership privilege. If the incident is owned by another user you will also need the Override incident ownership privilege.
Release ownership of an incident
You can now release ownership of an incident through the Web API if you already have ownership of it.
Change location of an incident
You can now change the location of an incident through the Web API if you already have ownership of it.

Additions to existing API endpoints

The following are new additions to existing endpoints in Genetec Mission Control™ Web API:

Command: TakeOwnership
Takes ownership of a specific incident using the POST /V1.3/Operation/Incidents/{id} endpoint.
Command: ReleaseOwnership
Releases ownership of a specific incident using the POST /V1.3/Operation/Incidents/{id} endpoint.
Command: ChangeLocation
Changes the location of an incident using the POST /V1.3/Operation/Incidents/{id} endpoint.

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