GET
/
api
/
utm-incident-actions
/
{id}
{
  "id": 123,
  "actionCommand": "<string>",
  "actionDescription": "<string>",
  "actionParams": "<string>",
  "actionType": 123,
  "actionEditable": true,
  "createdDate": "2023-11-07T05:31:56Z",
  "modifiedDate": "2023-11-07T05:31:56Z",
  "createdUser": "<string>",
  "modifiedUser": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Path Parameters

id
integer
required

Response

200 - */*

OK

The response is of type object.