GetWebHookNotificationResponseDto Data Type

The Class GetWebHookNotificationResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
webhookDto WebHookDto The webhook dto.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "webhookDto" : {
    "disabled" : true,
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "httpProtocol" : "HTTPS",
    "classNameFilter" : "...",
    "host" : "...",
    "code" : "...",
    "port" : 12345,
    "page" : "...",
    "eventTypeFilter" : "VERSION_CREATED",
    "description" : "...",
    "elFilter" : "...",
    "httpMethod" : "HTTP_POST",
    "updatedCode" : "...",
    "scriptInstanceCode" : "...",
    "username" : "...",
    "scriptParams" : {
      "property1" : "...",
      "property2" : "..."
    },
    "password" : "...",
    "counterTemplate" : "...",
    "headers" : {
      "property1" : "...",
      "property2" : "..."
    },
    "priority" : 12345,
    "params" : {
      "property1" : "...",
      "property2" : "..."
    },
    "bodyEl" : "...",
    "runAsync" : true,
    "saveSuccessfulNotifications" : true
  },
  "actionStatus" : {
    "status" : "FAIL",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}