Retrieve a list of additional fields used in an incident.

Genetec Mission Control™ Web API

Content type
OpenAPI specifications
Product line
Mission Control
ft:locale
en-US
Applies to
Genetec Mission Control™ Web API
get /v2/Incidents/{id}/AdditionalFields

Returns a list of additional fields associated with the specified incident in Json format under the following conditions:

  • The incident is not closed.
  • The authenticated Security Center user has incident management privileges.

With Third-party integration mode or Incident report privileges, you can retrieve the additional fields associated with the incident irrespective of incident state.
Path parameters
id
String
required
Guid/Uuid of the required incident. _Example:_ `ADBD25C1-127C-4D05-898D-CCF82D8DB59F`
Example: id_example
CLIENT REQUEST
curl -X 'GET'
-H 'Accept: application/json'
'http://localhost/v2/Incidents/{id}/AdditionalFields'
Responses

Success

Body
TotalResultsCountIntegerint32
ResultsArray[none]
RESPONSE
{ "TotalResultsCount": 4, "Results": [ { "Name": "Name", "Value": "Bob" }, { "Name": "Age", "Value": "25" }, { "Name": "Has symptoms of COVID-19", "Value": "False" }, { "Name": "Blog", "Value": "http://www.myblog.com/" }, { "Name": "BirthDate", "Value": "2022-10-10" }, { "Name": "Trigger Date", "Value": "2022-10-11 5:12:15" } ] }

The Web API was unable to process the request due to a client error (malformed request syntax, size too large, invalid request message framing, or deceptive request routing).

The token you submitted was either invalid or expired.

The token you submitted was valid, but either did not grant sufficient privilege to access the requested resource, or the Web API license is not active.

The requested resource could not be found.

The request could not be completed. Genetec Mission Control™ licenses exceeded.

The Web API was unable to process the request.

The Web API received an invalid response from the Incident Manager role.

The Web API did not receive a response to the request. The Incident Manager role might be down at the moment.