get
/v4/Incidents/{id}/AdditionalFields
- 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.
Returns a list of additional fields associated with the specified incident in Json format under the following conditions:
CURL
curl -X GET \
-H "Accept: application/json" \
"http://localhost/v4/Incidents/{id}/AdditionalFields"
Path parameters
id
required
String
Guid/Uuid of the required incident.
Example:
ADBD25C1-127C-4D05-898D-CCF82D8DB59F
Example:
id_example
Responses